General
Upcoming Events
- CCB: Band Festival
29 June 2013 10:00-19:00
Band festival with Cologne Concert Brass at the Bürgerhaus Kalk.
Location: Kalk-Mülheimer Straße 58, 51103, Cologne Kalk
Music
Media
IT
Additional
Drost-Tenfelde.dePersonal website of Jannes Drost-Tenfelde, resident bass trombone player at Cologne Concert Brass and Brass Band Merum
General
Upcoming Events
Music
Media
IT
Additional
This plugin allows you to turn your DokuWiki namespaces into mindmaps.
The output of the mindmap can be:
This is the first version of the plugin. If you have suggestions for improvements, please send an email to info@drost-tenfelde.de.
Per default, the Graphviz dot output is sent to the Google Chart Tool Graphviz Charts, which turns the dot format into a PNG picture. It is possible to use your own Graphviz dot binary by setting the configuration parameter 'path'.
If you do not use your own binary, the plugin will only be able to render the PNG image with a connection to Google.com. This is the default setting.
Using the syntax parameters, a list (including in-between linkage) of pages and (optionally) media is gathered. Depending on the configured format, this data list is turned into a PNG image or an XML file.
Per default, the output is a dot graph, which will be turned into a PNG image using the Google Chart Tools API or, optionally, via your own Graphviz binary.
If you selected Graph Exchange XML Format, the page/media list will be turned into an XML file, which can be interpreted by tools such as Gephi.
{{mindmap>dokuwiki#depth=3}}
This will get all pages within the dokuwiki namespace up to 3 levels deep and turn it into a dot graph.
View the Online Demonstration
{{mindmap>namespace[,namespace]#key=value[,key=value]}}
namespaces | Namespaces for which to create the Mindmap. | required |
|---|---|---|
key | the parameter key to set | optional |
value | the parameter value to set | optional |
You can set more than one element at once by using an & delimiter.
Available parameters:
| Key | Type | Comments | |
|---|---|---|---|
| depth | number | Determines how deep the plugin should look for links between pages. | optional |
| format | string | Determined the ouput format of the mindmap. Available values: dot, gexf'. Default: dot. | optional |
| include_media | string | This allows you to include media files in your mindmap. Available values: ns for namespace, all* for all, none* for none (Default). It is recommended this is not used when depth > 0. | optional |
| height | number | Allows you to set the output height. Default: 0 (ignore). | optional |
| width | number | Allows you to set the output width. Default: 0 (ignore). | optional |
| use_cached_pages | onoff | Allows you to determine if only cached pages are regarded or if the cache should be rebuilt. | optional |
| Key | Type | Comments | |
|---|---|---|---|
| graphviz_path | string | The path to your local graphviz dot binary (eg. /usr/bin/dot). Leave empty to use remote rendering at google.com. | optional |
| use_plugin_path | onoff | Set this if you wish to manually set the path of the plugin. This may be necessary if you use .htaccess nice urls to fix broken images/links. | optional |
| plugin_path | string | The path of the mindmap plugin (eg. http://yourwiki/lib/plugins/mindmap/). The path can also be relative to a page you are displaying (eg. lib/plugins/mindmap/) | optional |
(Deprecated parameters)
| Key | Type | Comments |
|---|---|---|
| path | string | The path parameter in Version 1.0 was renamed to 'graphviz_path' in Version 1.0 |
I used grapher.php and the graphviz Plugin (by Carl-Christian Salvesen and Andreas Gohr) for reference.