33 |
<arg><option>--host HOST_NAME</option></arg> |
<arg><option>--host HOST_NAME</option></arg> |
34 |
<arg><option>--proxy PROXY:PORT</option></arg> |
<arg><option>--proxy PROXY:PORT</option></arg> |
35 |
<arg><option>--logfile LOGFILE</option></arg> |
<arg><option>--logfile LOGFILE</option></arg> |
36 |
|
<arg><option>--page PAGENUMBER</option></arg> |
37 |
<arg><option>--bash</option></arg> |
<arg><option>--bash</option></arg> |
38 |
|
<arg><option>--shrink-urls</option></arg> |
39 |
<arg><option>--debug</option></arg> |
<arg><option>--debug</option></arg> |
40 |
|
<arg><option>--dry-run</option></arg> |
41 |
<arg><option>--version</option></arg> |
<arg><option>--version</option></arg> |
42 |
<arg><option>--help</option></arg> |
<arg><option>--help</option></arg> |
43 |
</cmdsynopsis> |
</cmdsynopsis> |
124 |
</listitem> |
</listitem> |
125 |
</varlistentry> |
</varlistentry> |
126 |
<varlistentry> |
<varlistentry> |
127 |
|
<term><option>--shrink-urls</option></term> |
128 |
|
<listitem> |
129 |
|
<para> |
130 |
|
Scans the tweet text for valid URL patterns and passes each |
131 |
|
through the supplied bti-shrink-urls script. The script will |
132 |
|
pass the URL to a web service that shrinks the URLs, making it |
133 |
|
more suitable for micro-blogging. |
134 |
|
</para> |
135 |
|
<para> |
136 |
|
Currently, only http://2tu.us/ is used as a URL shrinking service. |
137 |
|
</para> |
138 |
|
</listitem> |
139 |
|
</varlistentry> |
140 |
|
<varlistentry> |
141 |
<term><option>--debug</option></term> |
<term><option>--debug</option></term> |
142 |
<listitem> |
<listitem> |
143 |
<para>Print a whole bunch of debugging messages to stdout.</para> |
<para>Print a whole bunch of debugging messages to stdout.</para> |
144 |
</listitem> |
</listitem> |
145 |
</varlistentry> |
</varlistentry> |
146 |
<varlistentry> |
<varlistentry> |
147 |
|
<term><option>--page PAGENUMBER</option></term> |
148 |
|
<listitem> |
149 |
|
<para> |
150 |
|
When the action is to retrieve updates, it usually retrieves |
151 |
|
only one page. If this option is used, the page number can be |
152 |
|
specified. |
153 |
|
</para> |
154 |
|
</listitem> |
155 |
|
</varlistentry> |
156 |
|
<varlistentry> |
157 |
|
<term><option>--dry-run</option></term> |
158 |
|
<listitem> |
159 |
|
<para> |
160 |
|
Performs all steps that would normally be done for a given |
161 |
|
action, but will not connect to the service to post or retrieve data. |
162 |
|
</para> |
163 |
|
</listitem> |
164 |
|
</varlistentry> |
165 |
|
<varlistentry> |
166 |
<term><option>--bash</option></term> |
<term><option>--bash</option></term> |
167 |
<listitem> |
<listitem> |
168 |
<para> |
<para> |
300 |
</para> |
</para> |
301 |
</listitem> |
</listitem> |
302 |
</varlistentry> |
</varlistentry> |
303 |
|
<varlistentry> |
304 |
|
<term><option>shrink-urls</option></term> |
305 |
|
<listitem> |
306 |
|
<para> |
307 |
|
Setting this variable to 'true' or 'yes' will enable the URL |
308 |
|
shrinking feature. This is equivalent to using the |
309 |
|
--shrink-urls option. |
310 |
|
</para> |
311 |
|
</listitem> |
312 |
|
</varlistentry> |
313 |
</variablelist> |
</variablelist> |
314 |
<para> |
<para> |
315 |
There is an example config file called |
There is an example config file called |