From: Greg Kroah-Hartman Date: Sun, 11 Jan 2009 22:17:37 +0000 (-0800) Subject: document proxy support X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/1c6ce5b7b2216d5199de7ce5cc5ea576bc2beb24?hp=c1451d3dc5f549b4b2a322a5e8b4848fdf802248 document proxy support --- diff --git a/bti.1 b/bti.1 index ce744c8..4c2fd45 100644 --- a/bti.1 +++ b/bti.1 @@ -171,7 +171,7 @@ bti \- send a tweet to twitter\&.com or identi\&.ca from the command line .SH "Synopsis" .fam C .HP \w'\fBbti\fR\ 'u -\fBbti\fR [\fB\-\-account\ account\fR] [\fB\-\-password\ password\fR] [\fB\-\-host\ HOST_NAME\fR] [\fB\-\-bash\fR] [\fB\-\-debug\fR] [\fB\-\-version\fR] [\fB\-\-help\fR] +\fBbti\fR [\fB\-\-account\ account\fR] [\fB\-\-password\ password\fR] [\fB\-\-host\ HOST_NAME\fR] [\fB\-\-proxy\ PROXY:PORT\fR] [\fB\-\-bash\fR] [\fB\-\-debug\fR] [\fB\-\-version\fR] [\fB\-\-help\fR] .fam .SH "DESCRIPTION" .PP @@ -195,6 +195,13 @@ Specify the host which you want to send your message to\&. Valid options are "tw If no host is specified, the default is to send to twitter\&.com\&. .RE .PP +\fB\-\-proxy PROXY:PORT\fR +.RS 4 +Specify a http proxy value\&. This is not a required option, and only needed by systems that are behind a http proxy\&. +.sp +If no host is specified, the default is to send to twitter\&.com\&. +.RE +.PP \fB\-\-debug\fR .RS 4 Print a whole bunch of debugging messages to stdout\&. @@ -251,6 +258,11 @@ The twitter\&.com or identi\&.ca password for the account you wish to use to sen The host you want to use to send the message to\&. Valid options are either "twitter" or "identica" to send to twitter\&.com or identi\&.ca respectively\&. .RE .PP +\fBproxy\fR +.RS 4 +The http proxy needed to send data out to the Internet\&. +.RE +.PP There is an example config file called \FCbti\&.example\F[] in the source tree that shows the structure of the file if you need an example to work off of\&. diff --git a/bti.xml b/bti.xml index 0d7767e..d4d73fd 100644 --- a/bti.xml +++ b/bti.xml @@ -29,6 +29,7 @@ + @@ -72,6 +73,18 @@ + + + + + Specify a http proxy value. This is not a required option, and + only needed by systems that are behind a http proxy. + + + If no host is specified, the default is to send to twitter.com. + + + @@ -176,6 +189,14 @@ + + + + + The http proxy needed to send data out to the Internet. + + + There is an example config file called