]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/pocket/pocket.php
add -list-plugins option; about sections to plugins
[tt-rss.git] / plugins / pocket / pocket.php
index 6449b891dcb6fac81f391641f200960b83a2c356..6b5ccddecf05bdf7724895f2595548ff5cfd9cae 100644 (file)
@@ -4,6 +4,12 @@ class Pocket extends Plugin {
        private $link;
        private $host;
 
+       function _about() {
+               return array(1.0,
+                       "Share article via Pocket (formerly Read It Later)",
+                       "?");
+       }
+
        function __construct($host) {
                $this->link = $host->get_link();
                $this->host = $host;