generated manpages from make_man.py
This commit is contained in:
parent
7b5e5f3289
commit
8caeab8853
20 changed files with 2706 additions and 441 deletions
|
|
@ -1,30 +1,40 @@
|
|||
.TH VIDEOOB-WEBSERVER 1 "12 October 2010"
|
||||
.TH VIDEOOB-WEBSERVER 1 "09 December 2010"
|
||||
.SH NAME
|
||||
videoob-webserver \- Video search and information, WSGI webserver
|
||||
videoob-webserver
|
||||
.SH SYNOPSIS
|
||||
.B videoob-webserver
|
||||
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] \fIcommand\fR [arguments..]
|
||||
.B videoob\-webserver
|
||||
[\-h] [\-dqv] [\-b \fIbackends\fR] ...
|
||||
.br
|
||||
.B videoob-webserver
|
||||
[\-\-version] [\-\-help]
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
Weboob provides several applications to interact with a lot of websites.
|
||||
.B videoob\-webserver
|
||||
[\-\-help] [\-\-version]
|
||||
|
||||
This webserver application can be used to search videos on supported
|
||||
websites and to display information about them, including the direct link
|
||||
to the video file.
|
||||
|
||||
.SS Misc options
|
||||
.TP
|
||||
\fB\-b\fR, \fB\-\-backends\fR \fIbackends\fR
|
||||
select backends to load
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
display version of \fIweboob-config\fR
|
||||
show program's version number and exit
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
show the help message and exit
|
||||
show this help message and exit
|
||||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-debug\fR
|
||||
display debug messages
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
display only error messages
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
display info messages
|
||||
.TP
|
||||
\fB\-\-logging\-file=LOGGING_FILE\fR
|
||||
file to save logs
|
||||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2010 Christophe Benz
|
||||
|
|
@ -33,4 +43,6 @@ For full COPYRIGHT see COPYING file with weboob package.
|
|||
.LP
|
||||
.RE
|
||||
.SH FILES
|
||||
"~/.weboob/backends"
|
||||
"~/.weboob/backends"
|
||||
|
||||
"~/.weboob/videoob-webserver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue