[go: nahoru, domu]

Skip to content

Commit

Permalink
added plugin.info.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Feb 10, 2011
1 parent ff9bc75 commit fc66a0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
7 changes: 7 additions & 0 deletions plugin.info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
base publish
author Jarrod Lowe
email dokuwiki@rrod.net
date 2011-10-02
name Publishing Plugin
desc Integrate a publishing process into DokuWiki
url http://www.dokuwiki.org/plugin:publish
12 changes: 0 additions & 12 deletions shared.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,3 @@ function in_sub_namespace($valid, $check) {
return false;
}

function publish_getInfo() {
return array(
'author' => 'Jarrod Lowe',
'email' => 'dokuwiki@rrod.net',
'date' => '2009-08-26',
'name' => 'Publishing Process',
'desc' => 'Publishing Process',
'url' => 'http://www.dokuwiki.org/plugin:publish',
);
}

?>

0 comments on commit fc66a0a

Please sign in to comment.