This is a documentation about all modifications I made in my wiki and plugins I worked on.
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.
You can download the plugins here freemind.tgz.
The syntax has change a bit. Now, It uses the same syntax as an image.
{{:wiki:freemindflashbrowser.mm?600x400|alt text}}
And like an image, you can add a size (the pipe & alt text are also optional)
{{:wiki:freemindflashbrowser.mm?400x400|alt}}
{{:wiki:freemindflashbrowser.mm?400| a long alt}}
{{:wiki:freemindflashbrowser.mm?400x400}}
{{: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
Original link plugin:gallery
This will make a gallery only of images whose filenames contain 'searchstring'. The 'only' is a very simple method of telling the 'only' argument from the other ones.
This option has already been code by Anja Vag & Shiva Shankar . This version is a rewrite for the current version of gallery (2008-05-19).
{{gallery>namespace?onlysearchstring}}
Here's the modified “syntax.php” file. syntax.php.20080519.txt
just rename it & put it in /lib/plugins/gallery/
I wrote 2 patches to enable reCaptcha in the discussion plugins.