Dokukiwix

dokukiwix plugin by Yann Hamon
Generates a static HTML, offline browseable version of your Wiki

Provides Admin.
Compatible with DokuWiki 2006-11-06, not tested on newer releases.

Tagged with html, offline, static.

Details and Download

Discussion

There is a Bug in ajax_createLock
date('Y-m-d_H:i') cause problems because of the ”:” character. Windows based systems not allow ”:” in filenames.
Better use date('Y-m-d_H-i')

I've noticed a cache problem with this plugin, and the later release of dokuwiki
the internal links are not replaced properly in the html export, unless the cachetime is set to 1 second
$conf['cachetime'] = 1;
within conf/dokuwiki.php
a more ideal solution I think would be to add
if(defined(“dokukiwix_plugin”)) clearstatcache();
somewhere in the plugin, to erase the cache, or somehow set “nocache” for the pages, but I'm not sure where / how


Does not work with Firefox 2, IE 7 is ok


Version 0.4 Issue
- does not work with Firefox 3

Error: plugin_dokukiwix_toggle_startpause is not defined
Source File: http://yoursite/wiki/doku.php/start?do=admin&page=dokukiwix
Line: 1

Note: I had to turn off nice urls to make it work local on a Windows XP, FF system —rd

 
plugin/dokukiwix.txt · Last modified: 2008/06/07 07:37 by 124.195.45.80
 
Imprint Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsTranslate