]> git.wh0rd.org - tt-rss.git/commitdiff
plugins cleanup, update descriptions
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Dec 2012 06:06:35 +0000 (10:06 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Dec 2012 06:06:35 +0000 (10:06 +0400)
15 files changed:
plugins/digest/digest.txt [deleted file]
plugins/flattr/flattr.php
plugins/googleplus/googleplus.php
plugins/identica/identica.php
plugins/import_export/README.txt [deleted file]
plugins/import_export/import_export.php
plugins/instances/README.txt [deleted file]
plugins/mail/README.txt [deleted file]
plugins/mail/mail.php
plugins/note/README.txt [deleted file]
plugins/pinterest/pinterest.php
plugins/pocket/pocket.php
plugins/redditimgur/README.txt [deleted file]
plugins/share/README.txt [deleted file]
plugins/updater/README.txt [deleted file]

diff --git a/plugins/digest/digest.txt b/plugins/digest/digest.txt
deleted file mode 100644 (file)
index d94efa1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Digest mode for tt-rss (tablet friendly UI)
index 3ab7ebd8575b455b76160ed746596f2581ff4c5b..86f21fa13bc65338351a8c78796cc3eed9b3c2a5 100644 (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");
        }
 
index 11e58de2ed35afe477de38a448f6b3d07582e0e8..3d6c608874204152aef67aa8f288140173298952 100644 (file)
@@ -12,7 +12,7 @@ class GooglePlus extends Plugin {
 
        function about() {
                return array(1.0,
-                       "Share on Google+ plugin",
+                       "Share article on Google+",
                        "homolibere");
        }
 
index 7d5e71310aa536645cf360e5eb1062cad2988a4b..c260334af1f8d122d75bdc517885fac491306cb4 100644 (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");
        }
 
diff --git a/plugins/import_export/README.txt b/plugins/import_export/README.txt
deleted file mode 100644 (file)
index 2808db2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Performs import and export of tt-rss user data using neutral XML format.
index 823976565333af043b8504aff5d78b173cf3e78a..de21dbf32ae65fa76ad33169d5c63defc7fcb552 100644 (file)
@@ -14,7 +14,7 @@ class Import_Export extends Plugin implements IHandler {
 
        function about() {
                return array(1.0,
-                       "Imports and exports user data using neutral XML format",
+                       "Imports and exports user data using neutral XML format",
                        "fox");
        }
 
diff --git a/plugins/instances/README.txt b/plugins/instances/README.txt
deleted file mode 100644 (file)
index d4e4039..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Adds support for linking other tt-rss instances
diff --git a/plugins/mail/README.txt b/plugins/mail/README.txt
deleted file mode 100644 (file)
index d499a5d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Shares article by email
index ed65ca021f4f8e5dd0b84f100c9e7e363a81a5d7..2e972cf611c7a6ba318b01337b69e1241649d43c 100644 (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");
        }
 
diff --git a/plugins/note/README.txt b/plugins/note/README.txt
deleted file mode 100644 (file)
index 1efec8f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Support for article notes
index f93b62ff9a92dcdb6ed5c74c2a8671d92b369a1e..aef9d8511ba8c58621f6f69423424b32098fc2fa 100644 (file)
@@ -5,7 +5,7 @@ class Pinterest extends Plugin {
 
        function about() {
                return array(1.0,
-                       "Share article via Pinterest",
+                       "Share article on Pinterest",
                        "?");
        }
 
index b17597568535f20c5b446ffa2743ae8ad2bae235..3fc51dd91e632050592b58cea46d97dc967ed74d 100644 (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)",
                        "?");
        }
 
diff --git a/plugins/redditimgur/README.txt b/plugins/redditimgur/README.txt
deleted file mode 100644 (file)
index 3913e26..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Inline image links in Reddit RSS
diff --git a/plugins/share/README.txt b/plugins/share/README.txt
deleted file mode 100644 (file)
index 087c928..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Support for sharing articles by URL
diff --git a/plugins/updater/README.txt b/plugins/updater/README.txt
deleted file mode 100644 (file)
index 083a19f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Updates tt-rss installation to latest version.