]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - README
Added wiki_pageinfo.php3 and its description
[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 See INSTALL.pgsql for using PhpWiki with PostgreSQL
9
10 The out-of-the-box version uses a dbm file in the /tmp directory; you may
11 wish a more permanent place for yours, but make sure it's read/writable
12 by your web server!
13
14 index.php3:            the "main page", really a set of branching instructions
15 wiki_config.php3:      configuration options, constants, global variables
16 wiki_dbmlib.php3:      database access functions for dbm files
17 wiki_display.php3:     display a page (this calls "wiki_transform.php3")
18 wiki_editlinks.php3:   edit the embedded links of a page
19 wiki_editpage.php3:    edit a page
20 wiki_fullsearch.php3:  full page text search
21 wiki_mysql.php3:       database access functions for mySQL
22 wiki_pageinfo.php3:    gives detailed low-level info on the page structure
23 wiki_pgsql.php3:       database access functions for PostgreSQL
24 wiki_savepage.php3:    save a page to db, thank user
25 wiki_search.php3:      page title search
26 wiki_setupwiki.php3:   load a set of pages from ./pgsrc/ directory
27 wiki_stdlib.php3:      standard library of functions (non-db related)
28 wiki_transform.php3:   convert wiki markup into HTML
29
30 Steve Wainstead
31 swain@wcsb.org
32 http://wcsb.org/~swain/
33
34 $Id: README,v 1.4 2000-06-23 02:57:47 wainstead Exp $