You can embed a freemind document in the wiki using the following steps:
Configure the IFrame Extension
The Iframe extension allows an iframe to be embedded in a wiki page. To configure the extension, follow the steps on this page: IFrame Extension
Insert the IFrame
In the editor, create an iframe like this:
{{ iframe{uri: "http://deki-freemind.appspot.com/freemind/view?uri=http://www.blissjunkies.org/freemind/index.mm"} }}
Change the uri querystring parameter to point to your Freemind file.
NOTE: http://deki-freemind.appspot.com is a Google App Engine application with a built-in server-side proxy for fetching the file specified by the "uri" querystring parameter.
Example
/content/body/div[3]/p/span, reference to undefined name 'iframe': line 1, column 1 (click for details)MindTouch.Deki.Script.DekiScriptUndefinedNameException: reference to undefined name 'iframe': line 1, column 1
at MindTouch.Deki.Script.DekiScriptVar.Evaluate (MindTouch.Deki.Script.DekiScriptEnv env) [0x00000]
at MindTouch.Deki.Script.DekiScriptCall.Evaluate (MindTouch.Deki.Script.DekiScriptEnv env) [0x00000]
at MindTouch.Deki.Script.Dom.DekiScriptDomExpr.Evaluate (MindTouch.Deki.Script.DekiScriptEvalContext context, System.Xml.XmlNode parent, MindTouch.Deki.Script.DekiScriptEnv env) [0x00000]
What do I need to do to install that freemind extension locally?