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