new plugin.info style
This commit is contained in:
parent
77641090df
commit
387c958af0
|
|
@ -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
|
||||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user