summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luaxml/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/generic/luaxml/README')
-rw-r--r--macros/luatex/generic/luaxml/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/luatex/generic/luaxml/README b/macros/luatex/generic/luaxml/README
new file mode 100644
index 0000000000..317a60671f
--- /dev/null
+++ b/macros/luatex/generic/luaxml/README
@@ -0,0 +1,37 @@
+Introduction
+============
+
+LuaXML is pure lua library for reading and serializing of the XML files. Current release is aimed mainly as support
+for the odsfile package. The documentation was created by automatic conversion of original documentation in the source code.
+In this version, some files not useful for luaTeX were droped.
+
+
+Install
+=======
+
+LuaXML is installed in TeX distributions, so you don't need to install it yourself. If you want to try the development version,
+then clone this repository and run
+
+ make install
+
+Please note that you will need [LDoc](http://stevedonovan.github.io/ldoc/manual/doc.md.html#Processing_Single_Modules) and
+[dkjson](http://dkolf.de/src/dkjson-lua.fsl/home) Lua modules installed on your system.
+
+License:
+========
+
+This code is freely distributable under the terms of the Lua license
+ (http://www.lua.org/copyright.html)
+
+
+Author
+------
+Michal Hoftich
+Email: michal.h21@gmail.com
+Version: v0.1h, 2018-12-18
+
+Original authors: Paul Chakravarti and Manoel Campos (http://manoelcampos.com)
+
+If you are interested in the process of development you may observe
+
+ https://github.com/michal-h21/LuaXML