From 221c53a5a25bab6dad4bc175453b23a0b39774c1 Mon Sep 17 00:00:00 2001 From: ahollosi Date: Mon, 19 Jun 2000 20:18:58 +0000 Subject: [PATCH] added info for mySQL and PostgreSQL git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@67 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 440f0befa..00e90674e 100644 --- a/README +++ b/README @@ -5,6 +5,7 @@ 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 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 @@ -12,11 +13,13 @@ 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 +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_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 -- 2.45.0