Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
m (Reverted edit of Xor, changed back to last version by LeoB) |
Rladstaetter (talk | contribs) |
||
Line 36: | Line 36: | ||
| LaTeX beamer presentation || ← || Perl || [http://www.edaindia.com/utils/index.shtml Convertor] || N/A | | LaTeX beamer presentation || ← || Perl || [http://www.edaindia.com/utils/index.shtml Convertor] || N/A | ||
|- | |- | ||
| LaTeX beamer presentation || ← || XSLT || [http://www. | | LaTeX beamer presentation || ← || XSLT || [http://www.ladstatt.net/?p=49 Convertor] || Includes build.xml for Ant to integrate pdflatex | ||
|- | |- | ||
| Meeting notes || ← || Python || [http://code.google.com/p/mm2notes mm2notes] || N/A | | Meeting notes || ← || Python || [http://code.google.com/p/mm2notes mm2notes] || N/A |
Revision as of 11:00, 20 March 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 |