Skip to content

Commit

Permalink
add info.txt (fixes #2), version 2015-04-19
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Apr 19, 2015
1 parent 6669f88 commit 71c8568
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
6 changes: 2 additions & 4 deletions README
@@ -1,7 +1,5 @@
ABC Plugin (http://dokuwiki.org/plugin:abc)
for ABC notation (http://abcnotation.org.uk/)
for ABC notation (http://abcnotation.com/)
in DokuWiki (http://dokuwiki.org/)

version: 2008-08-17
author: Anika Henke <anika@selfthinker.org>
license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
See more in plugin.info.txt
7 changes: 7 additions & 0 deletions plugin.info.txt
@@ -0,0 +1,7 @@
base abc
author Anika Henke
email anika@selfthinker.org
date 2015-04-19
name ABC Plugin
desc Displays sheet music (input ABC, output PNG, MIDI and PDF)
url https://www.dokuwiki.org/plugin:abc
12 changes: 0 additions & 12 deletions syntax.php
Expand Up @@ -6,7 +6,6 @@
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Anika Henke <anika@selfthinker.org>
* @version 2008-08-17
*/

if(!defined('DOKU_INC')) die();
Expand All @@ -15,17 +14,6 @@

class syntax_plugin_abc extends DokuWiki_Syntax_Plugin {

function getInfo(){
return array(
'author' => 'Anika Henke',
'email' => 'anika@selfthinker.org',
'date' => '2008-08-17',
'name' => 'ABC Plugin',
'desc' => 'Displays sheet music (input ABC, output png with midi)',
'url' => 'http://dokuwiki.org/plugin:abc',
);
}

function getType(){
return 'protected';
}
Expand Down

0 comments on commit 71c8568

Please sign in to comment.