Dokuwiki FreeMind plugins

I write a new version of Patrick Maué FreeMind plugins.
The old plugins didn’t work on my wiki and the code didn’t used the dokuwiki plugins framework.

Updates

Download

You can download the plugins here: freemind.tgz.

Howto

The syntax has change a bit. Now, It uses the same syntax as an image.

	{{:wiki:freemindflashbrowser.mm?600×400|alt text}}

And like an image, you can add a size (the pipe & alt text are also optional)

	{{:wiki:freemindflashbrowser.mm?400×400|alt}}
	{{:wiki:freemindflashbrowser.mm?400| a long alt}}
	{{:wiki:freemindflashbrowser.mm?400×400}}
	{{:wiki:freemindflashbrowser.mm?400}}

This version only works with the freemind flash plugins. (no java version)

If the client doesn’t have javascript or flash. This message will be display:

	Mindmap: alt text
	Flash plugin or Javascript are turned off.
	Activate both  and reload to view the mindmap

and if dokuwiki does not find your freemind file, you will see:

	Error in {{:wiki:freemindlashbrowser.mm?400}}
	data/media/wiki/freemindlashbrowser.mm not found
	for a FreeMind Flash widget,
	use the following syntax:
	{{:namespace:filename.mm|alt}}

To enable dokuwiki to manage freemind files, don’t forget to add

	mm   text/xml
in conf/mime.conf

Links