summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-14 18:32:26 +0000
committerKarl Berry <karl@freefriends.org>2010-05-14 18:32:26 +0000
commit1d462235e9301d809d6f8b600e52e43481d77fa4 (patch)
tree7a17cf9c877d60d159e95d7490c0283cb07d37c0 /Master/texmf-dist/doc/luatex
parent6678cfe21d5566c7ddf935ab80e19e89d30c4603 (diff)
new package lualibs (13may10)
git-svn-id: svn://tug.org/texlive/trunk@18254 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex')
-rw-r--r--Master/texmf-dist/doc/luatex/lualibs/NEWS12
-rw-r--r--Master/texmf-dist/doc/luatex/lualibs/README78
-rw-r--r--Master/texmf-dist/doc/luatex/lualibs/lualibs.pdfbin0 -> 145616 bytes
3 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/lualibs/NEWS b/Master/texmf-dist/doc/luatex/lualibs/NEWS
new file mode 100644
index 00000000000..7ddbfb75997
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/lualibs/NEWS
@@ -0,0 +1,12 @@
+ History of the lualibs package
+
+2010/05/10
+ * renamed the package from luaextra to lualibs
+
+2010/03/28
+ * now a separate package (previously part of the luatextra bundle)
+
+2010/01/10 v0.92
+ * making the file loadable without luatextra (useful for lua scripts)
+ * fixing typo in localize_sep
+
diff --git a/Master/texmf-dist/doc/luatex/lualibs/README b/Master/texmf-dist/doc/luatex/lualibs/README
new file mode 100644
index 00000000000..b5c4c975755
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/lualibs/README
@@ -0,0 +1,78 @@
+ The lualibs generic package
+
+
+Lualibs is a collection of Lua modules useful for general programming.
+
+This work is based on lua modules shipped with ConTeXt, and are made available
+this package to be used independent of ConTeXt.
+
+This package is developed on <http://github.com/mpg/lualibs>, see the 'NEWS'
+file for version history.
+
+Installation
+------------
+
+Here are the recommended installation methods (preferred first).
+The methods "commented out" are currently not available.
+
+1. If you are using TeX Live 2010 or later, use 'tlmgr install lualibs'.
+ Alternatively, try your (TeX or Linux) distribution's package management system.
+
+2. a. Grab lualibs.tds.zip on CTAN.
+ b. Unzip it at the root of one or your TDS trees.
+ c. You may need to update some filename database after this, see your TeX
+ distribution's manual for details.
+
+3. a. Grab the sources from CTAN or github.
+ b. Run 'make install TEXMFROOT=/path/to/texmf'.
+ c. See 2c.
+
+Manifest
+--------
+
+Source files:
+ lualibs.dtx
+ lualibs-aux.lua
+ lualibs-boolean.lua
+ lualibs-dimen.lua
+ lualibs-dir.lua
+ lualibs-file.lua
+ lualibs-io.lua
+ lualibs-lpeg.lua
+ lualibs-math.lua
+ lualibs-md5.lua
+ lualibs-number.lua
+ lualibs-os.lua
+ lualibs-set.lua
+ lualibs-string.lua
+ lualibs-table.lua
+ lualibs-unicode.lua
+ lualibs-url.lua
+ lualibs-utils.lua
+ README
+ Makefile
+ NEWS
+
+Derived files:
+ lualibs.lua
+ lualibs.pdf
+
+License
+-------
+
+This work and the derived files are under the Creative Commons CC0 license.
+
+See the full text at
+
+http://creativecommons.org/publicdomain/zero/1.0/legalcode
+
+and a FAQ at
+
+http://wiki.creativecommons.org/CC0
+
+The files lualibs-*.lua are under the GNU GPLv2 license. Their legal notice
+starts by:
+
+"
+Copyright PRAGMA ADE / ConTeXt Development Team
+"
diff --git a/Master/texmf-dist/doc/luatex/lualibs/lualibs.pdf b/Master/texmf-dist/doc/luatex/lualibs/lualibs.pdf
new file mode 100644
index 00000000000..68d71b9a053
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/lualibs/lualibs.pdf
Binary files differ