Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
Line 14: | Line 14: | ||
! Format || Direction || Lang. || Link || width="200" | Note | ! Format || Direction || Lang. || Link || width="200" | Note | ||
|- | |- | ||
| [http://groups.google.de/group/boogunote?hl=zh-cn BooguNote] || ↔ || C++&WTL || [http://groups.google.de/group/boogunote?hl=zh-cn boogunote] || mm's editor in GTD way (start with version 0.3.0.3) | | [http://groups.google.de/group/boogunote?hl=zh-cn BooguNote(.boo)] || ↔ || C++&WTL || [http://groups.google.de/group/boogunote?hl=zh-cn boogunote] || mm's editor in GTD way (start with version 0.3.0.3) | ||
|- | |- | ||
| semAuth || ↔|| XSLT || [http://semauth.sourceforge.net/ semauth.sourceforge.net] || semantic authoring. The doc at [http://jbusse.de/semauth jbusse.de/semauth] was generated with this script form a mm. (Licence: LGPL) | | semAuth || ↔|| XSLT || [http://semauth.sourceforge.net/ semauth.sourceforge.net] || semantic authoring. The doc at [http://jbusse.de/semauth jbusse.de/semauth] was generated with this script form a mm. (Licence: LGPL) |
Revision as of 04:48, 11 January 2010
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 |