1 | .\" $Id: transmission-gtk.1 1660 2007-04-04 04:34:13Z joshe $ |
---|
2 | .\" |
---|
3 | .\" Copyright (c) 2007 Joshua Elsasser |
---|
4 | .\" |
---|
5 | .\" Permission is hereby granted, free of charge, to any person obtaining a |
---|
6 | .\" copy of this software and associated documentation files (the "Software"), |
---|
7 | .\" to deal in the Software without restriction, including without limitation |
---|
8 | .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, |
---|
9 | .\" and/or sell copies of the Software, and to permit persons to whom the |
---|
10 | .\" Software is furnished to do so, subject to the following conditions: |
---|
11 | .\" |
---|
12 | .\" The above copyright notice and this permission notice shall be included in |
---|
13 | .\" all copies or substantial portions of the Software. |
---|
14 | .\" |
---|
15 | .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
---|
16 | .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
---|
17 | .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
---|
18 | .\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
---|
19 | .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
---|
20 | .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
---|
21 | .\" DEALINGS IN THE SOFTWARE. |
---|
22 | |
---|
23 | .Dd April 3, 2007 |
---|
24 | .Dt TRANSMISSION-GTK 1 |
---|
25 | .Os |
---|
26 | .Sh NAME |
---|
27 | .Nm transmission-gtk |
---|
28 | .Nd a bittorrent client |
---|
29 | .Sh SYNOPSIS |
---|
30 | .Nm transmission-gtk |
---|
31 | .Fl h |
---|
32 | .Nm |
---|
33 | .Op Fl pq |
---|
34 | .Op Ar torrent-file ... |
---|
35 | .Sh DESCRIPTION |
---|
36 | The |
---|
37 | .Nm |
---|
38 | program is a lightweight BitTorrent client with a simple, intuitive |
---|
39 | GTK+ interface. |
---|
40 | .Pp |
---|
41 | BitTorrent is a peer-to-peer file transfer protocol which uses a |
---|
42 | metainfo file (usually with the .torrent file extension) and a central |
---|
43 | tracker to distribute file data amongst a group of peers. For more |
---|
44 | information on the BitTorrent protocol see http://www.bittorrent.org/ |
---|
45 | .Pp |
---|
46 | The options are as follows: |
---|
47 | .Bl -tag -width Ds |
---|
48 | .It Fl h Fl -help |
---|
49 | Print command-line option descriptions. |
---|
50 | .It Fl p Fl -paused |
---|
51 | Start with all torrents paused |
---|
52 | .It Fl q Fl -quit |
---|
53 | Quit a running |
---|
54 | .Nm |
---|
55 | instance |
---|
56 | .El |
---|
57 | .Pp |
---|
58 | Only one instance of |
---|
59 | .Nm |
---|
60 | may be run at one time. Multiple .torrent files may be loaded at |
---|
61 | startup by adding them to the command line. If |
---|
62 | .Nm |
---|
63 | is already running, those torrents will be opened in the running |
---|
64 | instance. |
---|
65 | .Sh FILES |
---|
66 | .Bl -tag -width Ds -compact |
---|
67 | .It ~/.transmission |
---|
68 | The directory which |
---|
69 | .Nm |
---|
70 | uses to store user preferences, resume information and state, and the |
---|
71 | socket file used for interprocess communication (IPC). |
---|
72 | .El |
---|
73 | .Sh AUTHORS |
---|
74 | .An -nosplit |
---|
75 | The |
---|
76 | .Nm |
---|
77 | program was written by |
---|
78 | .An Josh Elsasser Aq josh@elsasser.org , |
---|
79 | .An Eric Petit Aq titer@m0k.org , |
---|
80 | and |
---|
81 | .An Mitchell Livingston Aq livings124@gmail.com . |
---|
82 | .Sh SEE ALSO |
---|
83 | .Xr transmissioncli 1 |
---|
84 | .Pp |
---|
85 | http://transmission.m0k.org |
---|