]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/instances/instances.php
add -list-plugins option; about sections to plugins
[tt-rss.git] / plugins / instances / instances.php
index f95d511ffc4ce5d866e7b47cea7b35c3445ff49f..c6a5531cd6858e9917e7a96f690b778ef14236c2 100644 (file)
@@ -10,6 +10,12 @@ class Instances extends Plugin implements IHandler {
                2       => "Invalid object received",
                16      => "Access denied" );
 
+       function _about() {
+               return array(1.0,
+                       "Support for linking tt-rss instances together and sharing popular feeds.",
+                       "fox");
+       }
+
        function __construct($host) {
                $this->link = $host->get_link();
                $this->host = $host;