Skip to content

Commit

Permalink
Plugin cleanup: deleted files VERSION and INFO, deleted obsolete getI…
Browse files Browse the repository at this point in the history
…nfo() method, created plugin.info.txt and upped version.
  • Loading branch information
lpaulsen93 committed Apr 25, 2016
1 parent e1f1619 commit 9250931
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
8 changes: 0 additions & 8 deletions INFO

This file was deleted.

1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 7 additions & 0 deletions plugin.info.txt
@@ -0,0 +1,7 @@
base poll
author Gina Häußge, Michael Klier, Esther Brunner
email dokuwiki@chimeric.de
date 2016-04-25
name Poll Plugin
desc Allows to create simple polls
url http://dokuwiki.org/plugin:poll
7 changes: 0 additions & 7 deletions syntax.php
Expand Up @@ -16,13 +16,6 @@
*/
class syntax_plugin_poll extends DokuWiki_Syntax_Plugin {

/**
* return some info
*/
function getInfo() {
return confToHash(dirname(__FILE__).'/INFO');
}

function getType() { return 'substition';}
function getPType() { return 'block';}
function getSort() { return 167; }
Expand Down

0 comments on commit 9250931

Please sign in to comment.