Offline-HTML Plugin

AuthorJan Wessely
Version0.0.1
Required DokuWiki Versiondevel
Downloadofflinehtml-0.0.1.zip
Main PageOffline-HTML Plugin at jawe.net

Description

An admin plugin to export the wiki to HTML pages in a format suitable for offline reading.

One can choose to export all pages, or specify one or more namespaces. All internal links and references to attached files are made relative. Includes all stylesheets, javascripts and attached media in the output, so you can make generated HTML pages look almost exactly like the original wiki.

It uses the renderer from the offline-doku script from Pavel Shevaev.

Configuration

After the plugin is installed, you'll find a new menu option Export Offline-HTML in the admin menu. There you get to a form where you can configure the output settings:

  • Output path (required) Where the generated pages should go. The webserver process need write permissions for this directory. Caution: All existing files in there will be deleted.
  • Namespaces (optional) One or more namespaces, separated by commas ',' semicolons ';' or spaces ' '.
  • File Extension (optional) The file extension for the generated HTML files. Defaults to .html.

Demo

Source code

TODO publish here

You can obtain the latest version of the source code using SVN from http://offline-html-plugin.googlecode.com/svn/trunk/