]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - README
Allow bold, italics or underlined for numbers
[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 Supported browsers:
9
10 Phpwiki should work with the following browsers:
11 * Firefox >= 2
12 * Safari >= 5
13 * Opera >= 8
14 * Chrome >= 6
15 * Konqueror >= 3.5
16 * Internet Explorer >= 6 (so no Internet Explorer for Macintosh)
17
18 Additional docs:
19
20 doc/:
21 INSTALL.mysql          for using PhpWiki with MySQL
22 INSTALL.pgsql          for using PhpWiki with PostgreSQL
23 INSTALL.oci8           for using PhpWiki with Oracle
24 INSTALL.sqlite         for using PhpWiki with SQLite
25 INSTALL.flatfile       for using PhpWiki with flat files, no database
26 INSTALL.MacOSX         for using PhpWiki in MacOSX
27 README.phpwiki-auth    for using authentication
28 README.security        for notes on implementing a more secure PhpWiki
29 README.phpwiki-cache   for using cached plugins content (VisualWiki, ...)
30 README.coding          for notes on modifying PhpWiki
31 README.foaf            for notes on the Friend Of A Friend network
32 THEMES                 for notes on customizing themes
33 CREDITS
34 HISTORY
35
36 For a list of current bugs see:
37   https://sourceforge.net/bugs/?group_id=6121
38
39 The fastest and out-of-the-box version uses DATABASE_TYPE=dba, 
40 a dbm file in the /tmp directory; you may wish a more permanent 
41 place for yours, but make sure it's read/writable by your web server!
42
43 NOTE: Not all database versions are equal. The MySQL and Postgresql
44 implementations have the full set of features; DBM and mSQL are
45 missing only a few, and the flat file implementation is solid
46 and waiting for your improvement. All are suitable for production.
47