From: Bart Trojanowski Date: Mon, 23 Mar 2009 00:12:58 +0000 (-0400) Subject: bti.xml and bti.example updates X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/480e84a75da174d1ed119ed397ba19d789b10bea?hp=3cecbf30f90db39414359b7d06b4a0a1affd9d5c bti.xml and bti.example updates Signed-off-by: Bart Trojanowski --- diff --git a/bti.example b/bti.example index e4bbad8..dd4f764 100644 --- a/bti.example +++ b/bti.example @@ -10,3 +10,4 @@ logfile=.bti.log #action=update #user=gregkh #proxy=http://localhost:8080 +#shrink-urls=yes diff --git a/bti.xml b/bti.xml index d103228..3b097d0 100644 --- a/bti.xml +++ b/bti.xml @@ -34,7 +34,9 @@ + + @@ -120,12 +122,35 @@ + + + + + Scans the tweet text for valid URL patterns and passes each + through the supplied bti-shrink-urls script. The script will + pass the URL to a web service that shrinks the URLs, making it + more suitable for micro-blogging. + + + Currently, only http://2tu.us/ is used as a URL shrinking service. + + + Print a whole bunch of debugging messages to stdout. + + + + + Performs all steps that would normally be done for a given + action, but will not connect to the service to post or retrieve data. + + + @@ -264,6 +289,16 @@ + + + + + Setting this variable to 'true' or 'yes' will enable the URL + shrinking feature. This is equivalent to using the + --shrink-urls option. + + + There is an example config file called