summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2017-11-07 18:53:40 +0200
committerShmuel Zeigerman <solomuz0@gmail.com>2017-11-07 18:53:40 +0200
commite874d29e595fc2c60c30c14f3e7e9ab3ff0fe60a (patch)
treee98d851c7cff1d1461aef81ff31ecd1478a694e6 /index.html
parente6b11ec52cc34b88905fa69f771dce0c2ee82452 (diff)
downloadlrexlib-e874d29e595fc2c60c30c14f3e7e9ab3ff0fe60a.tar.gz
Changes toward a new release.
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 10a5baa..04c3f49 100644
--- a/index.html
+++ b/index.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.14: http://docutils.sourceforge.net/" />
<title>Lrexlib</title>
<link rel="stylesheet" href="lrexlib.css" type="text/css" />
</head>
@@ -16,10 +16,10 @@
<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> &gt;= 5.1.
+(<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="http://www.pcre.org/pcre2.txt">PCRE2</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="https://github.com/kkos/oniguruma">Oniguruma</a>) to <a class="reference external" href="http://www.lua.org">Lua</a> &gt;= 5.1.
The bindings for TRE and Oniguruma are not currently complete.</p>
-<p><strong>Lrexlib</strong> is copyright Reuben Thomas 2000-2015 and copyright Shmuel
-Zeigerman 2004-2015, and is released under the same license as Lua,
+<p><strong>Lrexlib</strong> is copyright Reuben Thomas 2000-2017 and copyright Shmuel
+Zeigerman 2004-2017, and is released under the same license as Lua,
the <a class="reference external" href="http://www.opensource.org/licenses/mit-license.php">MIT</a> license (otherwise known as the revised BSD license). There
is no warranty.</p>
<p>Please report bugs and make suggestions to the maintainer, or use the
@@ -33,7 +33,7 @@ Gammon for adding support for PCRE named subpatterns.</p>
<pre class="literal-block">
luarocks install lrexlib-FLAVOUR
</pre>
-<p>where <strong>FLAVOUR</strong> is one of PCRE, POSIX, oniguruma, TRE, GNU</p>
+<p>where <strong>FLAVOUR</strong> is one of PCRE, PCRE2, POSIX, oniguruma, TRE, GNU</p>
</div>
<div class="section" id="links">
<h2>Links</h2>
@@ -47,7 +47,7 @@ luarocks install lrexlib-FLAVOUR
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2015-02-27 21:34 UTC.
+Generated on: 2017-11-07 16:44 UTC.
</div>
</body>