Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv11900
Modified Files:
INSTALL.flatfile
Log Message:
Minor addition of info, and a note on the stability and features in
the flat file version.
Index: INSTALL.flatfile
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL.flatfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** INSTALL.flatfile 2001/01/06 19:30:31 1.1
--- INSTALL.flatfile 2001/02/01 04:34:08 1.2
***************
*** 2,6 ****
MySQL or Postgresql, and your system does not support DBM files
or (worse) has a broken implementation like NDBM on Solaris, then
! a flat file Wiki might work for you.
Installation is similar to using a DBM file for storing the pages.
--- 2,9 ----
MySQL or Postgresql, and your system does not support DBM files
or (worse) has a broken implementation like NDBM on Solaris, then
! a flat file Wiki should work for you. Note that as of 1.2 most of the
! Wiki functionality is there... the MostPopular is not implemented yet
! so you will want to delete that link from the FrontPage (or better
! yet, write it and mail us a patch ;-)
Installation is similar to using a DBM file for storing the pages.
***************
*** 79,84 ****
you. The drawback to this approach is that you won't be able to edit
the files or copy them from the command line, but most people can live
! with this limitation. This will require you to TEMPORARILY make the
! phpwiki/ directory world writable:
cd ..
--- 82,90 ----
you. The drawback to this approach is that you won't be able to edit
the files or copy them from the command line, but most people can live
! with this limitation. (This is how you would do it on SourceForge, by
! the way; they have a cron job that sweeps the filesystem every few
! hours looking for things that are set world writable and change the
! permission.) This will require you to TEMPORARILY make the phpwiki/
! directory world writable:
cd ..
|