]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - README
This commit was generated by cvs2svn to compensate for changes in r2,
[SourceForge/phpwiki.git] / README
1 Thanks to:
2 John Jorgensen http://c2.com/cgi-bin/wiki?AnotherPhpWiki, 
3 Tim Voght http://c2.com/cgi-bin/wiki?TimVoght,
4 Grant Morgan http://c2.com/cgi-bin/wiki?GrantMorgan,
5
6 and especially Clifford A. Adams:
7 http://c2.com/cgi-bin/wiki?CliffordAdams
8
9 who gave invaluable feedback and patches to my little project!
10
11 This web application is licensed under the Gnu Public License, which
12 should be included in the same directory as this README. A copy
13 can be found at http://www.gnu.org/copyleft/gpl.txt.
14
15 See INSTALL for installation notes.
16 My test version uses a dbm file in the /tmp directory; you may wish
17 a more permanent place for yours, but make sure it's read/writable by
18 your web server!
19
20 wiki_config.php3:      configuration options, constants, global variables
21 wiki_dbmlib.php3:      database access functions
22 wiki_display.php3:     render a page
23 wiki_editlinks.php3:   edit the embedded links of a page
24 wiki_editpage.php3:    edit a page
25 wiki_fullsearch.php3:  full page text search
26 index.php3:            the "main page", really a set of branching instructions
27 wiki_savepage.php3:    save a page to db, thank user
28 wiki_search.php3:      page title search
29 wiki_setupwiki.php3:   load a set of pages from ./pgsrc/ directory
30 wiki_stdlib.php3:      standard library of functions (non-db related)
31
32 Steve Wainstead
33 swain@wcsb.org
34 swain@nytimes.com
35 http://wcsb.org/~swain/
36