Skip to content

Commit 8cd392e

Browse files
committed
new plugininfo style
1 parent 2ac47ba commit 8cd392e

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

plugin.info.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
base xref
2+
author Andreas Gohr
3+
4+
date 2008-10-03
5+
name PHPXref Plugin
6+
desc Makes linking to a PHPXref generated API doc easy.
7+
url http://dokuwiki.org/plugin:xref
8+

syntax.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ function syntax_plugin_xref(){
1919
$this->web = rtrim($this->getConf('web'),'/');
2020
}
2121

22-
/**
23-
* return some info
24-
*/
25-
function getInfo(){
26-
return array(
27-
'author' => 'Andreas Gohr',
28-
'email' => '[email protected]',
29-
'date' => '2008-10-03',
30-
'name' => 'PHPXref Plugin',
31-
'desc' => 'Makes linking to a PHPXref generated API doc easy.',
32-
'url' => 'http://dokuwiki.org/plugin:xref',
33-
);
34-
}
35-
3622
/**
3723
* What kind of syntax are we?
3824
*/

0 commit comments

Comments
 (0)