]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - README
doc update
[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 ../UPGRADING before upgrading from a previous version of PhpWiki.
7
8 Additional docs:
9
10 doc/:
11 INSTALL.mysql          for using PhpWiki with MySQL
12 INSTALL.pgsql          for using PhpWiki with PostgreSQL
13 INSTALL.oci8           for using PhpWiki with Oracle
14 INSTALL.sqlite         for using PhpWiki with SQLite
15 INSTALL.flatfile       for using PhpWiki with flat files, no database
16 INSTALL.MacOSX         for using PhpWiki in MacOSX
17 README.phpwiki-auth    for using authentication
18 README.phpwiki-cache   for using cached plugins content (VisualWiki, ...)
19 README.coding          for notes on modifying PhpWiki
20 README.foaf            for notes on the Friend Of A Friend network
21 THEMES                 for notes on customizing themes
22 CREDITS
23 HISTORY
24
25 For a list of current bugs see:
26   https://sourceforge.net/bugs/?group_id=6121
27
28 The fastest and out-of-the-box version uses DATABASE_TYPE=dba, 
29 a dbm file in the /tmp directory; you may wish a more permanent 
30 place for yours, but make sure it's read/writable by your web server!
31
32 NOTE: Not all database versions are equal. The MySQL and Postgresql
33 implementations have the full set of features; DBM and mSQL are
34 missing only a few, and the flat file implementation is solid
35 and waiting for your improvement. All are suitable for production.
36