new plugin.info style

This commit is contained in:
Andreas Gohr 2010-02-12 14:54:21 +01:00
parent 77641090df
commit 387c958af0
3 changed files with 2 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# General Plugin Info do not edit
base s5
author Andreas Gohr
email andi@splitbrain.org
date 2009-01-07
name S5 Slideshow Plugin
desc Display a Wiki page as S5 slideshow presentation
url http://wiki.splitbrain.org/plugin:s5
url http://www.dokuwiki.org/plugin:s5

View File

@ -19,13 +19,6 @@ class renderer_plugin_s5 extends Doku_Renderer_xhtml {
var $base='';
var $tpl='';
/**
* return some info
*/
function getInfo(){
return confToHash(dirname(__FILE__).'/info.txt');
}
/**
* the format we produce
*/

View File

@ -17,13 +17,6 @@ require_once(DOKU_PLUGIN.'syntax.php');
*/
class syntax_plugin_s5 extends DokuWiki_Syntax_Plugin {
/**
* return some info
*/
function getInfo(){
return confToHash(dirname(__FILE__).'/info.txt');
}
/**
* What kind of syntax are we?
*/