Talk:Embedding mind maps: Difference between revisions
From FreeMind
Jump to navigationJump to search
Line 22: | Line 22: | ||
Answer: <nowiki>[[Image:MyMindmap.mm]]</nowiki> --[[User:GunterS|GunterS]] 06:00, 13 Feb 2007 (PST) | Answer: <nowiki>[[Image:MyMindmap.mm]]</nowiki> --[[User:GunterS|GunterS]] 06:00, 13 Feb 2007 (PST) | ||
Where in the actual File system is it looking? [[User:Onefish|Onefish]] 20:47, 25 Mar 2007 (PDT) |
Revision as of 03:47, 26 March 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]
How to download CVS?
Can you give more specific instructions on downloading with a cvs client? Anonymous download possible? --GunterS 10:39, 10 Mar 2007 (PST)
Installation
- Download the contents of the CVS /extensions/freemind contents and place into ..extensions/freemind/ (lower case!) folder on your site.
- Download the FreeMind.php file from the CVS /extensions/ contents and place into ..extensions/ folder on your site.
- Add the line
include('extensions/FreeMind.php');
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 <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)
Where in the actual File system is it looking? Onefish 20:47, 25 Mar 2007 (PDT)