add a man page for deluge-web
This commit is contained in:
parent
6274a32ca1
commit
44217fd977
|
@ -0,0 +1,36 @@
|
|||
.TH DELUGE-WEB 1 "October 2009" "1.2.0"
|
||||
|
||||
.SH NAME
|
||||
deluge-web - a bittorrent client ajax web interface
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B deluge-web [options]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.br
|
||||
.P
|
||||
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge-web' being used to launch an ajax web based user-interface.
|
||||
.br
|
||||
.P
|
||||
|
||||
.SH OPTIONS
|
||||
See `deluge-web --help` for common options, the web specific options are:
|
||||
.TP
|
||||
.B -p PORT, --port=PORT
|
||||
Sets the port to be used for the webserver
|
||||
.TP
|
||||
.B --no-ssl
|
||||
Forces the webserver to disable ssl
|
||||
.TP
|
||||
.B --ssl
|
||||
Forces the webserver to use ssl
|
||||
|
||||
.SH SEE ALSO
|
||||
.B Homepage:
|
||||
http://www.deluge-torrent.org/
|
||||
|
||||
.SH AUTHOR
|
||||
This manual page was written by Damien Churchill <damoxc@gmail.com>.
|
||||
.br
|
||||
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation
|
||||
.br
|
Loading…
Reference in New Issue