From: <var...@us...> - 2010-05-12 09:56:38
|
Revision: 7399 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7399&view=rev Author: vargenau Date: 2010-05-12 09:56:32 +0000 (Wed, 12 May 2010) Log Message: ----------- Use Mediawiki table for arguments Modified Paths: -------------- trunk/pgsrc/Help%2FPluginManagerPlugin Modified: trunk/pgsrc/Help%2FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2010-05-12 09:44:25 UTC (rev 7398) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2010-05-12 09:56:32 UTC (rev 7399) @@ -1,4 +1,4 @@ -Date: Tue, 4 May 2010 18:03:55 +0000 +Date: Wed, 12 May 2010 11:55:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,23 +10,30 @@ The **~PluginManager** [[Help:WikiPlugin|plugin]] provides a dynamic list of plugins on this wiki. -== Usage +== Usage == {{{ <<PluginManager info=args>> }}} -== Arguments +== Arguments == -info _(default: args)_: - Display the arguments also. Default: enabled - To disable use something like info=0 +{| 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 +== Example == {{{ <<PluginManager>> @@ -43,7 +50,7 @@ your wiki's root directory, the folder ##lib/plugin## contains all the PHP files for the plugins. -== External Requirements +== External Requirements == Some plugins require correctly configured PLUGIN_CACHED and external libraries not provided with ~PhpWiki or PHP, such as @@ -55,7 +62,7 @@ * [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), +* --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:GooglePluginPlugin|GooglePlugin]] plugin, @@ -63,10 +70,10 @@ * 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 +== Author == * [[PhpWiki:JeffDairiki|Jeff Dairiki]] ? <noinclude> ---- -[[PhpWikiDocumentation]] [[CategoryWiki]] plugin +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] </noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |