]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - README
initial commit for 1.1.4
[SourceForge/phpwiki.git] / README
1
2 This web application is licensed under the Gnu Public License, which
3 should be included in the same directory as this README. A copy
4 can be found at http://www.gnu.org/copyleft/gpl.txt.
5
6 See INSTALL for installation notes.
7 See INSTALL.mysql for using PhpWiki with MySQL.
8
9 The out-of-the-box version uses a dbm file in the /tmp directory; you may
10 wish a more permanent place for yours, but make sure it's read/writable
11 by your web server!
12
13 index.php3:            the "main page", really a set of branching instructions
14 wiki_config.php3:      configuration options, constants, global variables
15 wiki_dbmlib.php3:      database access functions
16 wiki_display.php3:     display a page (this calls "wiki_transform.php3")
17 wiki_editlinks.php3:   edit the embedded links of a page
18 wiki_editpage.php3:    edit a page
19 wiki_fullsearch.php3:  full page text search
20 wiki_savepage.php3:    save a page to db, thank user
21 wiki_search.php3:      page title search
22 wiki_setupwiki.php3:   load a set of pages from ./pgsrc/ directory
23 wiki_stdlib.php3:      standard library of functions (non-db related)
24 wiki_transform.php3:   convert wiki markup into HTML
25
26 Steve Wainstead
27 swain@wcsb.org
28 http://wcsb.org/~swain/
29