====== Text Configuration Files Manager ====== ---- plugin ---- description: Manage your wiki's text configuration files author : Stephane Chamberland email : stephane.chamberland@ec.gc.ca type : admin lastupdate : 2006-07-04 compatible : depends : conflicts : similar : tags : configuration, !experimental ---- [[:experimental]] This [[plugins|plugin]] allows wiki administrators to easily alter their text configuration files (''conf/*.conf'') online from the comfort of their favourite web browser. It currently supports editing of: * [[:abbreviations|Acronyms]] * [[:entities]] * [[:interwiki]] * [[:mime]] * [[:smileys]] So far it only allows editing of ''conf/*.local.conf'' files, since the distribution files (''conf/*.conf'') are protected from modifications. If you want to be able to modify all values, you may want to rename the distribution files to their //local// counterpart (e.g. ''mv conf/mime.conf conf/mime.local.conf''). This plugin is a quick hack from the excellent [[plugin:config]] plugin from Chris Smith.\\ Please note that it's also a 1st draft... use with care! ===== Installation ===== Plugin sources: [[http://collaboration.cmc.ec.gc.ca/science/rpn.comm/tarfiles/plugin-txtconf.zip|zip format (24KB)]], [[http://collaboration.cmc.ec.gc.ca/science/rpn.comm/tarfiles/plugin-txtconf.tar.gz|tar.gz format (11KB)]], The //zip// & //tar.gz// format packages maybe installed using the [[plugin:plugin]] manager. To install manually, download the source to your plugin folder, ''lib/plugins'' and extract its contents. That will create a new plugin folder, ''lib/plugins/txtconf''; this is all that is necessary to install the plugin. ===== Details ===== ===== Revision History ===== * 2006-07-04 --- Initial release ===== Known Bugs ===== Hi! Thank you for a very useful plugin! I found several minor bugs - it creates .local.conf files ignoring DokuWiki file mode settings. And one more - after you delete some item (by adding empty valued item) the list of all strings still contains the item. Though target file (.local.conf) doesn't contain such string. Thanks in advance for a bugfix! :)) P.S. I would very appreciate if you add a button "delete" after every deletable item in the list. --- //Alexander Sorkin aka Kibi, 2006-11-19// ===== To Do ===== * Remove cache for pages affected by conf modif * Add option to upload smileys and interwiki icons * Add option to allow edition of distribution files (non ''*.local.conf'' files) ===== Comments/Discussion ===== hi thanks for the plugin, works great with my present installation. Here is a question: How do i get the plugin to recognise and include the 'EXPLAIN' plugin? Thanks a million. Rhabdo Sidera > So far it is not possible, It would need a few modifications to the plugin: add a type in the plugins' ''admin.php'' file, a new setting class in the ''config0.class.php'' file, and a few other tweaks to get the right entry form. I'll try to include it in the next version. If you have anything in the mean time, feel free to add it here. --- Stephane ---- Hi, thanks for the plugin and one question: Is there any way to define acronyms that contain a blank within, i.e. that consist of several words? Rolf Engel > This is a DokuWiki limitation (see [[abbreviations|Acronyms]]), I guess you can overcome this with the [[plugin:explain]] plugin. --- Stephane ---- Hi, this plugin is a good idea, but I wanted to as if there is a possibility to edit the ''conf/userstyle.css'' and ''conf/userscript.js'' files via this plugin too. This because currently the only way to edit these files is via remote download->upload (or shell access edit, for those who are //fortunate enough//). Thanks. --- //[[luis.machuca@gulix.cl|Luis Machuca B.]] 2009/02/22 19:56//