summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luaotfload/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaotfload/README')
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/README46
1 files changed, 31 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/README b/Master/texmf-dist/doc/luatex/luaotfload/README
index 5b1f7453334..94096480e7a 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/README
+++ b/Master/texmf-dist/doc/luatex/luaotfload/README
@@ -5,8 +5,8 @@ luaotfload is the adaptation of the ConTeXt OTF loading system for Plain and
LaTeX. It allows to open OTF fonts with almost all features available through
the XeTeX font syntax.
-This package is developed on <http://github.com/mpg/luaotfload>, see the 'News'
-file for version history.
+This package is developed on <http://github.com/khaledhosny/luaotfload>, see the
+'NEWS' file for version history.
Installation
@@ -34,6 +34,7 @@ Manifest
Source files:
luaotfload.dtx single file source & doc for the package
+ mkluatexfontdb.lua script using otfl-font-nms.lua
otfl-data-con.lua OTF support files from the ConTeXt distribution
otfl-font-cid.lua .
otfl-font-def.lua .
@@ -56,6 +57,9 @@ Source files:
otfl-node-ini.lua .
otfl-node-inj.lua .
otfl-node-res.lua OTF support files from the ConTeXt distribution
+ otfl-font-clr.lua luaotfload module for font color support
+ otfl-luat-ovr.lua luaotfload module for overriding some ConTeXt functions
+ otfl-luat-nms.lua luaotfload module for font name database generation
Derived files:
luaotfload.pdf documentation
@@ -68,36 +72,48 @@ License
This work is distributed under the GNU GPLv2 license. Please see COPYING file
for more details about the license.
-The files otfl-*.lua are under the GNU GPLv2 license. Their legal notice is
-
+The files otfl-*.lua are under the GNU GPLv2 license. Their legal notice
+starts by:
+
"
Copyright 2008 PRAGMA ADE / ConTeXt Development Team
-
+"
+
+for otf-*.lua files except otfl-font-clr.lua and otfl-luat-ovr.lua, and
+
+"
+Copyright 2010 Luaotfload Development Team
+"
+
+for otfl-font-clr.lua, otfl-font-nms and otfl-luat-ovr.lua, and continues by:
+
+"
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"
-
+
+
The file luaotfload.dtx and the derived files
luaotfload.pdf
luaotfload.sty
luaotfload.lua
-are under the CC0 license. You can find the CC0 license full text at
-
+as well as the file mkluatexfontdb.lua are under the CC0 license. You can find
+the CC0 license full text at
+
http://creativecommons.org/publicdomain/zero/1.0/legalcode
-
+
and a FAQ at
-
-http://wiki.creativecommons.org/CC0
+http://wiki.creativecommons.org/CC0