Compatible with DokuWiki
Similar to txtconf
Download and install the plugin using the Plugin Manager using the URL given above. Refer to Plugins on how to install plugins manually.
You can use this plugin to edit the acronyms.conf, entities.conf, interwiki.conf, mime.conf and smileys.conf from the conf dir from the DokuWiki admin menu.
Thank your for this usefull plugin. Up to now I used the older txtconf plugin. Can you tell me the difference between them? They both look pretty the same on the first glance after installing both of them. txtconf is off course quite old and not actively maintained as far as I could see. Andreas 21.01.2010
Really nice and usefull plugin. One improvement would be to add an upload icon button in the mime section. – Alexandre Bastien 08.06.2011
e.g. replace-Plugin
admn.php (line 9): add “replace”
var $cnffiles = array('acronyms','entities','interwiki','mime','smileys','replace'); // add conf-files here; must be filename
lang.php (for german)
$lang['cnf_replace'] = 'Replace'; $lang['head_replace'] = 'Replace'; $lang['text_replace'] = 'Hier sind die Einstellungen für die Replace-Plugin-Ersetzung. Für genauere Informationen besuchen sie <a class="interwiki iw_doku" href="http://www.dokuwiki.org/plugin:replace">Replace-Plugin</a>';