This page describes the plugins I use with DokuWiki :
Url : http://wiki.splitbrain.org/plugin:translation
To install it, copy the download link inside the plugin manafer (admin interface).
Next it's possible to select options inside the Configuration manager.
Options for www.bouthors.fr :
To enable it, you need to add the following code in your template :
<?php $translation = &plugin_load('helper','translation'); if ($translation) echo $translation->showTranslations(); ?>
Check Dokuwiki Templates to install an already enable template.
Url : http://www.dokuwiki.org/plugin:editx
http://www.dokuwiki.org/plugin:page_redirector
This plugin replace pagemove, it allows to move or delete a page.
You also need to install Page Redirector to allow page redirection.
Once installed, an new section “Page Management” is available on the edit form of Dokuwiki.`
This features are available for users with write/delete rights.
Url : http://www.dokuwiki.org/plugin:tag
http://www.dokuwiki.org/plugin:pagelist
This plugin allows to tag the content.
Tag needs Pagelist to fully work.
Once the plugin installed, you can add a tag with the following code :
{{tag>[list of tags]}}
You can also get the list of the pages tagged with the following code :
{{topic>[tag]&[flags]}}
For more information, please visit the plugin website.
Url : http://www.dokuwiki.org/plugin:googleanalytics
This plugin allow to insert the google analytics code in each page.
Once installed, you need to configure the Google Analytics ID in plugin»googleanalytics»GAID.
Url : http://www.dokuwiki.org/plugin:searchstats
This plugin gives statistics on the internal search feature of dokuwiki.
Once installed, a new link is available on the admin page.
You can use searchstats data with cloud.
Url : http://www.dokuwiki.org/plugin:cloud
This plugin allows to display on a cloud :
The syntax to use is :
~~CLOUD~~ ~~CLOUD:number~~ ~~TAGCLOUD~~ ~~TAGCLOUD:number~~ ~~SEARCHCLOUD~~ ~~SEARCHCLOUD:number~~
Url : http://www.dokuwiki.org/plugin:edittable
Edittable is a plugin that add wysiwyg edition of tables inside Dokuwiki.
It is included inside Ickewiki, a dokuwiki based wiki, you have to extract it and copy it inside dokuwiki.
Another way is to use the following link hosted on this website : edittable_2011-01-06
Edittable is availabe under GPL licence.