]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FVisualWikiPlugin
Whitespace
[SourceForge/phpwiki.git] / pgsrc / Help%2FVisualWikiPlugin
1 Date: Mon,  8 Jul 2013 17:58:18 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FVisualWikiPlugin;
5   flags=PAGE_LOCKED;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~VisualWiki** [[Help:WikiPlugin|plugin]] produces a graphical site map of ~PhpWiki.
10
11 It produces a graphical sitemap of ~PhpWiki by calling the ##dot## commandline tool from Graphviz ([[http://www.graphviz.org]]).
12
13 == Usage ==
14
15 {{{
16 <<VisualWiki arguments>>
17 }}}
18
19 == Arguments ==
20
21 Arguments allowed only if VISUALWIKI_ALLOWOPTIONS is true.
22
23 {| class="bordered"
24 |-
25 ! Argument
26 ! Description
27 ! Default value
28 |-
29 | **imgtype**
30 |
31 | png
32 |-
33 | **width**
34 |
35 | false
36 |-
37 | **height**
38 |
39 | false
40 |-
41 | **colorby**
42 |
43 | age
44 |-
45 | **fillnodes**
46 |
47 | off
48 |-
49 | **label**
50 |
51 | name
52 |-
53 | **shape**
54 |
55 | ellipse
56 |-
57 | **large_nb**
58 |
59 | 5
60 |-
61 | **recent_nb**
62 |
63 | 5
64 |-
65 | **refined_nb**
66 |
67 | 15
68 |-
69 | **backlink_nb**
70 |
71 | 5
72 |-
73 | **neighbour_list**
74 |
75 |
76 |-
77 | **exclude_list**
78 |
79 |
80 |-
81 | **include_list**
82 |
83 |
84 |-
85 | **fontsize**
86 |
87 | 9
88 |-
89 | **debug**
90 |
91 | false
92 |-
93 | **help**
94 |
95 | false
96 |}
97
98 == Example ==
99
100 {{{
101 <<VisualWiki>>
102 }}}
103
104 <<VisualWiki>>
105
106 == Author ==
107 * Johannes Große
108
109 == See Also ==
110
111 <noinclude>
112 ----
113 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
114 </noinclude>