transmission/gtk/transmission-gtk.1

86 lines
2.5 KiB
Groff
Raw Normal View History

.\" $Id$
.\"
.\" Copyright (c) 2007 Joshua Elsasser
.\"
.\" Permission is hereby granted, free of charge, to any person obtaining a
.\" copy of this software and associated documentation files (the "Software"),
.\" to deal in the Software without restriction, including without limitation
.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
.\" and/or sell copies of the Software, and to permit persons to whom the
.\" Software is furnished to do so, subject to the following conditions:
.\"
.\" The above copyright notice and this permission notice shall be included in
.\" all copies or substantial portions of the Software.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
.\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
.\" DEALINGS IN THE SOFTWARE.
2007-04-18 14:06:52 +00:00
.Dd April 18, 2007
.Dt TRANSMISSION-GTK 1
.Os
.Sh NAME
.Nm transmission-gtk
.Nd a bittorrent client
.Sh SYNOPSIS
.Nm transmission-gtk
.Fl h
.Nm
.Op Fl pq
.Op Ar torrent-file ...
.Sh DESCRIPTION
The
.Nm
program is a lightweight BitTorrent client with a simple, intuitive
GTK+ interface.
.Pp
2007-04-04 01:41:34 +00:00
BitTorrent is a peer-to-peer file transfer protocol which uses a
metainfo file (usually with the .torrent file extension) and a central
tracker to distribute file data amongst a group of peers. For more
information on the BitTorrent protocol see http://www.bittorrent.org/
2007-04-04 01:41:34 +00:00
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl h Fl -help
Print command-line option descriptions.
.It Fl p Fl -paused
Start with all torrents paused
.It Fl q Fl -quit
Quit a running
.Nm
instance
.El
.Pp
Only one instance of
.Nm
may be run at one time. Multiple .torrent files may be loaded at
startup by adding them to the command line. If
.Nm
is already running, those torrents will be opened in the running
instance.
.Sh FILES
2007-04-04 01:41:34 +00:00
.Bl -tag -width Ds -compact
.It ~/.transmission
The directory which
.Nm
uses to store user preferences, resume information and state, and the
socket file used for interprocess communication (IPC).
2007-04-04 01:41:34 +00:00
.El
.Sh AUTHORS
.An -nosplit
The
.Nm
program was written by
.An Josh Elsasser Aq josh@elsasser.org ,
.An Eric Petit Aq titer@m0k.org ,
and
.An Mitchell Livingston Aq livings124@gmail.com .
.Sh SEE ALSO
2007-04-04 01:41:34 +00:00
.Xr transmissioncli 1
.Pp
http://transmission.m0k.org