summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorshmuz <shmuz>2007-02-13 16:10:35 +0000
committershmuz <shmuz>2007-02-13 16:10:35 +0000
commite6e111698f71c09ae7eeb9ab67da16d6f3728059 (patch)
treefa093045767ed9b2da38972651f1cf19dacb14fb /doc
parentb3f0b965f87a2f7ee04cab0d47cbbf8f5656c9aa (diff)
downloadlrexlib-e6e111698f71c09ae7eeb9ab67da16d6f3728059.tar.gz
added files for Lrexlib homepage
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/index.html46
-rwxr-xr-xdoc/index.txt36
-rwxr-xr-xdoc/license.html20
3 files changed, 102 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
new file mode 100755
index 0000000..299032b
--- /dev/null
+++ b/doc/index.html
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
+<title>Lrexlib 2.1</title>
+<link rel="stylesheet" href="lrexlib.css" type="text/css" />
+</head>
+<body>
+<div class="document" id="lrexlib-2-1">
+<h1 class="title">Lrexlib 2.1</h1>
+
+<div class="line-block">
+<div class="line">by Reuben Thomas (<a class="reference" href="mailto:rrt&#64;sc3d.org">rrt&#64;sc3d.org</a>)</div>
+<div class="line">and Shmuel Zeigerman (<a class="reference" href="mailto:shmuz&#64;actcom.co.il">shmuz&#64;actcom.co.il</a>) [maintainer]</div>
+</div>
+<p>Lrexlib is a regular expression library for Lua 5.1. The makefiles
+provided build it into shared libraries called rex_posix.so and
+rex_pcre.so, which can be used with require or loadlib.</p>
+<p>Lrexlib is copyright Reuben Thomas 2000-2007 and copyright Shmuel
+Zeigerman 2004-2007, and is released under the MIT license, like Lua
+(see <a class="reference" href="http://www.lua.org/copyright.html">http://www.lua.org/copyright.html</a> for the full license; it's
+basically the same as the BSD license). There is no warranty.</p>
+<p>Please report bugs and make suggestions to the maintainer, or use the
+LuaForge trackers and mailing lists.</p>
+<p>Thanks to Thatcher Ulrich for bug and warning fixes, and to Nick
+Gammon for adding support for PCRE named subpatterns.</p>
+<hr class="docutils" />
+<div class="section">
+<h2><a id="links" name="links">Links</a></h2>
+<ul class="simple">
+<li><a class="reference" href="license.html">License</a></li>
+<li>Reference <a class="reference" href="manual.html">Manual</a></li>
+<li>LuaForge Project <a class="reference" href="http://luaforge.net/projects/lrexlib/">Page</a></li>
+<li><a class="reference" href="http://luaforge.net/frs/?group_id=63">Download</a></li>
+</ul>
+</div>
+</div>
+<div class="footer">
+<hr class="footer" />
+Generated on: 2007-02-13 15:21 UTC.
+
+</div>
+</body>
+</html>
diff --git a/doc/index.txt b/doc/index.txt
new file mode 100755
index 0000000..bdaa8d9
--- /dev/null
+++ b/doc/index.txt
@@ -0,0 +1,36 @@
+Lrexlib 2.1
+===========
+
+| by Reuben Thomas (rrt@sc3d.org)
+| and Shmuel Zeigerman (shmuz@actcom.co.il) [maintainer]
+
+
+Lrexlib is a regular expression library for Lua 5.1. The makefiles
+provided build it into shared libraries called rex_posix.so and
+rex_pcre.so, which can be used with require or loadlib.
+
+Lrexlib is copyright Reuben Thomas 2000-2007 and copyright Shmuel
+Zeigerman 2004-2007, and is released under the MIT license, like Lua
+(see http://www.lua.org/copyright.html for the full license; it's
+basically the same as the BSD license). There is no warranty.
+
+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
diff --git a/doc/license.html b/doc/license.html
new file mode 100755
index 0000000..8967e73
--- /dev/null
+++ b/doc/license.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML SYSTEM>
+<html>
+<head>
+<title>Lrexlib: The License</title>
+</head>
+<body>
+
+<h2>Lrexlib 2.1</h2>
+<p>Copyright &copy; Reuben Thomas 2000-2007<br>
+Copyright &copy; Shmuel Zeigerman 2004-2007
+
+<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+</body>
+</html>
+