mirror of
https://github.com/dokuwiki/dokuwiki-plugin-xref.git
synced 2025-07-25 16:11:59 +00:00
new plugininfo style
This commit is contained in:
8
plugin.info.txt
Normal file
8
plugin.info.txt
Normal 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
|
||||||
|
|
14
syntax.php
14
syntax.php
@ -19,20 +19,6 @@ class syntax_plugin_xref extends DokuWiki_Syntax_Plugin {
|
|||||||
$this->web = rtrim($this->getConf('web'),'/');
|
$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?
|
* What kind of syntax are we?
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user