MindMapMex
From ThorstensHome
Revision as of 12:02, 19 June 2016 by ThorstenStaerk (Talk | contribs)
MindMapMex is a mediawiki extension for creating mindmaps with links and cross-hierarchy relations. Here is a demo talking about Regular Expressions:
Contents |
Download instructions
Download the package here: https://github.com/tstaerk/mindmapmex/archive/master.zip.
Installation
To install this extension, in this example for Linux, unpack it to the $IP/extensions folder:
extensions# unzip master.zip
A new folder $IP/extensions/mindmapmex will be added. Make sure its owner:group is www-data:www-data or whatever you apache is running as:
extensions# chown -R www-data:www-data mindmapmex
Add the following to LocalSettings.php:
require_once("$IP/extensions/mindmapmex/mindmapmex.php");
Usage
To use this extension, simply put a <mindmap> tag into your mediawiki markup like this:
<mindmap>
Pages
Download, Code, Bugreporting here: https://github.com/tstaerk/mindmapmex
NOT yet listed as mediawiki extension