[clhp-cvs] CVS update: clhp/TODO clhp/INSTALL clhp/ChangeLog
Anthony Ventimiglia
aventimiglia at common-lisp.net
Wed Nov 12 21:57:15 UTC 2003
Update of /project/clhp/cvsroot/clhp
In directory common-lisp.net:/tmp/cvs-serv8840
Modified Files:
TODO INSTALL ChangeLog
Log Message:
Added some notes
Date: Wed Nov 12 16:57:15 2003
Author: aventimiglia
Index: clhp/TODO
diff -u clhp/TODO:1.9 clhp/TODO:1.10
--- clhp/TODO:1.9 Tue Oct 21 00:16:58 2003
+++ clhp/TODO Wed Nov 12 16:57:11 2003
@@ -1,4 +1,6 @@
-$Id: TODO,v 1.9 2003/10/21 04:16:58 aventimiglia Exp $ -*- outline -*-
+$Id: TODO,v 1.10 2003/11/12 21:57:11 aventimiglia Exp $ -*- outline -*-
+
+* Rewrite docs for new mod_clhp handler
* Test suite
** Convert all this to new deal with single package.
Index: clhp/INSTALL
diff -u clhp/INSTALL:1.2 clhp/INSTALL:1.3
--- clhp/INSTALL:1.2 Thu Sep 18 16:57:30 2003
+++ clhp/INSTALL Wed Nov 12 16:57:12 2003
@@ -1,4 +1,4 @@
-$Id: INSTALL,v 1.2 2003/09/18 20:57:30 aventimiglia Exp $ -*- outline -*-
+$Id: INSTALL,v 1.3 2003/11/12 21:57:12 aventimiglia Exp $ -*- outline -*-
If you find anything about this documentation unclear, or you would
like to contribute to the documentation or the CLHP project, please
@@ -186,3 +186,6 @@
files.
+* New installation notes
+** Apache configuration
+ AddHandler clhp-handler .clhp
\ No newline at end of file
Index: clhp/ChangeLog
diff -u clhp/ChangeLog:1.21 clhp/ChangeLog:1.22
--- clhp/ChangeLog:1.21 Wed Nov 12 16:22:20 2003
+++ clhp/ChangeLog Wed Nov 12 16:57:12 2003
@@ -1,3 +1,7 @@
+2003-11-12 Anthony Ventimiglia <aventimiglia at common-lisp.net>
+
+ * mod_clhp.c: Changed handler name to clhp-handler
+
2003-11-12 15:44 <aventimiglia at common-lisp.net>
* mod_clhp.c: Got the module working !!! it needs refining, but it
@@ -276,9 +280,9 @@
2003-09-17 16:21 <aventimiglia at common-lisp.net>
* clhp.lisp: Wrote a nice little reader macro to make cvs
- versioning automatic, the $Date: 2003/11/12 21:22:20 $ keyword is parsed to make a 8
+ versioning automatic, the $Date: 2003/11/12 21:57:12 $ keyword is parsed to make a 8
digit number YYYYMMDD with the suffix "cvs" addedd, so a CVS
- release with a $Date: 2003/11/12 21:22:20 $ of 2003/09/15 ends up with a
+ release with a $Date: 2003/11/12 21:57:12 $ of 2003/09/15 ends up with a
*CLHP-VERSION* of "20030915cvs"
2003-09-17 14:47 <aventimiglia at common-lisp.net>
@@ -287,4 +291,4 @@
that will aide in compiling lisp in a mkae freindly way by
passing a non-zero exit code when compilation fails
-$Id: ChangeLog,v 1.21 2003/11/12 21:22:20 aventimiglia Exp $
\ No newline at end of file
+$Id: ChangeLog,v 1.22 2003/11/12 21:57:12 aventimiglia Exp $
\ No newline at end of file
More information about the Clhp-cvs
mailing list