From ecf5c7fc5f730aeaf6a9dcf43630dd8671a3f3fd Mon Sep 17 00:00:00 2001 From: wainstead Date: Sun, 4 Jan 2004 18:22:44 +0000 Subject: [PATCH] Added some more information to help the user out. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2936 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/PluginManager | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/pgsrc/PluginManager b/pgsrc/PluginManager index 8304ccdf1..66749daa2 100644 --- a/pgsrc/PluginManager +++ b/pgsrc/PluginManager @@ -1,14 +1,20 @@ -Date: Wed, 1 Jan 2003 17:53:37 -0500 -Mime-Version: 1.0 (Produced by PhpWiki 1.3.4) -X-Rcs-Id: $Id: PluginManager,v 1.1 2003-01-04 02:39:16 carstenklapp Exp $ -Content-Type: application/x-phpwiki; - pagename=PluginManager; - pgsrc_version="2 $Revision: 1.1 $"; - flags=PAGE_LOCKED; - markup=2; - charset=iso-8859-1 -Content-Transfer-Encoding: binary - - ----- -PhpWikiDocumentation WikiPlugin +Date: Sun, 4 Jan 2004 13:27:43 -0500 +Mime-Version: 1.0 (Produced by PhpWiki 1.3.7) +X-Rcs-Id: $Id: PluginManager,v 1.2 2004-01-04 18:22:44 wainstead Exp $ +Content-Type: application/x-phpwiki; + pagename=PluginManager; + pgsrc_version="2 $Revision: 1.2 $"; + flags=PAGE_LOCKED; + markup=2; + charset=iso-8859-1 +Content-Transfer-Encoding: binary + +PhpWiki lets you extend it with new functionality via a plugin mechanism. In short, you extend a PHP class we provide and customize it to print out the content you want. For more information see WikiPlugin, HelloWorldPlugin, and view the source of the files in /lib/plugin. + +If there is no example page for the plugin, or you need more information, the best place to go is the source of the plugin. Under your wiki's root directory, the folder lib/plugin contains all the PHP files for the plugins. + +Some plugins require external libraries not provided with PhpWiki or PHP, such as the GD library for graphics. +----- + +---- +PhpWikiDocumentation WikiPlugin -- 2.45.0