plugins cleanup, update descriptions

This commit is contained in:
Andrew Dolgov 2012-12-25 10:06:35 +04:00
parent d2a421e3cb
commit 0ac22f29ca
15 changed files with 7 additions and 15 deletions

View File

@ -1 +0,0 @@
Digest mode for tt-rss (tablet friendly UI)

View File

@ -12,7 +12,7 @@ class Flattr extends Plugin {
function about() {
return array(1.0,
"Share on Flattr plugin",
"Share articles on Flattr",
"Nic Honing");
}

View File

@ -12,7 +12,7 @@ class GooglePlus extends Plugin {
function about() {
return array(1.0,
"Share on Google+ plugin",
"Share article on Google+",
"homolibere");
}

View File

@ -12,7 +12,7 @@ class Identica extends Plugin {
function about() {
return array(1.0,
"Share on Identi.ca",
"Share articles on Identi.ca",
"fox");
}

View File

@ -1 +0,0 @@
Performs import and export of tt-rss user data using neutral XML format.

View File

@ -14,7 +14,7 @@ class Import_Export extends Plugin implements IHandler {
function about() {
return array(1.0,
"Imports and exports user data using a neutral XML format",
"Imports and exports user data using neutral XML format",
"fox");
}

View File

@ -1 +0,0 @@
Adds support for linking other tt-rss instances

View File

@ -1 +0,0 @@
Shares article by email

View File

@ -6,7 +6,7 @@ class Mail extends Plugin {
function about() {
return array(1.0,
"Adds a share article via email button",
"Share article via email",
"fox");
}

View File

@ -1 +0,0 @@
Support for article notes

View File

@ -5,7 +5,7 @@ class Pinterest extends Plugin {
function about() {
return array(1.0,
"Share article via Pinterest",
"Share article on Pinterest",
"?");
}

View File

@ -6,7 +6,7 @@ class Pocket extends Plugin {
function about() {
return array(1.0,
"Share article via Pocket (formerly Read It Later)",
"Share article on Pocket (formerly Read It Later)",
"?");
}

View File

@ -1 +0,0 @@
Inline image links in Reddit RSS

View File

@ -1 +0,0 @@
Support for sharing articles by URL

View File

@ -1 +0,0 @@
Updates tt-rss installation to latest version.