Index of /
| Name | Last Modified | Size |
|---|---|---|
| 2025-02-19 15:32 | - | |
| 2009-02-24 12:00 | - | |
| 2019-07-05 08:12 | - | |
| 2008-03-17 17:29 | - | |
| 2016-09-17 22:28 | - | |
| 2009-02-24 12:03 | 4k | |
| 2008-03-17 17:23 | 60k | |
| 2005-04-16 05:33 | 4k | |
| 2001-08-17 20:35 | 8k | |
| 2026-04-08 15:36 | 56k | |
| 2009-02-24 12:03 | 4k | |
| 2008-04-02 09:27 | 4k | |
| 2001-03-06 11:48 | 12k | |
| 2004-05-04 08:32 | 4k | |
| 2001-08-26 23:55 | 8k | |
| 2005-04-02 09:23 | 8k | |
| 2001-01-31 23:12 | 4k | |
| 2001-11-02 00:15 | 4k | |
| 2001-11-08 22:13 | 4k | |
| 2001-02-01 21:55 | 4k | |
| 2000-06-02 11:46 | 20k | |
| 2001-08-18 01:09 | 4k |
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.
For a list of current bugs see:
https://sourceforge.net/bugs/?group_id=6121
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!
NOTE: Not all database versions are equal. The MySQL and Postgresql
implementations have the full set of features; DBM and mSQL are
missing only a few, and the flat file implementation is solid
and waiting for your improvement. All are suitable for production.
NOTE 2: Not all the admin functions are implemented, but the page
locking sure is nice.
MANIFEST:
index.php: the "main page", really a set of branching instructions
admin.php: entry page for doing wiki administration
lib/config.php: configuration options, constants, global variables
lib/db_filesystem.php support for flat file Wiki
lib/dbmlib.php: database access functions for dbm files
lib/display.php: display a page (this calls "lib/transform.php")
lib/editlinks.php: edit the embedded links of a page
lib/editpage.php: edit a page
lib/fullsearch.php: full page text search
lib/mysql.php: database access functions for mySQL
lib/pageinfo.php: gives detailed low-level info on the page structure
lib/pgsql.php: database access functions for PostgreSQL
lib/savepage.php: save a page to db, thank user
lib/search.php: page title search
lib/setupwiki.php: load a set of pages from ./pgsrc/ directory
lib/stdlib.php: standard library of functions (non-db related)
lib/transform.php: convert wiki markup into HTML
lib/ziplib.php: support for zip/unzip, used for page dumps
admin/:
admin/dumpserial.php: dump the Wiki out as serialize() pages
admin/loadserial.php: load Wiki pages that were dumped with dumpserial
admin/lockpage.php: lock a page so it cannot be edited
admin/shrinkdbm.pl: Perl script to reduce size of DBM files
admin/wiki_dumpHTML.php: dump the Wiki out as HTML pages
admin/wiki_port1_0.php: import a 1.0 PhpWiki database
admin/wiki_rebuilddbms.php: rebuild DBM files to reclaim disk space
admin/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.9 2001/02/02 03:03:27 wainstead Exp $
Proudly Served by LiteSpeed Web Server at www.pillars.strangeland.net Port 443