Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
Rladstaetter (talk | contribs) |
|||
Line 34: | Line 34: | ||
| Mantis bug tracker || → || PHP || [http://bugs.mantisbt.org/view.php?id=7214 Convertor] || N/A | | Mantis bug tracker || → || PHP || [http://bugs.mantisbt.org/view.php?id=7214 Convertor] || N/A | ||
|- | |- | ||
| Ganttproject || ↔ || XSLT || [http:// | | Ganttproject || ↔ || XSLT || [http://johanneskutsam.spaces.live.com/blog/cns!1961B7AE7280AAFD!264.entry Converter] || N/A | ||
|- | |- | ||
| .c,.h,.s || → || Perl || [http://www.skynet.ie/~ivan/filetree_to_freemind.pl Convertor] || N/A | | .c,.h,.s || → || Perl || [http://www.skynet.ie/~ivan/filetree_to_freemind.pl Convertor] || N/A |
Revision as of 15:26, 14 January 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 |