summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrrt <rrt>2006-11-03 20:45:21 +0000
committerrrt <rrt>2006-11-03 20:45:21 +0000
commit91c77da6f41fe5094da1c5239038b20fb444ba7e (patch)
tree6b41ffaeb33ec932db9e11afd7e78fa5753f88c2 /doc
parent933def98766991f78f1d07079f22573176cc7041 (diff)
downloadlrexlib-91c77da6f41fe5094da1c5239038b20fb444ba7e.tar.gz
Merge changes from Shmuel
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/SciTE.properties14
-rwxr-xr-xdoc/readme.html17
-rwxr-xr-xdoc/readme.rst12
3 files changed, 23 insertions, 20 deletions
diff --git a/doc/SciTE.properties b/doc/SciTE.properties
index a8e620f..df299ba 100755
--- a/doc/SciTE.properties
+++ b/doc/SciTE.properties
@@ -1,6 +1,8 @@
-build_rst= C:/Python24/python c:/python24/Scripts/rst2html.py \
- --stylesheet-path=lrexlib.css --link-stylesheet -gt \
- --initial-header-level=2 $(FileNameExt) $(FileName).html
-
-command.build.*.rst= $(build_rst)
-command.build.*.txt= $(build_rst)
+eol.mode=LF
+
+build_rst=C:/Python24/python c:/python24/Scripts/rst2html.py \
+ --stylesheet-path=lrexlib.css --link-stylesheet -gt \
+ --initial-header-level=2 $(FileNameExt) $(FileName).html
+
+command.build.*.rst=$(build_rst)
+command.build.*.txt=$(build_rst)
diff --git a/doc/readme.html b/doc/readme.html
index 5c000b0..30c8ebd 100755
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -3,17 +3,18 @@
<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.3.10: http://docutils.sourceforge.net/" />
-<title>Lua rexlib release 1.20</title>
+<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
+<title>Lua rexlib 1.20</title>
<link rel="stylesheet" href="lrexlib.css" type="text/css" />
</head>
<body>
-<div class="document" id="lua-rexlib-release-1-20">
-<h1 class="title">Lua rexlib release 1.20</h1>
+<div class="document" id="lua-rexlib-1-20">
+<h1 class="title">Lua rexlib 1.20</h1>
+
<blockquote>
<div class="line-block">
-<div class="line">by Shmuel Zeigerman (shmuz at actcom co il) [maintainer]</div>
-<div class="line">and Reuben Thomas (rrt at sc3d org)</div>
+<div class="line">by Reuben Thomas (rrt at sc3d org)</div>
+<div class="line">and Shmuel Zeigerman (shmuz at actcom co il) [maintainer]</div>
</div>
</blockquote>
<div class="contents topic">
@@ -27,7 +28,7 @@
<div class="section">
<h2><a class="toc-backref" href="#id1" id="introduction" name="introduction">Introduction</a></h2>
<p><a class="reference" href="http://luaforge.net/frs/?group_id=63">This archive</a> contains the <strong>lrexlib</strong> regular expression library for <a class="reference" href="http://www.lua.org">Lua</a>
-5.0 and 5.1. The Makefile provided builds it into shared libraries called
+5.1. The Makefile provided builds it into shared libraries called
rex_posix.so and rex_pcre.so, which can be used with <cite>require</cite>.</p>
<p><strong>Lrexlib</strong> is copyright Reuben Thomas 2000-2006
and copyright Shmuel Zeigerman 2004-2006, and is released under
@@ -77,7 +78,7 @@ end
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2006-01-04 00:32 UTC.
+Generated on: 2006-11-03 15:45 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
diff --git a/doc/readme.rst b/doc/readme.rst
index ce15cbd..0d2bb92 100755
--- a/doc/readme.rst
+++ b/doc/readme.rst
@@ -1,8 +1,8 @@
-=======================
-Lua rexlib release 1.20
-=======================
- | by Shmuel Zeigerman (shmuz at actcom co il) [maintainer]
- | and Reuben Thomas (rrt at sc3d org)
+===============
+Lua rexlib 1.20
+===============
+ | by Reuben Thomas (rrt at sc3d org)
+ | and Shmuel Zeigerman (shmuz at actcom co il) [maintainer]
.. contents:: Table of Contents
@@ -10,7 +10,7 @@ Introduction
------------
`This archive`_ contains the **lrexlib** regular expression library for Lua_
-5.0 and 5.1. The Makefile provided builds it into shared libraries called
+5.1. The Makefile provided builds it into shared libraries called
rex_posix.so and rex_pcre.so, which can be used with `require`.
**Lrexlib** is copyright Reuben Thomas 2000-2006