summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2013-01-09 00:57:31 +0000
committerReuben Thomas <rrt@sc3d.org>2013-01-09 00:57:31 +0000
commited748f7053f94eef76a240786ed956c90574b207 (patch)
tree5d7714dec602bfb614ce9c2cf6c2c3a20cbe3d0b
parenteac4d5f619f9192106b7ac8e7c7220e8c0e4e9d3 (diff)
downloadlrexlib-ed748f7053f94eef76a240786ed956c90574b207.tar.gz
Update docs for 2.7.2
-rw-r--r--index.html28
-rw-r--r--manual.html4
2 files changed, 24 insertions, 8 deletions
diff --git a/index.html b/index.html
index 971971b..c4921da 100644
--- a/index.html
+++ b/index.html
@@ -3,17 +3,17 @@
<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.8: http://docutils.sourceforge.net/" />
-<title>Lrexlib 2.6</title>
+<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
+<title>Lrexlib</title>
<link rel="stylesheet" href="lrexlib.css" type="text/css" />
</head>
<body>
-<div class="document" id="lrexlib-2-6">
-<h1 class="title">Lrexlib 2.6</h1>
+<div class="document" id="lrexlib">
+<h1 class="title">Lrexlib</h1>
<div class="line-block">
<div class="line">by Reuben Thomas (<a class="reference external" href="mailto:rrt&#64;sc3d.org">rrt&#64;sc3d.org</a>)</div>
-<div class="line">and Shmuel Zeigerman (<a class="reference external" href="mailto:shmuz&#64;013net.net">shmuz&#64;013net.net</a>) [maintainer]</div>
+<div class="line">and Shmuel Zeigerman (<a class="reference external" href="mailto:shmuz&#64;013net.net">shmuz&#64;013net.net</a>)</div>
</div>
<p><strong>Lrexlib</strong> provides bindings of five regular expression library APIs
(<a class="reference external" href="http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html">POSIX</a>, <a class="reference external" href="http://www.pcre.org/pcre.txt">PCRE</a>, <a class="reference external" href="ftp://ftp.gnu.org/old-gnu/regex/">GNU</a>, <a class="reference external" href="http://laurikari.net/tre/documentation/">TRE</a> and <a class="reference external" href="http://www.geocities.jp/kosako3/oniguruma/doc/RE.txt">Oniguruma</a>) to <a class="reference external" href="http://www.lua.org">Lua</a> 5.1 and Lua 5.2.
@@ -27,6 +27,22 @@ 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" id="installation">
+<h2>Installation</h2>
+<div class="system-message">
+<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">doc/index.txt</tt>, line 33)</p>
+<p>Title underline too short.</p>
+<pre class="literal-block">
+Installation
+-----
+</pre>
+</div>
+<p>Lrexlib is installed with <a class="reference external" href="http://www.luarocks.org">LuaRocks</a>, using the command:</p>
+<pre class="literal-block">
+luarocks install lrexlib-FLAVOUR
+</pre>
+<p>where <strong>FLAVOUR</strong> is one of PCRE, POSIX, oniguruma, TRE, GNU</p>
+</div>
<div class="section" id="links">
<h2>Links</h2>
<ul class="simple">
@@ -39,7 +55,7 @@ Gammon for adding support for PCRE named subpatterns.</p>
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2012-04-10 19:57 UTC.
+Generated on: 2013-01-08 03:02 UTC.
</div>
</body>
diff --git a/manual.html b/manual.html
index 66cc7b2..2161be5 100644
--- a/manual.html
+++ b/manual.html
@@ -3,7 +3,7 @@
<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.8: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
<title>Lrexlib Reference Manual</title>
<link rel="stylesheet" href="lrexlib.css" type="text/css" />
</head>
@@ -1345,7 +1345,7 @@ subpatterns</em></li>
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2012-10-18 18:16 UTC.
+Generated on: 2013-01-08 03:02 UTC.
</div>
</body>