Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
add plugin.info
Browse files Browse the repository at this point in the history
  • Loading branch information
steinger committed Jan 30, 2010
1 parent c2777a7 commit fd797a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 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 rssticker
author Marcel Steinger
email sourcecode@steinger.ch
date 2010-01-30
name RSS Ticker Plugin
desc Based of Advanced RSS Ticker (Ajax invocation) by www.dynamicdrive.com
url http://www.dokuwiki.org/plugin:rssticker
15 changes: 1 addition & 14 deletions syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin: RSS Ticker (Ajax invocation)
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Marcel Steinger
* @author Marcel Steinger <sourcecode@steinger.ch>
*/

// must be run within DokuWiki
Expand All @@ -18,19 +18,6 @@
*/
class syntax_plugin_rssticker extends DokuWiki_Syntax_Plugin {

/**
* return some info
*/
function getInfo() {
return array('author' => 'Marcel Steinger',
'email' => 'marcel@steinger.ch',
'date' => '2010-01-20',
'name' => 'RSS Ticker',
'desc' => 'Based of Advanced RSS Ticker (Ajax invocation) by www.dynamicdrive.com',
'url' => 'http://www.dokuwiki.org/plugin:tutorial');
}


function getType() { return 'substition'; }
function getSort() { return 314; }

Expand Down

0 comments on commit fd797a5

Please sign in to comment.