setupLocale(); } /** * return some info */ function getInfo(){ return array( 'author' => 'Yann Hamon', 'email' => 'yann.hamon@gmail.com', 'date' => '2007-06-30', 'name' => 'Dokukiwix', 'desc' => 'Allows to create an offline version of your Wiki', 'url' => 'http://wiki.splitbrain.org/plugin:dokukiwix', ); } /** * return sort order for position in admin menu */ function getMenuSort() { return 40; } /** * handle user request */ function handle() { } /** * output appropriate html */ function html() { print $this->plugin_locale_xhtml('intro'); print '
'; print ''; print ''; print '
'; print 'Start '; //print 'Skip'; print ''; print '
'; print '
'; print '
'; print '

Dokukiwix is subject to the GPL v2 license.

'; } } //Setup VIM: ex: et ts=4 enc=utf-8 :