]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example_feed/example_feed.php
add -list-plugins option; about sections to plugins
[tt-rss.git] / plugins / example_feed / example_feed.php
index 26f392bd78ff1bf4df9da73499fab9dac647c547..205594edd5ce4eada71dfc1f0e49735e861584ec 100644 (file)
@@ -7,6 +7,12 @@ class Example_Feed extends Plugin {
        private $link;
        private $host;
 
+       function _about() {
+               return array(1.0,
+                       "Example feed plugin",
+                       "fox");
+       }
+
        function __construct($host) {
                $this->link = $host->get_link();
                $this->host = $host;