{{tag>en en:linux en:server en:web en:wiki}} ====== Dokuwiki Plugins ====== This page describes the plugins I use with [[en:linux:dokuwiki]] : * [[#Translation]] to allow translations in several languages * [[#Editx & Page Redirector]] to allow moving of pages * [[#Tag & Pagelist]] to tag the content * [[#Google Analytics for DokuWiki]] to enable Google Analytics in Dokuwiki * [[#Searchstats]] to get stats about searches inside dokuwiki * [[#Cloud]] to show clouds of words, tag and searches * [[#Edittable]] to edit tables in wysiwyg mode ===== Translation ===== 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 : * plugin»translation»translations : en * plugin»translation»translateui : yes * plugin»translation»checkage : yes To enable it, you need to add the following code in your template : showTranslations(); ?> Check [[templates]] to install an already enable template. ===== Editx & Page Redirector ===== Url : http://www.dokuwiki.org/plugin:editx\\ http://www.dokuwiki.org/plugin:page_redirector This plugin replace [[http://www.dokuwiki.org/plugin:pagemove|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. ===== Tag & Pagelist ===== 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. ===== Google Analytics for DokuWiki ===== 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. ===== Searchstats ===== 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]]. ===== Cloud ===== Url : http://www.dokuwiki.org/plugin:cloud This plugin allows to display on a cloud : * words used * tags (with [[#tag & pagelist]]) * search stats (with [[#searchstats]]) The syntax to use is : ~~CLOUD~~ ~~CLOUD:number~~ ~~TAGCLOUD~~ ~~TAGCLOUD:number~~ ~~SEARCHCLOUD~~ ~~SEARCHCLOUD:number~~ ===== Edittable ===== Url : http://www.dokuwiki.org/plugin:edittable Edittable is a plugin that add wysiwyg edition of tables inside Dokuwiki.\\ It is included inside [[http://ickewiki.de/basic|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 : {{:linux:dokuwiki:edittable_2011-01-06|}}\\ Edittable is availabe under GPL licence.