Contents
FreeMindFlashBrowser
Description
Freemind is a famous open source mind mapping tool. The project also contains two viewers for mind maps created with freemind: a java version and the same programmed in flash actionscript (=swf plugin).
This macro brings the freemind flash browser to moinmoin.
News
2009-09-10:
The version for MoinMoin <1.8 uses symbolic links for showing the mind maps in the flash application. I changed the symbol links to AttachFile actions. So this should work on OSes without symbolic links also now. Will add the modified code today. JosefMeier
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
|
1.5 |
|
|
|
1.6, 1.7 |
|
Usage
Upload your freemind map as an attachment, then use
<<FreeMindFlashBrowser(attachment:test.mm)>>
on your page.
You have to configure several configuration variables in the config file wikiconfig.py before you can use it. If this config wasn't done properly, you will see a message like "JavaScript or flash are not enabled." instead of the flash application.
Example
Copyright
BumseokLee - <shinsux AT gwbs DOT net>
License
Bugs
Discussion
2008-07-02 - I uploaded a patched version that I've been using at $work that:
- moves the configuration information to the wikiconfig.py (or equivalent) file,
- adds support for specifying the initial 'collapse to level', and
- works with Moin 1.7
-- Siemster 2008-07-02 23:51:04
Request
- Please explain this macro little-bit. e.g: what kind of functionality provide this macro with moinmoin wiki and how can users install this. It would be good to give an example of this macro functionality. Is there a need another software to run this macro.or just simple install this under ..\wiki\data\plugin\macro
Thanks!