plugins cleanup, update descriptions
This commit is contained in:
parent
d2a421e3cb
commit
0ac22f29ca
|
@ -1 +0,0 @@
|
||||||
Digest mode for tt-rss (tablet friendly UI)
|
|
|
@ -12,7 +12,7 @@ class Flattr extends Plugin {
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Share on Flattr plugin",
|
"Share articles on Flattr",
|
||||||
"Nic Honing");
|
"Nic Honing");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ class GooglePlus extends Plugin {
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Share on Google+ plugin",
|
"Share article on Google+",
|
||||||
"homolibere");
|
"homolibere");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ class Identica extends Plugin {
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Share on Identi.ca",
|
"Share articles on Identi.ca",
|
||||||
"fox");
|
"fox");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Performs import and export of tt-rss user data using neutral XML format.
|
|
|
@ -14,7 +14,7 @@ class Import_Export extends Plugin implements IHandler {
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Imports and exports user data using a neutral XML format",
|
"Imports and exports user data using neutral XML format",
|
||||||
"fox");
|
"fox");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Adds support for linking other tt-rss instances
|
|
|
@ -1 +0,0 @@
|
||||||
Shares article by email
|
|
|
@ -6,7 +6,7 @@ class Mail extends Plugin {
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Adds a share article via email button",
|
"Share article via email",
|
||||||
"fox");
|
"fox");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Support for article notes
|
|
|
@ -5,7 +5,7 @@ class Pinterest extends Plugin {
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Share article via Pinterest",
|
"Share article on Pinterest",
|
||||||
"?");
|
"?");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ class Pocket extends Plugin {
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Share article via Pocket (formerly Read It Later)",
|
"Share article on Pocket (formerly Read It Later)",
|
||||||
"?");
|
"?");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Inline image links in Reddit RSS
|
|
|
@ -1 +0,0 @@
|
||||||
Support for sharing articles by URL
|
|
|
@ -1 +0,0 @@
|
||||||
Updates tt-rss installation to latest version.
|
|
Loading…
Reference in New Issue