Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FPluginManagerPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary The **~PluginManager** [[Help:WikiPlugin|plugin]] provides a dynamic list of plugins on this wiki. == Usage == {{{ <> }}} == Arguments == {| class="bordered" |- ! Argument ! Description ! Default value |- | **info** | Display the arguments also. To disable use info=0. | enabled |} == Configuration == define('REQUIRE_ADMIN', true) in the sourcecode to disable general usage. == Example == {{{ <> }}} ~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 [[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|text2png]] plugin, * [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the [[Help:TexToPngPlugin|TexToPng]] plugin and [[Help:TeX2pngPlugin|TeX2png]] plugin, * [graphviz | http://graphviz.org/] for the [[Help:GraphVizPlugin|GraphViz]] plugin and [[Help:VisualWikiPlugin|VisualWiki]] plugin, * [ploticus | http://ploticus.sourceforge.net/] for the [[Help:PloticusPlugin|Ploticus]] plugin, * [phpweather | http://phpweather.sf.net] for the [[Help:PhpWeatherPlugin|PhpWeather]] plugin, * [highlight | http://www.andre-simon.de/] for the [[Help:SyntaxHighlighterPlugin|SyntaxHighlighter]] plugin, * a browser with [