Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
(→Other) |
No edit summary |
||
Line 70: | Line 70: | ||
*[http://www.mindmeister.com Browser-based collaboration with others] I tried out mindmeister and imported a .mm file no problem. The collaboration works pretty dang well. You can also import/export as other formats. | *[http://www.mindmeister.com Browser-based collaboration with others] I tried out mindmeister and imported a .mm file no problem. The collaboration works pretty dang well. You can also import/export as other formats. | ||
* [http://www.goermezer.de/webtools/JoomlaMindmap Dynamic mind maps from CMS]: Sitemap, weblinks and feeds dynamically generated from content management system Joomla (Freemind Flashbrowser) | * [http://www.goermezer.de/webtools/JoomlaMindmap Dynamic mind maps from CMS]: Sitemap, weblinks and feeds dynamically generated from the content management system Joomla (Freemind Flashbrowser). A german article for this tool is here: [http://www.goermezer.de/content/view/357/239/]. | ||
* [http://www.yetanothercommunitysystem.com/ YACS] is a content management system with native support of Freemind. It embeds two Freemind players (Flash and Java), and [http://www.yetanothercommunitysystem.com/article-835-how-to-create-and-share-a-freemind-map any uploaded map can be browsed interactively.] Also, YACS may build [http://www.yetanothercommunitysystem.com/article-4509-how-to-generate-a-dynamic-freemind-map a Freemind map out of the content tree, ]or part of it. And it may even combine the two features, for example to [http://www.yetanothercommunitysystem.com/article-4510-how-to-layout-content-as-a-freemind-map layout complex content as a Freemind map.] | * [http://www.yetanothercommunitysystem.com/ YACS] is a content management system with native support of Freemind. It embeds two Freemind players (Flash and Java), and [http://www.yetanothercommunitysystem.com/article-835-how-to-create-and-share-a-freemind-map any uploaded map can be browsed interactively.] Also, YACS may build [http://www.yetanothercommunitysystem.com/article-4509-how-to-generate-a-dynamic-freemind-map a Freemind map out of the content tree, ]or part of it. And it may even combine the two features, for example to [http://www.yetanothercommunitysystem.com/article-4510-how-to-layout-content-as-a-freemind-map layout complex content as a Freemind map.] |
Revision as of 09:12, 16 December 2008
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
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 |