Skip to content

Commit

Permalink
update for plugin info
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCafferty committed Nov 9, 2012
1 parent e71880b commit b15ecd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 7 additions & 0 deletions plugin.info.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
base function
author Tom Cafferty
email tcafferty@glocalfocal.com
date 2012-11-08
name function plugin
desc Execute a php function from a configured set of functions
url http://dokuwiki.org/plugin:function
11 changes: 0 additions & 11 deletions syntax.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@


class syntax_plugin_function extends DokuWiki_Syntax_Plugin { class syntax_plugin_function extends DokuWiki_Syntax_Plugin {


function getInfo(){
return array(
'author' => 'Tom Cafferty',
'email' => 'tcafferty@glocalfocal.com',
'date' => '2012-10-05',
'name' => 'Function',
'desc' => 'Allows you to run a PHP function on Server',
'url' => 'http://www.dokuwiki.org/plugin:function',
);
}

function getType(){ return 'substition'; } function getType(){ return 'substition'; }
function getPType(){ return 'normal'; } function getPType(){ return 'normal'; }
function getAllowedTypes() { function getAllowedTypes() {
Expand Down

0 comments on commit b15ecd2

Please sign in to comment.