ubixos-web / docroot / phpwiki /
@reddawg reddawg authored on 29 Jun 2004
..
admin UbixOS Web Site 20 years ago
images UbixOS Web Site 20 years ago
lib UbixOS Web Site 20 years ago
locale UbixOS Web Site 20 years ago
pgsrc UbixOS Web Site 20 years ago
schemas UbixOS Web Site 20 years ago
templates UbixOS Web Site 20 years ago
CREDITS UbixOS Web Site 20 years ago
ChangeLog UbixOS Web Site 20 years ago
DBLIB.txt UbixOS Web Site 20 years ago
HISTORY UbixOS Web Site 20 years ago
INSTALL UbixOS Web Site 20 years ago
INSTALL.flatfile UbixOS Web Site 20 years ago
INSTALL.mSQL UbixOS Web Site 20 years ago
INSTALL.mssql UbixOS Web Site 20 years ago
INSTALL.mysql UbixOS Web Site 20 years ago
INSTALL.pgsql UbixOS Web Site 20 years ago
LICENSE UbixOS Web Site 20 years ago
README UbixOS Web Site 20 years ago
UPGRADING.readme UbixOS Web Site 20 years ago
admin.php UbixOS Web Site 20 years ago
bullet.gif UbixOS Web Site 20 years ago
fdimage.gif UbixOS Web Site 20 years ago
folder.gif UbixOS Web Site 20 years ago
index.php UbixOS Web Site 20 years ago
logo.gif UbixOS Web Site 20 years ago
tab_.gif UbixOS Web Site 20 years ago
tab_2.gif UbixOS Web Site 20 years ago
tab_Home.gif UbixOS Web Site 20 years ago
tab_base.gif UbixOS Web Site 20 years ago
tab_cvs.gif UbixOS Web Site 20 years ago
tab_faq.gif UbixOS Web Site 20 years ago
tab_ftp.gif UbixOS Web Site 20 years ago
tab_inact_.gif UbixOS Web Site 20 years ago
tab_inact_FAQ.gif UbixOS Web Site 20 years ago
tab_inact_cvs.gif UbixOS Web Site 20 years ago
tab_inact_ftp.gif UbixOS Web Site 20 years ago
tab_inact_home.gif UbixOS Web Site 20 years ago
tab_inact_news.gif UbixOS Web Site 20 years ago
tab_inact_prod.gif UbixOS Web Site 20 years ago
tab_inact_projects.gif UbixOS Web Site 20 years ago
tab_inact_support.gif UbixOS Web Site 20 years ago
tab_inact_taskman.gif UbixOS Web Site 20 years ago
tab_inact_tasks.gif UbixOS Web Site 20 years ago
tab_inact_team.gif UbixOS Web Site 20 years ago
tab_inact_tools.gif UbixOS Web Site 20 years ago
tab_inact_userspace.gif UbixOS Web Site 20 years ago
tab_inact_wiki.gif UbixOS Web Site 20 years ago
tab_news.gif UbixOS Web Site 20 years ago
tab_prod.gif UbixOS Web Site 20 years ago
tab_projects.gif UbixOS Web Site 20 years ago
tab_support.gif UbixOS Web Site 20 years ago
tab_taskman.gif UbixOS Web Site 20 years ago
tab_tasks.gif UbixOS Web Site 20 years ago
tab_team.gif UbixOS Web Site 20 years ago
tab_tools.gif UbixOS Web Site 20 years ago
tab_userspace.gif UbixOS Web Site 20 years ago
tab_wiki.gif UbixOS Web Site 20 years ago
tsmlogo.gif UbixOS Web Site 20 years ago
ubix.gif UbixOS Web Site 20 years ago
untitled.gif UbixOS Web Site 20 years ago
untitled1.gif UbixOS Web Site 20 years ago
README
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$