From cc4f2d5f6318647bc6bd7f163aeb613324afc074 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Fri, 3 Jun 2016 14:30:07 +0200 Subject: change default service to gists Signed-off-by: Marc-Antoine Perennou --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index 6ed9ba9..defec1d 100755 --- a/wgetpaste +++ b/wgetpaste @@ -661,7 +661,7 @@ load_configs() { load_configs [[ $SERVICESET ]] && verifyservice "$SERVICESET" && SERVICE=$(escape "$SERVICESET") DEFAULT_NICK=${DEFAULT_NICK:-$(whoami)} || die "whoami failed" -DEFAULT_SERVICE=${DEFAULT_SERVICE:-poundpython} +DEFAULT_SERVICE=${DEFAULT_SERVICE:-gists} DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text} DEFAULT_EXPIRATION=${DEFAULT_EXPIRATION:-1 month} SERVICE=${SERVICE:-${DEFAULT_SERVICE}} -- cgit v1.2.3 From 96ecb00e4315faf6a01744f7d1e72026cfb076e5 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Fri, 3 Jun 2016 14:31:33 +0200 Subject: nuke poundpython: doesn't work anymore Signed-off-by: Marc-Antoine Perennou --- wgetpaste | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wgetpaste b/wgetpaste index defec1d..c70868b 100755 --- a/wgetpaste +++ b/wgetpaste @@ -14,7 +14,7 @@ E=$'\e' N=$'\n' ### services -SERVICES="codepad dpaste gists poundpython" +SERVICES="codepad dpaste gists" # codepad ENGINE_codepad=codepad URL_codepad="http://codepad.org/" @@ -28,9 +28,6 @@ DEFAULT_EXPIRATION_dpaste="30 days" # gists ENGINE_gists=gists URL_gists="https://api.github.com/gists" -# poundpython -ENGINE_poundpython=lodgeit -URL_poundpython="http://paste.pound-python.org/" # tinyurl ENGINE_tinyurl=tinyurl URL_tinyurl="http://tinyurl.com/ api-create.php" -- cgit v1.2.3