Update of /cvsroot/phpwiki/phpwiki
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5716
Modified Files:
README
Log Message:
Added a paragraph about the feature differences between the different
database implementations.
Index: README
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** README 2000/12/12 17:11:14 1.7
--- README 2000/12/12 21:24:50 1.8
***************
*** 13,16 ****
--- 13,22 ----
by your web server!
+ 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
admin.php: entry page for doing wiki administration
|