Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
mNo edit summary |
|||
Line 41: | Line 41: | ||
|- | |- | ||
| Java objects || ↔ || Java || [http://jcommons.sourceforge.net/references/maputils.html Converter] || See also [http://jcommons.sourceforge.net/references/marshaller.html Marshaller] | | Java objects || ↔ || Java || [http://jcommons.sourceforge.net/references/maputils.html Converter] || See also [http://jcommons.sourceforge.net/references/marshaller.html Marshaller] | ||
|- | |||
| Graphviz DOT-Format || → || XSLT || [http://sourceforge.net/tracker/index.php?func=detail&aid=1785424&group_id=7118&atid=307118 Converter] || Sorry, i've uploaded the document and then fixed a minor bug. PS: I've created an [http://sourceforge.net/tracker/index.php?func=detail&aid=1785534&group_id=7118&atid=307118 Import with XSLT Plugin] to easily drop Import/Export plugins. | |||
|- | |||
| Topic Map (XTM) || ↔ || XSLT || [http://sourceforge.net/tracker/index.php?func=detail&aid=1853869&group_id=7118&atid=307118 Converter] || PS: I've created an [http://sourceforge.net/tracker/index.php?func=detail&aid=1785534&group_id=7118&atid=307118 Import with XSLT Plugin] to easily drop Import/Export plugins. | |||
|- | |||
| Mind Mapper || ↔ || XSLT || http://sourceforge.net/tracker/index.php?func=detail&aid=1853952&group_id=7118&atid=307118 Converter] || PS: I've created an [http://sourceforge.net/tracker/index.php?func=detail&aid=1785534&group_id=7118&atid=307118 Import with XSLT Plugin] to easily drop Import/Export plugins. | |||
|- | |||
| SVN Repository || → || XSLT || Not yet stored anywhere... || SVN repository as an "file-view" | |||
|} | |} | ||
Revision as of 08:44, 23 January 2008
What follows is a list of FreeMind accessories, provided by third parties. (Feel free to add your own accessory.) 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 |