new plugininfo style

This commit is contained in:
Andreas Gohr
2010-06-12 18:06:33 +02:00
parent 2ac47ba64b
commit 8cd392e0c2
2 changed files with 8 additions and 14 deletions

8
plugin.info.txt Normal file
View File

@ -0,0 +1,8 @@
base xref
author Andreas Gohr
email andi@splitbrain.org
date 2008-10-03
name PHPXref Plugin
desc Makes linking to a PHPXref generated API doc easy.
url http://dokuwiki.org/plugin:xref

View File

@ -19,20 +19,6 @@ class syntax_plugin_xref extends DokuWiki_Syntax_Plugin {
$this->web = rtrim($this->getConf('web'),'/');
}
/**
* return some info
*/
function getInfo(){
return array(
'author' => 'Andreas Gohr',
'email' => 'andi@splitbrain.org',
'date' => '2008-10-03',
'name' => 'PHPXref Plugin',
'desc' => 'Makes linking to a PHPXref generated API doc easy.',
'url' => 'http://dokuwiki.org/plugin:xref',
);
}
/**
* What kind of syntax are we?
*/