]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPluginManagerPlugin
Add link
[SourceForge/phpwiki.git] / pgsrc / Help%2FPluginManagerPlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPluginManagerPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~PluginManager** [[Help:WikiPlugin|plugin]] provides a dynamic list of plugins on this wiki.
12
13 == Usage ==
14
15 {{{
16 <<PluginManager info=args>>
17 }}}
18
19 == Arguments ==
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **info**
28 | Display the arguments also. To disable use info=0.
29 | enabled
30 |}
31
32 == Configuration ==
33
34 define('REQUIRE_ADMIN', true) in the sourcecode to disable general usage.
35
36 == Example ==
37
38 {{{
39 <<PluginManager>>
40 }}}
41
42 ~PhpWiki lets you extend it with new functionality via a plugin
43 mechanism. In short, you extend a PHP class we provide and customize
44 it to print out the content you want. For more information see
45 [[Help:WikiPlugin]], [[Help:HelloWorldPlugin]], and view the source of the files in
46 ##lib/plugin##.
47
48 If there is no example page for the plugin, or you need more
49 information, the best place to go is the source of the plugin. Under
50 your wiki's root directory, the folder ##lib/plugin## contains all the PHP
51 files for the plugins.
52
53 == External Requirements ==
54
55 Some plugins require correctly configured PLUGIN_CACHED and external libraries
56 not provided with ~PhpWiki or PHP, such as
57 * [PHP with GD support | php-function:ref.image] for the [[Help:text2pngPlugin|text2png]] plugin,
58 * [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the [[Help:TexToPngPlugin|TexToPng]] plugin and [[Help:TeX2pngPlugin|TeX2png]] plugin,
59 * [graphviz | http://graphviz.org/] for the [[Help:GraphVizPlugin|GraphViz]] plugin and [[Help:VisualWikiPlugin|VisualWiki]] plugin,
60 * [ploticus | http://ploticus.sourceforge.net/] for the [[Help:PloticusPlugin|Ploticus]] plugin,
61 * [phpweather | http://phpweather.sf.net] for the [[Help:PhpWeatherPlugin|PhpWeather]] plugin,
62 * [highlight | http://www.andre-simon.de/] for the [[Help:SyntaxHighlighterPlugin|SyntaxHighlighter]] plugin,
63 * a browser with [<iframe> support|http://www.cs.tut.fi/~jkorpela/html/iframe.html] for the [[Help:TranscludePlugin|Transclude]] plugin,
64 * USE_DB_SESSION = true (default for the peardb, adodb or dba backends) for the [[Help:WhoIsOnlinePlugin|WhoIsOnline]] plugin,
65 * --with-xml support (with expat or libxml2) for the [[Help:RssFeedPlugin|RssFeed]] plugin (~ProjectSummary, ~RecentReleases) and ~HtmlParser support (~ImportHtml, ~HtmlAreaEditing),
66 * PHP Mail functionality (php.ini: SMTP + sendmail_from on Windows or sendmail_path) for email
67   PhpWiki:PageChangeNotifications and ModeratedPage's,
68 * a [Google license key | http://www.google.com/apis/] for the [[Help:GooglePluginPlugin|GooglePlugin]] plugin,
69 * optionally an external recommender engine (none yet, php only so far) and the wikilens theme for the [[Help:RateItPlugin|RateIt]] plugin,
70 * optionally apache/mod_log_{my}sql for fast, external log analysis if ACCESS_LOG_SQL=1 (Referer, Abuse Prevention).
71   See ##lib/Request.php## and http://www.outoforder.cc/projects/apache/mod_log_sql/
72
73 == Author ==
74 * [[PhpWiki:JeffDairiki|Jeff Dairiki]] ?
75
76 <noinclude>
77 ----
78 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
79 </noinclude>