diff options
Diffstat (limited to 'accessibility/wgetpaste/wgetpaste.pod')
-rw-r--r-- | accessibility/wgetpaste/wgetpaste.pod | 10 |
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> |