[cl-ppcre-cvs] CVS update: cl-ppcre/doc/index.html

Edi Weitz eweitz at common-lisp.net
Thu Apr 22 18:53:15 UTC 2004


Update of /project/cl-ppcre/cvsroot/cl-ppcre/doc
In directory common-lisp.net:/tmp/cvs-serv918/doc

Modified Files:
	index.html 
Log Message:
pre-0.7.7, including hyperdoc support

Date: Thu Apr 22 14:53:15 2004
Author: eweitz

Index: cl-ppcre/doc/index.html
diff -u cl-ppcre/doc/index.html:1.1.1.1 cl-ppcre/doc/index.html:1.2
--- cl-ppcre/doc/index.html:1.1.1.1	Tue Jan  6 19:59:20 2004
+++ cl-ppcre/doc/index.html	Thu Apr 22 14:53:15 2004
@@ -1229,7 +1229,7 @@
 
 CL-PPCRE together with this documentation can be downloaded from <a
 href="http://weitz.de/files/cl-ppcre.tgz">http://weitz.de/files/cl-ppcre.tgz</a>. The
-current version is 0.7.1 - older versions are
+current version is 0.7.6 - older versions are
 available for download through URLs like
 <code>http://weitz.de/files/cl-ppcre-<version>.tgz</code>. A <a
 href="CHANGELOG">CHANGELOG</a> is available.
@@ -1239,9 +1239,9 @@
 href="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=cl-ppcre&searchon=names&version=all&release=all">cl-ppcre
 Debian package</a> which is available thanks to <a href="http://b9.com/">Kevin
 Rosenberg</a>. There's also a port
-for <a href="http://www.cliki.net/gentoo">Gentoo Linux</a> thanks to Matthew Kennedy.
+for <a href="http://www.cliki.net/gentoo">Gentoo Linux</a> thanks to Matthew Kennedy and a <a href="http://www.freebsd.org/cgi/url.cgi?ports/textproc/cl-ppcre/pkg-descr">FreeBSD port</a> thanks to Henrik Motakef.
 Installation via <a
-href="http://www.cliki.net/asdf-install">asdf-install</a> should also
+href="http://www.cliki.net/asdf-install">asdf-install</a> should as well
 be possible.
 <p>
 CL-PPCRE comes with simple system definitions for <a
@@ -1558,8 +1558,8 @@
 macro</a> and <a
 href="http://www.lispworks.com/reference/HyperSpec/Body/s_ld_tim.htm"><code>LOAD-TIME-VALUE</code></a>
 to make sure that the scanner is only built once if the first argument
-to <code>SCAN</code>, <code>SCAN-TO-STRINGS</code>, or
-<code>REGEX-REPLACE</code> is a <a
+to <a href="#scan"><code>SCAN</code></a>, <a href="#scan-to-strings"><code>SCAN-TO-STRINGS</code></a>, <a href="#split"><code>SPLIT</code></a>, or
+<a href="#regex-replace"><code>REGEX-REPLACE</code></a> is a <a
 href="http://www.lispworks.com/reference/HyperSpec/Body/26_glo_c.htm#constant_form">constant
 form</a>. (But see the notes for <a
 href="#regex-char-code-limit"><code>*REGEX-CHAR-CODE-LIMIT*</code></a> and
@@ -1927,7 +1927,7 @@
 her PowerBook to test CL-PPCRE with MCL and OpenMCL.
 
 <p>
-$Header: /project/cl-ppcre/cvsroot/cl-ppcre/doc/index.html,v 1.1.1.1 2004/01/07 00:59:20 eweitz Exp $
+$Header: /project/cl-ppcre/cvsroot/cl-ppcre/doc/index.html,v 1.2 2004/04/22 18:53:15 eweitz Exp $
 <p><a href="http://weitz.de/index.html">BACK TO MY HOMEPAGE</a>
 
 </body>





More information about the Cl-ppcre-cvs mailing list