Jump to content

Extension:FreeMind: Difference between revisions

From mediawiki.org
Content deleted Content added
removed inapplicable implementation type category
Line 22: Line 22:




== How to download the Freemind Extension for MediaWiki ==
== Installation ==
* You can find the distribution file here [http://freemind.sourceforge.net/dimitry_mediawiki_freemind_extension/MediawikiExtension.zip MediawikiExtension.zip]
# Download the contents of [http://freemind.cvs.sourceforge.net/freemind/mediawiki/extensions/freemind/ the CVS /extensions/freemind contents] and place into ..extensions/freemind/ (lower case!) folder on your site.
# Download the FreeMind.php file from [http://freemind.cvs.sourceforge.net/freemind/mediawiki/extensions/ the CVS /extensions/ contents] and place into ..extensions/ folder on your site.
*You can find the extension in the CVS here [http://freemind.cvs.sourceforge.net/freemind/mediawiki/extensions/]
* See [http://freemind.sourceforge.net/dimitry_mediawiki_freemind_extension/readme.txt README] for installation instructions.
# Add the line <code>include("$IP/extensions/FreeMind.php");</code> to the '''end''' of your LocalSettings.php file ''(The name of your file is case sensitive!)''

# Add 'mm' to the list of allowed file extensions, e.g. {{SeeManual|$wgFileExtensions}} = array( 'png', 'gif', 'jpg', 'jpeg', 'wmz', 'mm' );
Now you can use the extension with different forms of <code><nowiki><mm>[[Hello.mm]]</mm></nowiki></code> in the wiki as per the article tab
Now you can use the extension with different forms of <code><nowiki><mm>[[Hello.mm]]</mm></nowiki></code> in the wiki as per the article tab.


== See also ==
== See also ==

Revision as of 07:40, 3 October 2007

MediaWiki extensions manual
FreeMind
Release status: beta
Implementation Tag
Description Displays FreeMind MindMaps as flash or java applet with full navigation.
Latest version unknown (Oct. 2006)
MediaWiki >1.5
Licence No licence specified
Download FreeMind CVS
Example FreeMind Extension

Information

This extension is for FreeMind-Users. It displays the FreeMind-MindMap (user does not have to install FreeMind).


How to download the Freemind Extension for MediaWiki

Now you can use the extension with different forms of <mm>[[Hello.mm]]</mm> in the wiki as per the article tab.

See also