Currently *.mm is an unrecognized type. Would be good to add upload, conversion, etc. for this. Freemind is the software that produces these.

Note: The Freemind project is not being maintained.

CommentFileSizeAuthor
#5 freemind.jar_.zip370.12 KBCornoualis

Comments

miglius’s picture

I'm not familiar with FreeMind files. Can they be converted to pdf, images?

akwala’s picture

They can be exported to:
- html
- xhtml
- png
- jpeg
- pdf
- svg
- odt (possibly also doc, on Windows)

miglius’s picture

For the FileFramework to support conversions from the mm files, I would need a shell command example which would accept as an input the mm file and would produce as the output the file in pdf, png or some other format. Can you give me an example of such a command or script?

akwala’s picture

It's a Java/Swing app, and I couldn't find any info on a command line interface, doesn't look like there's one. Thanks for trying, regardless.

Cornoualis’s picture

StatusFileSize
new370.12 KB

Xwiki uses an applet to open a mindmap as a java applet:
http://code.xwiki.org/xwiki/bin/view/Macros/MindMapMacro

I attached de .jar file to the comment.

Enjoy! ;)

Cornoualis’s picture

Insert that code in your page to display your .mm file:

<applet code="freemind.main.FreeMindApplet.class" archive="/PATH_TO_JAR/freemind.jar" width="100%" height="500">

<param name="type" value="application/x-java-applet;version=1.4" />
<param name="scriptable" value="false" />
<param name="modes" value="freemind.modes.browsemode.BrowseMode" />
<param name="browsemode_initial_map" value="http://YOURDOMAIN:80/PATH_TO_THE_FILE/YOUR_MINDMAP.mm" />
<param name="initial_mode" value="Browse" />
<param name="selection_method" value="selection_method_direct" />
</applet>

Enjoy! ;)

miglius’s picture

Version: 6.x-1.0-alpha2 » 6.x-1.x-dev
Status: Active » Fixed

Committed to the cvs. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.