This web application is licensed under the Gnu Public License, which should be included in the same directory as this README. A copy can be found at http://www.gnu.org/copyleft/gpl.txt. See INSTALL for installation notes. See INSTALL.mysql for using PhpWiki with MySQL. See INSTALL.pgsql for using PhpWiki with PostgreSQL See INSTALL.mSQL for using PhpWiki with mSQL. The out-of-the-box version uses a dbm file in the /tmp directory; you may wish a more permanent place for yours, but make sure it's read/writable by your web server! index.php3: the "main page", really a set of branching instructions wiki_config.php3: configuration options, constants, global variables wiki_dbmlib.php3: database access functions for dbm files wiki_display.php3: display a page (this calls "wiki_transform.php3") wiki_editlinks.php3: edit the embedded links of a page wiki_editpage.php3: edit a page wiki_fullsearch.php3: full page text search wiki_mysql.php3: database access functions for mySQL wiki_pageinfo.php3: gives detailed low-level info on the page structure wiki_pgsql.php3: database access functions for PostgreSQL wiki_savepage.php3: save a page to db, thank user wiki_search.php3: page title search wiki_setupwiki.php3: load a set of pages from ./pgsrc/ directory wiki_stdlib.php3: standard library of functions (non-db related) wiki_transform.php3: convert wiki markup into HTML admin/: index.php3: entry point for administration forms shrinkdbm.pl: Perl script to reduce size of DBM files wiki_adminforms.php: the HTML forms for administration wiki_auth.php3: authorization code for admin features wiki_dumpHTML.php: dump the Wiki out as HTML pages wiki_dumpserial.php: dump the Wiki out as serialize() pages wiki_loadserial.php: load Wiki pages that were dumped with dumpserial wiki_lockpage.php: lock a page so it cannot be edited wiki_port1_0.php: import a 1.0 PhpWiki database wiki_rebuilddbms.php: rebuild DBM files to reclaim disk space wiki_zip.php3: create a Zip archive of all Wiki pages templates/: browse.html: for rendering most pages editlinks.html: template for editing references editpage.html: template for form for editing pages message.html: error/system message template schemas/: SQL schemas for the RDBMSs Steve Wainstead swain@wcsb.org http://wcsb.org/~swain/ $Id: README,v 1.5 2000-07-15 20:56:45 wainstead Exp $