add -list-plugins option; about sections to plugins
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user