From b1ac45ddad901e3ee4910dbbf17a14f3c2cc762b Mon Sep 17 00:00:00 2001 From: rurban Date: Wed, 3 Jan 2007 21:27:54 +0000 Subject: [PATCH] fix Help: links, bump version git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5367 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/PluginManager | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/pgsrc/PluginManager b/pgsrc/PluginManager index 33bdee547..5b1ffef35 100644 --- a/pgsrc/PluginManager +++ b/pgsrc/PluginManager @@ -1,9 +1,9 @@ -Date: Fri, 17 Dec 2004 09:53:18 +0200 -Mime-Version: 1.0 (Produced by PhpWiki 1.3.11pre) -X-Rcs-Id: $Id: PluginManager,v 1.8 2004-12-17 09:23:42 rurban Exp $ +Date: Fri, 29 Dec 2006 18:57:39 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.3.13) +X-Rcs-Id: $Id: PluginManager,v 1.9 2007-01-03 21:27:54 rurban Exp $ Content-Type: application/x-phpwiki; pagename=PluginManager; - pgsrc_version="2 $Revision: 1.8 $"; + pgsrc_version="2 $Revision: 1.9 $"; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1 @@ -12,7 +12,7 @@ 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 +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 @@ -23,19 +23,18 @@ 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 text2png plugin, -* [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the TexToPngPlugin and TeX2pngPlugin, -* [graphviz | http://graphviz.org/] for the GraphVizPlugin and VisualWikiPlugin, -* [ploticus | http://ploticus.sourceforge.net/] for the PloticusPlugin, -* [phpweather | http://phpweather.sf.net] for the PhpWeatherPlugin, -* [highlight | http://www.andre-simon.de/] for the SyntaxHighlighterPlugin, -* a browser with [