1 |
gregoa |
1680 |
<?xml version='1.0'?> |
2 |
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
3 |
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
4 |
|
|
|
5 |
|
|
<article> |
6 |
|
|
<section> |
7 |
|
|
<title>bti-shrink-urls</title> |
8 |
|
|
<refentry> |
9 |
|
|
<refentryinfo> |
10 |
|
|
<title>bti-shrink-urls</title> |
11 |
|
|
<date>March 2009</date> |
12 |
|
|
<productname>bti-shrink-urls</productname> |
13 |
|
|
</refentryinfo> |
14 |
|
|
|
15 |
|
|
<refmeta> |
16 |
|
|
<refentrytitle>bti-shrink-urls</refentrytitle> |
17 |
|
|
<manvolnum>1</manvolnum> |
18 |
|
|
<refmiscinfo class="version"></refmiscinfo> |
19 |
|
|
</refmeta> |
20 |
|
|
|
21 |
|
|
<refnamediv> |
22 |
|
|
<refname>bti-shrink-urls</refname> |
23 |
|
|
<refpurpose>convert URLs to a shorter form using a web service</refpurpose> |
24 |
|
|
</refnamediv> |
25 |
|
|
|
26 |
|
|
<refsynopsisdiv> |
27 |
|
|
<cmdsynopsis> |
28 |
|
|
<command>bti</command> |
29 |
|
|
<arg><option>--escaped</option></arg> |
30 |
|
|
<arg><option>--help</option></arg> |
31 |
|
|
<arg><option>URL</option></arg> |
32 |
|
|
</cmdsynopsis> |
33 |
|
|
</refsynopsisdiv> |
34 |
|
|
|
35 |
|
|
<refsect1><title>DESCRIPTION</title> |
36 |
|
|
<para> |
37 |
|
|
bti-shrink-urls converts URLs to a shorter form using a web service. |
38 |
|
|
</para> |
39 |
|
|
<para> |
40 |
|
|
Currently only http://2tu.us/ is supported. |
41 |
|
|
</para> |
42 |
|
|
</refsect1> |
43 |
|
|
|
44 |
|
|
<refsect1><title>OPTIONS</title> |
45 |
|
|
<variablelist> |
46 |
|
|
<varlistentry> |
47 |
|
|
<term><option>--escaped</option></term> |
48 |
|
|
<listitem> |
49 |
|
|
<para> |
50 |
|
|
Don't escape special characters in the URL any more, they are |
51 |
|
|
already percent encoded. |
52 |
|
|
</para> |
53 |
|
|
</listitem> |
54 |
|
|
</varlistentry> |
55 |
|
|
<varlistentry> |
56 |
|
|
<term><option>--help</option></term> |
57 |
|
|
<listitem> |
58 |
|
|
<para> |
59 |
|
|
Print help text. |
60 |
|
|
</para> |
61 |
|
|
</listitem> |
62 |
|
|
</varlistentry> |
63 |
|
|
<varlistentry> |
64 |
|
|
<term><option>URL</option></term> |
65 |
|
|
<listitem> |
66 |
|
|
<para> |
67 |
|
|
Specify the URL to be converted. If no URL is given |
68 |
|
|
bti-shrink-urls waits for input on stdin. |
69 |
|
|
</para> |
70 |
|
|
</listitem> |
71 |
|
|
</varlistentry> |
72 |
|
|
</variablelist> |
73 |
|
|
</refsect1> |
74 |
|
|
|
75 |
|
|
<refsect1><title>AUTHOR</title> |
76 |
|
|
<para>Written by Bart Trojanowski <email>bart@jukie.net</email>.</para> |
77 |
|
|
</refsect1> |
78 |
|
|
|
79 |
|
|
<refsect1><title>COPYRIGHT AND LICENSE</title> |
80 |
|
|
<para> |
81 |
|
|
Copyright (C) 2009 Bart Trojanowski <email>bart@jukie.net</email>. |
82 |
|
|
</para> |
83 |
|
|
<para> |
84 |
|
|
This program is free software; you can redistribute it and/or modify it |
85 |
|
|
under the terms of the GNU General Public License as published by the |
86 |
|
|
Free Software Foundation version 2 of the License. |
87 |
|
|
</para> |
88 |
|
|
</refsect1> |
89 |
|
|
|
90 |
|
|
</refentry> |
91 |
|
|
</section> |
92 |
|
|
</article> |