summaryrefslogtreecommitdiffstats
path: root/accessibility/wgetpaste/wgetpaste.pod
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-01-27 00:20:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-27 06:42:44 +0700
commit57c0e909752d93fad6803bc287b2c629c92b939a (patch)
tree86cecf3a0a010e4b93ae49e261fe394ff4ba4a40 /accessibility/wgetpaste/wgetpaste.pod
parent268f24fc96b0d5f5f2a5a7ca72795c18a9fbe120 (diff)
downloadslackbuilds-57c0e909752d93fad6803bc287b2c629c92b939a.tar.gz
slackbuilds-57c0e909752d93fad6803bc287b2c629c92b939a.tar.xz
accessibility/wgetpaste: Change default pastebin.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--accessibility/wgetpaste/wgetpaste.pod10
1 files changed, 9 insertions, 1 deletions
diff --git a/accessibility/wgetpaste/wgetpaste.pod b/accessibility/wgetpaste/wgetpaste.pod
index d716d8bd38..5f3c37213c 100644
--- a/accessibility/wgetpaste/wgetpaste.pod
+++ b/accessibility/wgetpaste/wgetpaste.pod
@@ -31,7 +31,7 @@ set nick (defaults to your username)
=item -s, --service SERVICE
-set service to use (defaults to "bpaste")
+set service to use (defaults to "dpaste")
=item -e, --expiration EXPIRATION
@@ -119,6 +119,14 @@ An additional http header can be passed by setting HEADER_${SERVICE} in any of t
configuration files mentioned above. For example, authenticating with github gist:
HEADER_gists="Authorization: token 1234abc56789..."
+=head1 BUGS
+
+B<wgetpaste> works by hard-coding URLs and CGI parameters into
+the script. This means that if a paste service's web site changes,
+B<wgetpaste> might stop working with that site. Currently (January 2015),
+the B<ca> (http://pastebin.ca) and B<bpaste> (http://bpaste.net) services
+are broken, and the others have been tested and work OK.
+
=head1 AUTHOR
Copyright (c) 2007 Bo Ørsted Andresen <bo.andresen@zlin.dk>