diff options
author | Reuben Thomas <rrt@sc3d.org> | 2010-10-03 18:31:27 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2010-10-03 18:31:27 +0100 |
commit | 0585eac16a9b9054b1e0e03d87c547e26edec461 (patch) | |
tree | 529a9f2dd4876429116901c460753efe1d5321c2 /doc | |
parent | 6068e9280e046a75e47a934ef167f8e72a3f96ab (diff) | |
download | lrexlib-0585eac16a9b9054b1e0e03d87c547e26edec461.tar.gz |
Use doc/index.txt as README.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 3 | ||||
-rw-r--r-- | doc/index.txt | 42 |
2 files changed, 3 insertions, 42 deletions
diff --git a/doc/Makefile b/doc/Makefile index bcaa3e1..965e04e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,5 +14,8 @@ PAGES = index.html manual.html all: $(PAGES) +index.txt: ../README + cp -a $< $@ + clean: rm $(PAGES) diff --git a/doc/index.txt b/doc/index.txt deleted file mode 100644 index c585a3c..0000000 --- a/doc/index.txt +++ /dev/null @@ -1,42 +0,0 @@ -Lrexlib 2.5 -=========== - -| by Reuben Thomas (rrt@sc3d.org) -| and Shmuel Zeigerman (shmuz@013net.net) [maintainer] - -**Lrexlib** provides bindings of five regular expression library APIs -(POSIX_, PCRE_, GNU_, TRE_ and Oniguruma_) to Lua_ 5.1. - -**Lrexlib** is copyright Reuben Thomas 2000-2010 and copyright Shmuel -Zeigerman 2004-2010, and is released under under the license as Lua, -the MIT_ license (otherwise known as the revised BSD license). There -is no warranty. - -.. _POSIX: http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html -.. _PCRE: http://www.pcre.org/pcre.txt -.. _GNU: ftp://ftp.gnu.org/old-gnu/regex/ -.. _Oniguruma: http://www.geocities.jp/kosako3/oniguruma/doc/RE.txt -.. _TRE: http://laurikari.net/tre/documentation/ -.. _Lua: http://www.lua.org -.. _MIT: http://www.opensource.org/licenses/mit-license.php - -Please report bugs and make suggestions to the maintainer, or use the -LuaForge trackers and mailing lists. - -Thanks to Thatcher Ulrich for bug and warning fixes, and to Nick -Gammon for adding support for PCRE named subpatterns. - ------------------------------------------------------------ - -Links ------ - -- License_ -- Reference Manual_ -- LuaForge Project Page_ -- Download_ - -.. _License: license.html -.. _Manual: manual.html -.. _Page: http://luaforge.net/projects/lrexlib/ -.. _Download: http://luaforge.net/frs/?group_id=63 |