1 | .\" $Id: transmission-gtk.1 1659 2007-04-04 01:41:34Z 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 | torrent metainfo file (usually with the .torrent file extension) and a |
---|
43 | central tracker to distribute file data amongst a group of peers. For |
---|
44 | more information on the BitTorrent protocol see |
---|
45 | http://www.bittorrent.org/ |
---|
46 | .Pp |
---|
47 | The options are as follows: |
---|
48 | .Bl -tag -width Ds |
---|
49 | .It Fl h Fl -help |
---|
50 | Print command-line option descriptions. |
---|
51 | .It Fl p Fl -paused |
---|
52 | Start with all torrents paused |
---|
53 | .It Fl q Fl -quit |
---|
54 | Quit a running |
---|
55 | .Nm |
---|
56 | instance |
---|
57 | .El |
---|
58 | .Pp |
---|
59 | Only one instance of |
---|
60 | .Nm |
---|
61 | may run at one time. Multiple torrent files may be loaded at startup |
---|
62 | by adding them to the command line. If |
---|
63 | .Nm |
---|
64 | is already running, those torrents will be opened in the running |
---|
65 | instance. |
---|
66 | .Sh FILES |
---|
67 | .Bl -tag -width Ds -compact |
---|
68 | .It ~/.transmission |
---|
69 | The directory which |
---|
70 | .Nm |
---|
71 | uses to store user preferences, resume information and state, and the |
---|
72 | socket file used for IPC. |
---|
73 | .El |
---|
74 | .Sh AUTHORS |
---|
75 | .An -nosplit |
---|
76 | The |
---|
77 | .Nm |
---|
78 | program was written by |
---|
79 | .An Josh Elsasser Aq josh@elsasser.org , |
---|
80 | .An Eric Petit Aq titer@m0k.org , |
---|
81 | and |
---|
82 | .An Mitchell Livingston Aq livings124@gmail.com . |
---|
83 | .Sh SEE ALSO |
---|
84 | .Xr transmissioncli 1 |
---|
85 | .Pp |
---|
86 | http://transmission.m0k.org |
---|