diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-24 15:39:42 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-24 15:39:42 +0400 |
| commit | 7a866114e1236da92c0a35c9441903640a6bdf63 (patch) | |
| tree | 26dc394da101e9d7a785ec8c793837a2d18ee956 /plugins/instances | |
| parent | 6b31c9f2fb2f53402743c6d9358d68918a4fa0af (diff) | |
add -list-plugins option; about sections to plugins
Diffstat (limited to 'plugins/instances')
| -rw-r--r-- | plugins/instances/instances.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/instances/instances.php b/plugins/instances/instances.php index f95d511ff..c6a5531cd 100644 --- a/plugins/instances/instances.php +++ b/plugins/instances/instances.php @@ -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; |