didou Sat Mar 20 11:37:28 2004 EDT
Modified files:
/livedocs README
Log:
more examples
http://cvs.php.net/diff.php/livedocs/README?r1=1.12&r2=1.13&ty=u
Index: livedocs/README
diff -u livedocs/README:1.12 livedocs/README:1.13
--- livedocs/README:1.12 Tue Jan 13 11:33:58 2004
+++ livedocs/README Sat Mar 20 11:37:28 2004
@@ -1,6 +1,6 @@
README
======
-$Id: README,v 1.12 2004/01/13 16:33:58 goba Exp $
+$Id: README,v 1.13 2004/03/20 16:37:28 didou Exp $
vim:et:tw=78
INTRODUCTION
@@ -59,10 +59,19 @@
./configure --help
- example:
+ examples:
+
+ * building phpdoc for php.net
+
./configure --with-build-log=log.txt --with-docs=/cvs/phpdoc
--enable-content-caching=yes --with-output-dir=/home/httpd/livedocs
+ * building peardoc
+
+ ./configure --with-build-log=log.txt --with-docs=/cvs/peardoc
+ --enable-content-caching=yes --with-output-dir=/home/httpd/livedocs
+ --with-build-type=peardoc
+
Make sure that you specify a leading and trailing slash for 'web-base',
if the default is not suitable. Also ensure that no regexp special chars
exist in the 'web-base' string.
@@ -83,4 +92,4 @@
http://localhost/livedocs/index.php?q=function.fopen
-Done :)
\ No newline at end of file
+Done :)