]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/share/share.php
add -list-plugins option; about sections to plugins
[tt-rss.git] / plugins / share / share.php
index 3c7d7943b6fa6f17a544b299a92ac20d136dca47..254b68bca61a71399212db87a450efe5a752420b 100644 (file)
@@ -3,6 +3,12 @@ class Share extends Plugin {
        private $link;
        private $host;
 
+       function _about() {
+               return array(1.0,
+                       "Share article by unique URL",
+                       "fox");
+       }
+
        function __construct($host) {
                $this->link = $host->get_link();
                $this->host = $host;