]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - README
removed the manifest, which was way out of date.
[SourceForge/phpwiki.git] / README
1 PhpWiki is a web application licensed under the Gnu Public License, which
2 should be included in the same directory as this README. A copy
3 can be found at http://www.gnu.org/copyleft/gpl.txt.
4
5 See INSTALL for installation notes.
6 Read UPGRADE before upgrading from a previous version of PhpWiki.
7
8 doc/:
9 INSTALL.mysql          for using PhpWiki with MySQL
10 INSTALL.pgsql          for using PhpWiki with PostgreSQL
11 INSTALL.flatfile       for using PhpWiki with flatfile databases
12 INSTALL.mSQL           for using PhpWiki with mSQL
13 INSTALL.MacOSX         for using PhpWiki in MacOSX
14 README.coding          for notes on modifying PhpWiki
15 DBLIB.txt
16 CREDITS
17 HISTORY
18
19 For a list of current bugs see:
20 https://sourceforge.net/bugs/?group_id=6121
21
22 The out-of-the-box version uses a dbm file in the /tmp directory; you may
23 wish a more permanent place for yours, but make sure it's read/writable
24 by your web server!
25
26 NOTE: Not all database versions are equal. The MySQL and Postgresql
27 implementations have the full set of features; DBM and mSQL are
28 missing only a few, and the flat file implementation is solid
29 and waiting for your improvement. All are suitable for production.
30