From 7d3ff7b55bf5c9cf069185176f3b625c8a25bd57 Mon Sep 17 00:00:00 2001 From: Michael Klier Date: Mon, 11 May 2009 16:12:52 +0200 Subject: [PATCH] updated plugin metadata darcs-hash:20090511141252-23886-d52a958da9ea470ae600d6c5dbc5d65856583c9d.gz --- README | 8 +++----- helper.php | 6 +++--- syntax.php | 6 +++--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README b/README index 42ccd2d..7ce8077 100644 --- a/README +++ b/README @@ -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 -(c) 2008 by Gina Häußge, Michael Klier -See COPYING for license info. \ No newline at end of file +(c) 2008 - 2009 by Gina Häußge, Michael Klier +See COPYING for license info. diff --git a/helper.php b/helper.php index b254422..4b8a6aa 100644 --- a/helper.php +++ b/helper.php @@ -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', ); } diff --git a/syntax.php b/syntax.php index 4b40250..d37b85d 100644 --- a/syntax.php +++ b/syntax.php @@ -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', ); }