]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/PluginManager
some updates
[SourceForge/phpwiki.git] / pgsrc / PluginManager
1 Date: Mon, 25 May 2004 20:05:50 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11pre)
3 X-Rcs-Id: $Id: PluginManager,v 1.6 2004-06-04 22:50:05 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=PluginManager;
6   pgsrc_version="2 $Revision: 1.6 $";
7   flags=PAGE_LOCKED;
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 PhpWiki lets you extend it with new functionality via a plugin
13 mechanism. In short, you extend a PHP class we provide and customize
14 it to print out the content you want. For more information see
15 WikiPlugin, HelloWorldPlugin, and view the source of the files in
16 <tt>lib/plugin</tt>.
17
18 If there is no example page for the plugin, or you need more
19 information, the best place to go is the source of the plugin. Under
20 your wiki's root directory, the folder <tt>lib/plugin</tt> contains all the PHP
21 files for the plugins.
22
23 ! External Requirements
24 Some plugins require external libraries not provided with PhpWiki or PHP, such as 
25 * [PHP with GD support | php-function:ref.image] for the text2png plugin, 
26 * [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the TexToPngPlugin
27 * [graphviz | http://graphviz.org/] and a correctly configured lib/plugincache-config.php for the VisualWikiPlugin, 
28 * [ploticus | http://ploticus.sourceforge.net/] for the PloticusPlugin, 
29 * [phpweather | http://phpweather.sf.net] for the PhpWeatherPlugin,
30 * [highlight | http://www.andre-simon.de/] for the SyntaxHighlighterPlugin,
31 * a browser with [<iframe> support|http://www.cs.tut.fi/~jkorpela/html/iframe.html] for the TranscludePlugin,
32 * USE_DB_SESSION = true (default for the peardb, adodb or dba backends) for the WhoIsOnline plugin,
33 * --with-xml support (with expat or libxml2) for the ~RssFeed plugin (ProjectSummary, RecentReleases) and HtmlParser support (ImportHtml, HtmlAreaEditing).
34 * optionally an external recommender engine (none working so far) and the wikilens theme for the RateIt plugin,
35 * a [Google license key | http://www.google.com/apis/] for the GooglePlugin, 
36
37 -----
38 <?plugin PluginManager?>
39 ----
40 PhpWikiDocumentation WikiPlugin