From 387c958af0bbb63504fbe49f5504e437a56a143e Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 12 Feb 2010 14:54:21 +0100 Subject: [PATCH] new plugin.info style --- info.txt => plugin.info.txt | 4 ++-- renderer.php | 7 ------- syntax.php | 7 ------- 3 files changed, 2 insertions(+), 16 deletions(-) rename info.txt => plugin.info.txt (78%) diff --git a/info.txt b/plugin.info.txt similarity index 78% rename from info.txt rename to plugin.info.txt index 804882e..fb01c0a 100644 --- a/info.txt +++ b/plugin.info.txt @@ -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 diff --git a/renderer.php b/renderer.php index fe54c19..9d8ed0f 100644 --- a/renderer.php +++ b/renderer.php @@ -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 */ diff --git a/syntax.php b/syntax.php index 80619c2..504066b 100644 --- a/syntax.php +++ b/syntax.php @@ -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? */