From: <var...@us...> - 2010-05-04 16:04:24
|
Revision: 7379 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7379&view=rev Author: vargenau Date: 2010-05-04 16:04:17 +0000 (Tue, 04 May 2010) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/Help%2F_AuthInfoPlugin trunk/pgsrc/Help%2F_BackendInfoPlugin Modified: trunk/pgsrc/Help%2FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2010-05-04 13:49:26 UTC (rev 7378) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2010-05-04 16:04:17 UTC (rev 7379) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Tue, 4 May 2010 18:03:55 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -35,7 +35,7 @@ ~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 +[[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 @@ -44,28 +44,29 @@ 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 [<iframe> support|http://www.cs.tut.fi/~jkorpela/html/iframe.html] for the [Help:TranscludePlugin], -* USE_DB_SESSION = true (default for the peardb, adodb or dba backends) for the [WhoIsOnline|Help:WhoIsOnline] plugin, -* --with-xml support (with expat or libxml2) for the [RssFeedPlugin|Help:RssFeedPlugin] (ProjectSummary, RecentReleases) and ~HtmlParser support (~ImportHtml, ~HtmlAreaEditing), +* [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 [<iframe> support|http://www.cs.tut.fi/~jkorpela/html/iframe.html] for the [[Help:TranscludePlugin|Transclude]] plugin, +* USE_DB_SESSION = true (default for the peardb, adodb or dba backends) for the [[Help:WhoIsOnlinePlugin|WhoIsOnline]] plugin, +* --with-xml support (with expat or libxml2) for the [[Help:RssFeedPlugin|RssFeed]] plugin (ProjectSummary, RecentReleases) and ~HtmlParser support (~ImportHtml, ~HtmlAreaEditing), * PHP Mail functionality (php.ini: SMTP + sendmail_from on Windows or sendmail_path) for email PhpWiki:PageChangeNotifications and ModeratedPage's, -* a [Google license key | http://www.google.com/apis/] for the [Help:GooglePlugin], -* optionally an external recommender engine (none yet, php only so far) and the wikilens theme for the RateIt plugin, +* a [Google license key | http://www.google.com/apis/] for the [[Help:GooglePluginPlugin|GooglePlugin]] plugin, +* optionally an external recommender engine (none yet, php only so far) and the wikilens theme for the [[Help:RateItPlugin|RateIt]] plugin, * optionally apache/mod_log_{my}sql for fast, external log analysis if ACCESS_LOG_SQL=1 (Referer, Abuse Prevention). See ##lib/Request.php## and http://www.outoforder.cc/projects/apache/mod_log_sql/ == Author -[Jeff Dairiki|PhpWiki:JeffDairiki] ? +* [[PhpWiki:JeffDairiki|Jeff Dairiki]] ? <noinclude> ---- -[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +[[PhpWikiDocumentation]] [[CategoryWiki]] plugin </noinclude> Modified: trunk/pgsrc/Help%2F_AuthInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_AuthInfoPlugin 2010-05-04 13:49:26 UTC (rev 7378) +++ trunk/pgsrc/Help%2F_AuthInfoPlugin 2010-05-04 16:04:17 UTC (rev 7379) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Tue, 4 May 2010 18:03:55 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,16 +28,16 @@ == Example -See [DebugAuthInfo] +See [[DebugAuthInfo]] == Authors -* [Jeff Dairiki|PhpWiki:JeffDairiki] +* [[PhpWiki:JeffDairiki|Jeff Dairiki]] * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also -* [DebugAuthInfo] is the corresponding [Help:ActionPage]. -* [Help:_GroupInfoPlugin] -* [Help:_BackendInfoPlugin] +* [[DebugAuthInfo]] is the corresponding [[Help:ActionPage]]. +* [[Help:_GroupInfoPlugin]] +* [[Help:_BackendInfoPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2F_BackendInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_BackendInfoPlugin 2010-05-04 13:49:26 UTC (rev 7378) +++ trunk/pgsrc/Help%2F_BackendInfoPlugin 2010-05-04 16:04:17 UTC (rev 7379) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Tue, 4 May 2010 18:03:55 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,17 +28,17 @@ == Example -See [DebugInfo] +See [[DebugInfo]] == Author -* [Jeff Dairiki|PhpWiki:JeffDairiki] +* [[PhpWiki:JeffDairiki|Jeff Dairiki]] == See Also -* [DebugInfo] is the corresponding [Help:ActionPage] -* [EditMetaData] -* [Help:EditMetaDataPlugin] -* [Help:_AuthInfoPlugin] -* [Help:_GroupInfoPlugin] +* [[DebugInfo]] is the corresponding [[Help:ActionPage]] +* [[EditMetaData]] +* [[Help:EditMetaDataPlugin]] +* [[Help:_AuthInfoPlugin]] +* [[Help:_GroupInfoPlugin]] <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |