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