Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv28177
Modified Files:
README
Log Message:
Updated: listed flat file Wiki as stable, included URL to bug list on
Sourceforge.
Index: README
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** README 2000/12/12 21:24:50 1.8
--- README 2001/02/02 03:03:27 1.9
***************
*** 1,3 ****
-
This web application is licensed under the Gnu Public License, which
should be included in the same directory as this README. A copy
--- 1,2 ----
***************
*** 9,12 ****
--- 8,14 ----
See INSTALL.mSQL for using PhpWiki with mSQL.
+ For a list of current bugs see:
+ https://sourceforge.net/bugs/?group_id=6121
+
The out-of-the-box version uses a dbm file in the /tmp directory; you may
wish a more permanent place for yours, but make sure it's read/writable
***************
*** 15,21 ****
NOTE: Not all database versions are equal. The MySQL and Postgresql
implementations have the full set of features; DBM and mSQL are
! missing only a few, and the flat file implementation is alpha quality
! and waiting for your improvement. However all but the flat file
! version are suitable for production.
index.php: the "main page", really a set of branching instructions
--- 17,27 ----
NOTE: Not all database versions are equal. The MySQL and Postgresql
implementations have the full set of features; DBM and mSQL are
! missing only a few, and the flat file implementation is solid
! and waiting for your improvement. All are suitable for production.
!
! NOTE 2: Not all the admin functions are implemented, but the page
! locking sure is nice.
!
! MANIFEST:
index.php: the "main page", really a set of branching instructions
***************
*** 23,27 ****
lib/config.php: configuration options, constants, global variables
! lib/db_filesystem.php alpha support for flat file Wiki
lib/dbmlib.php: database access functions for dbm files
lib/display.php: display a page (this calls "lib/transform.php")
--- 29,33 ----
lib/config.php: configuration options, constants, global variables
! lib/db_filesystem.php support for flat file Wiki
lib/dbmlib.php: database access functions for dbm files
lib/display.php: display a page (this calls "lib/transform.php")
|