]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FVisualWikiPlugin
Wikicreole syntax for headers
[SourceForge/phpwiki.git] / pgsrc / Help%2FVisualWikiPlugin
1 Date: Sat, 24 Jan 2009 19:18:24 +0100
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%2FVisualWikiPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~VisualWiki* [plugin|Help:WikiPlugin] produces a graphical site map of ~PhpWiki.
12
13 It produces a graphical sitemap of ~PhpWiki by calling the <code>dot</code> commandline tool from Graphviz (http://www.graphviz.org).
14
15 == Usage
16
17 <verbatim>
18 <?plugin VisualWiki ?>
19 </verbatim>
20
21 == Arguments
22
23 page _(default: current pagename)_:
24   The page to execute upon.
25
26 == Example
27
28 <verbatim>
29 <?plugin VisualWiki ?>
30 </verbatim>
31
32 <?plugin VisualWiki ?>
33
34 == Author
35 * Johannes Grosse
36
37 == See Also
38
39 ----
40 [PhpWikiDocumentation] [CategoryWikiPlugin]