Talk:Embedding mind maps: Difference between revisions

From FreeMind
Jump to navigationJump to search
m (remove spam)
(Update installation guide)
Line 6: Line 6:


== Installation ==
== Installation ==
# Download the contents of [http://freemind.cvs.sourceforge.net/freemind/mediawiki/extensions/freemind/| the CVS /extensions/freemind contents] and place into ..extensions/freemind/ folder on your site.
# 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.
# 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.
# Add the line <code>include('extensions/FreeMind.php');</code> to the '''end''' of your LocalSettings.php file ''(The name of your file is case sensitive!)''
# Add the line <code>include('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. $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
--[[User:Markr121|Markr121]] 12:15, 2 Dec 2006 (PST)
--[[User:Markr121|Markr121]] 12:15, 2 Dec 2006 (PST)
Line 15: Line 16:


I always get a Error: Mind Map file WFPE.mm not found error and I've put the file everywhere I can think of.
I always get a Error: Mind Map file WFPE.mm not found error and I've put the file everywhere I can think of.
Answer: <nowiki>[[Image:MyMindmap.mm]]</nowiki> --[[User:GunterS|GunterS]] 06:00, 13 Feb 2007 (PST)

Revision as of 14:00, 13 February 2007

Can we download the Freemind Extension for MediaWiki

How can I embed Freemind Maps on an internal company wiki page? Can I get the extension to be able to do this?

  • I also would like to get the extension .php file to embed the flash MindMap. Would I be able to get it? (daleatzoi, 11.8.06)
  • Same request, like very much this functonnality (franxk, 11.15.06)
  • You can find the FreeMind.php file in the CVS here [1]

Installation

  1. Download the contents of the CVS /extensions/freemind contents and place into ..extensions/freemind/ (lower case!) folder on your site.
  2. Download the FreeMind.php file from the CVS /extensions/ contents and place into ..extensions/ folder on your site.
  3. Add the line include('extensions/FreeMind.php'); to the end of your LocalSettings.php file (The name of your file is case sensitive!)
  4. Add 'mm' to the list of allowed file extensions, e.g. $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'wmz', 'mm' );

Now you can use the extension with different forms of <mm>[[Hello.mm]]</mm> in the wiki as per the article tab --Markr121 12:15, 2 Dec 2006 (PST)

Where does it look for .mm files

I always get a Error: Mind Map file WFPE.mm not found error and I've put the file everywhere I can think of.

Answer: [[Image:MyMindmap.mm]] --GunterS 06:00, 13 Feb 2007 (PST)