Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
Line 52: | Line 52: | ||
| [http://meyerweb.com/eric/tools/s5/ S5] Presentation || ← || Python || [http://code.google.com/p/mm2s5 mm2s5] || N/A | | [http://meyerweb.com/eric/tools/s5/ S5] Presentation || ← || Python || [http://code.google.com/p/mm2s5 mm2s5] || N/A | ||
|- | |- | ||
| Microsoft Project || → || XSLT || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#To_MS_Project Convertor] || | | Microsoft Project || → || XSLT || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#To_MS_Project Convertor] || Revised version added that will cater for dependencies (predecessors) and Durations (in hours, months or days as well as the MS Project format) | ||
|- | |- | ||
| Microsoft Project || ← || Python || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#From_MS_Project mpp2mm] || Creates FreeMind map from MS Project (.mpp or .xml) files. Can add some attributes (eg. Task Duration) and flag completed Tasks | | Microsoft Project || ← || Python || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#From_MS_Project mpp2mm] || Creates FreeMind map from MS Project (.mpp or .xml) files. Can add some attributes (eg. Task Duration) and flag completed Tasks |
Revision as of 03:31, 14 August 2009
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 |