add a man page for deluge-web

This commit is contained in:
Damien Churchill 2009-10-10 13:45:31 +00:00
parent 6274a32ca1
commit 44217fd977
1 changed files with 36 additions and 0 deletions

36
docs/man/deluge-web.1 Normal file
View File

@ -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