Date: Wed, 28 May 2008 19:06:33 +0200 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) Content-Type: application/x-phpwiki; pagename=PluginManager; 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|Help:WikiPlugin], Help: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. ! External Requirements Some plugins require correctly configured PLUGIN_CACHED and external libraries not provided with PhpWiki or PHP, such as * [PHP with GD support | php-function:ref.image] for the Help:text2pngPlugin, * [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the Help:TexToPngPlugin and Help:TeX2pngPlugin, * [graphviz | http://graphviz.org/] for the Help:GraphVizPlugin and Help:VisualWikiPlugin, * [ploticus | http://ploticus.sourceforge.net/] for the Help:PloticusPlugin, * [phpweather | http://phpweather.sf.net] for the Help:PhpWeatherPlugin, * [highlight | http://www.andre-simon.de/] for the Help:SyntaxHighlighterPlugin, * a browser with [