[geany/geany-plugins] 237921: geniuspaste: Remove outdated tinypaste.com configuration

Colomban Wendling git-noreply at xxxxx
Tue Mar 28 11:30:08 UTC 2017


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 28 Mar 2017 11:30:08 UTC
Commit:      237921412100cb17c6aa7845c270e114839e3f7e
             https://github.com/geany/geany-plugins/commit/237921412100cb17c6aa7845c270e114839e3f7e

Log Message:
-----------
geniuspaste: Remove outdated tinypaste.com configuration

It got broken a while back because of the service changing, and the new
URL it points to (pasted.co) doesn't seem to provide an API, at least
not for unauthenticated users.  So, drop this pastebin.


Modified Paths:
--------------
    geniuspaste/README
    geniuspaste/data/Makefile.am
    geniuspaste/data/tinypaste.com.conf

Modified: geniuspaste/README
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -15,7 +15,6 @@ services, but more can be added:
 	* pastebin.geany.org
 	* paste.debian.net
 	* sprunge.us
-	* tinypaste.com
 
 GeniusPaste detects automatically the syntax of the code and pastes it
 with syntax highlighting enabled.


Modified: geniuspaste/data/Makefile.am
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -8,5 +8,4 @@ dist_pastebins_DATA = \
 	fpaste.org.conf \
 	pastebin.geany.org.conf \
 	paste.debian.net.conf \
-	sprunge.us.conf \
-	tinypaste.com.conf
+	sprunge.us.conf


Modified: geniuspaste/data/tinypaste.com.conf
20 lines changed, 0 insertions(+), 20 deletions(-)
===================================================================
@@ -1,20 +0,0 @@
-# FIXME: outdated, this leads to a 404 on http://pasted.co/
-[pastebin]
-name=tinypaste.com
-url=http://tinypaste.com/api/create.xml
-
-[format]
-paste=%contents%
-title=%title%
-is_code=%language%
-
-[parse]
-search=<response>(.*)</response>
-replace=\1
-
-[defaults]
-language=1
-
-# map GeanyFileType=PastebinFileType
-[languages]
-None=0



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list