Skip to content

Commit

Permalink
updated plugin metadata
Browse files Browse the repository at this point in the history
darcs-hash:20090511141252-23886-d52a958da9ea470ae600d6c5dbc5d65856583c9d.gz
  • Loading branch information
Michael Klier committed May 11, 2009
1 parent 30e3b92 commit 7d3ff7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
8 changes: 3 additions & 5 deletions README
Expand Up @@ -2,13 +2,11 @@

All documentation for the Pagelist Plugin is available online at:

* http://wiki.splitbrain.org/plugin:pagelist

This plugin requires DokuWiki 2006-11-06 or later.
* http://dokuwiki.org/plugin:pagelist

There's a bug and feature request tracker available at:
http://bugs.chimeric.de/index.php?project=10

(c) 2005 - 2007 by Esther Brunner <wikidesign@gmail.com>
(c) 2008 by Gina Häußge, Michael Klier <dokuwiki@chimeric.de>
See COPYING for license info.
(c) 2008 - 2009 by Gina Häußge, Michael Klier <dokuwiki@chimeric.de>
See COPYING for license info.
6 changes: 3 additions & 3 deletions helper.php
Expand Up @@ -67,10 +67,10 @@ function getInfo() {
return array(
'author' => 'Gina Häußge, Michael Klier, Esther Brunner',
'email' => 'dokuwiki@chimeric.de',
'date' => '2008-08-08',
'name' => 'Pagelist Plugin (helper class)',
'date' => @file_get_contents(DOKU_PLUGIN . 'pagelist/VERSION'),
'name' => 'Pagelist Plugin (helper component)',
'desc' => 'Functions to list several pages in a nice looking table',
'url' => 'http://wiki.splitbrain.org/plugin:pagelist',
'url' => 'http://dokuwiki.org/plugin:pagelist',
);
}

Expand Down
6 changes: 3 additions & 3 deletions syntax.php
Expand Up @@ -17,10 +17,10 @@ function getInfo() {
return array(
'author' => 'Gina Häußge, Michael Klier, Esther Brunner',
'email' => 'dokuwiki@chimeric.de',
'date' => '2008-08-08',
'name' => 'Pagelist Plugin',
'date' => @file_get_contents(DOKU_PLUGIN . 'pagelist/VERSION'),
'name' => 'Pagelist Plugin (syntax component)',
'desc' => 'lists pages',
'url' => 'http://wiki.splitbrain.org/plugin:pagelist',
'url' => 'http://dokuwiki.org/plugin:pagelist',
);
}

Expand Down

0 comments on commit 7d3ff7b

Please sign in to comment.