Difference between revisions of "MindMapMex"
From ThorstensHome
Line 18: | Line 18: | ||
"tools that use them" -> sed | "tools that use them" -> sed | ||
"tools that use them" -> grep | "tools that use them" -> grep | ||
− | |||
</mindmap> | </mindmap> | ||
+ | |||
+ | |||
+ | = 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: | ||
+ | <pre> | ||
+ | require_once("$IP/extensions/mindmapmex/mindmapmex.php"); | ||
+ | </pre> | ||
+ | |||
+ | = 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 | ||
+ | |||
+ | = See also = | ||
+ | * http://www.staerk.de/thorsten/Writing_mediawiki_extensions |
Revision as of 12:02, 19 June 2016
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