[geany/geany-plugins] d66e2d: update README and add the author's email in the plugin info

Enrico Trotta git-noreply at xxxxx
Sat Jul 7 16:22:46 UTC 2012


Branch:      refs/heads/master
Author:      Enrico Trotta <enrico.trt at gmail.com>
Committer:   Enrico Trotta <enrico.trt at gmail.com>
Date:        Sat, 07 Jul 2012 16:22:46
Commit:      d66e2d4e5c15ce394afb8d57df670a7d62c6b126
             https://github.com/geany/geany-plugins/commit/d66e2d4e5c15ce394afb8d57df670a7d62c6b126

Log Message:
-----------
update README and add the author's email in the plugin info


Modified Paths:
--------------
    geniuspaste/README
    geniuspaste/src/geniuspaste.c

Modified: geniuspaste/README
27 files changed, 17 insertions(+), 10 deletions(-)
===================================================================
@@ -5,18 +5,30 @@ GeniusPaste Plugin
 
 About
 -----
-This plugin allows you to paste your code from Geany in five different
-pastebins. It supports this services:
+This plugin allows the user to paste the code from Geany into five different
+pastebins. At the moment it supports this services:
 
 	* codepad.org
-	* pastebin.com
+	* tinypaste.com
 	* pastebin.geany.org
 	* dpaste.de
 	* sprunge.us
 
-GeniusPaste detects automatically the syntax of your code and paste it
+GeniusPaste detects automatically the syntax of the code and paste it
 with syntax highlighting enabled.
-It also redirects you to the pasted code opening a new browser tab.
+It can also display the pasted code opening a new browser tab.
+
+Issues
+------
+The API of the pastebin services can be updated in every moment. It
+may happen that GeniusPaste plugin could use an outdated API that meanwhile
+has been deprecated.
+
+If you get a unexpected API response during the paste process (practically
+if the plugin doesn't return a link to the pasted code) write a email to me
+and warn me about the changes:
+
+<enrico(dot)trt(at)gmail(dot)com>
 
 Requirements
 ------------
@@ -37,8 +49,3 @@ license can be found in the file COPYING included with the source code
 of this program. If not, you will be able to get a copy by contacting
 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.
-
-
-Info, questions and more
-------------------------
-Enrico Trotta <enrico(dot)trt(at)gmail(dot)com>


Modified: geniuspaste/src/geniuspaste.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -99,7 +99,7 @@
 PLUGIN_VERSION_CHECK(147)
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME,
                              _("Paste your code on your favorite pastebin"),
-                             PLUGIN_VERSION, "Enrico Trotta");
+                             PLUGIN_VERSION, "Enrico Trotta <enrico.trt at gmail.com>");
 
 static gint indexof(const gchar * string, gchar c)
 {


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list