|
|
What follows is a list of FreeMind accessories, provided by third parties.
Feel free to add your own accessory. When adding a new link to an accessory you are the author of, please consider releasing your accessory by "GNU GPL V2 or later at your option" license. When you do, the FreeMind team can consider delivering your accessory as part of FreeMind.
Conversions
See also
Other
- Dynamic mind maps from CMS: Sitemap, weblinks and feeds dynamically generated from content management system Joomla (Freemind Flashbrowser)
- YACS is a content management system with native support of Freemind. It embeds two Freemind players (Flash and Java), and any uploaded map can be browsed interactively. Also, YACS may build a Freemind map out of the content tree, or part of it. And it may even combine the two features, for example to browse complex content gracefully.
- Freemind Win Collab : Share your mindmaps and built them in collaboration. This simple batch file autorise collaboration on freemind maps via a fileserver. If you can access the same disk with your collegues in your organisation, you can now work together on your mindmaps : this script avoid multiple edition at the same time (lock the file for you and tell the others that YOU edit it for the moment) and make backups each time you open a mindmap (like 2006-04-02_myfilename.mm). Work only on windows.
- ZMSMindMaps: An Add-on to ZMS (Zope based Content Management for Science, Technology and Medicine) for viewing, exporting and importing of Mindmaps.
- Below is a Unix sed command to remove the optional data from a MindMap .mm file's XML to make it more reader-friendly, keeping only the TEXT attribute. After converting a MindMap file with this command, you can open the generated XML file in Firefox and use its XML element collapsing features to interactively view MindMaps even without Freemind installed.
sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\)=\"[0-9a-zA-Z_]*\"//g" Old.mm > New.xml
For version 0.9, this command is better :
sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\|COLOR\)=\"#\?[0-9a-zA-Z_]*\"//g" -e "s/<\(font\|hook\)[^>]\+\?>//g" Old.mm > New.xml
|