Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
conf/ | H | 03-May-2018 | - | 42 | 27 | |
lang/ | H | 03-May-2018 | - | 331 | 246 | |
README | H A D | 04-Feb-2016 | 1.1 KiB | 33 | 26 | |
action.php | H A D | 04-Feb-2016 | 21.3 KiB | 463 | 269 | |
odt2dw.xsl | H A D | 04-Feb-2016 | 17.6 KiB | 405 | 239 | |
pagetools-odtimport-sprite.png | H A D | 04-Feb-2016 | 2.6 KiB | |||
plugin.info.txt | H A D | 04-Feb-2016 | 193 | 8 | 7 | |
style.css | H A D | 04-Feb-2016 | 648 | 24 | 21 |
README
1odt2dw is a plugin for dokuwiki 2 3More information about odt2dw at http://www.dokuwiki.org/plugin:odt2dw 4More information about dokuwiki at http://www.dokuwiki.org 5 6This plugin works with Apache HTTP Server on Linux Environment. 7Apache versions tested : V.5.2, V.5.3 8 9I don't test it on other HTTP Server. 10 11This plugin need : 12 * php xsltProcessor class (ex : php-xml, php5-xsl) 13 * php zipArchive class 14 15Change Log : 16 17v0.09 beta 18 * Adjust method signatures to match parent 19 * Add import button 20v0.08 beta 21 * Fixe : bug #9 22 * Fixe : bug #14 23v0.07 beta 24 * Fixe : parserPostDisplay now works with choice edit or preview 25 * Fixe : better class existence control 26v0.06 beta 27 * Fixe : some small fixes to the english messages 28 * Add : message translation in Dutch (By mprins) 29 * Fixe : check for mime type was too specific : It could be set in config panel 30 * Fixe : submit button was not translated and stay in french : His value depend of the dokuwiki lang file now. 31v0.05 beta 32 * Fixe : display an error if the parserUploadDir directory doesn't exists. Now it will be create if needed. 33