Weboob 0.a released

This commit is contained in:
Romain Bignon 2012-02-05 19:19:23 +01:00
commit 7e00089590
25 changed files with 247 additions and 56 deletions

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CONFIG 1 "10 October 2011" "weboob-config 0\&.9"
.TH WEBOOB-CONFIG 1 "05 February 2012" "weboob-config 0\&.a"
.SH NAME
weboob-config
.SH SYNOPSIS
@ -19,15 +19,35 @@ Weboob\-Config is a console application to add/edit/remove backends, and to regi
.TP
\fBadd\fR \fINAME\fR [\fIOPTIONS\fR ...]
.br
Add a configured backend.
Add a backend.
.TP
\fBapplications\fR
.br
Show applications.
.TP
\fBbackends\fR [\fICAPS\fR ...]
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
.br
Show available backends.
Select used backends.
.br
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
.br
* disable disable given backends
.br
* only enable given backends and disable the others
.br
* list display enabled and available backends
.br
* add add a backend
.br
* register register a new account on a website
.br
* edit edit a backend
.br
* remove remove a backend
.TP
\fBconfirm\fR \fIBACKEND\fR
.br
@ -41,33 +61,45 @@ subscribe.
.br
It takes mail from stdin. Use it with postfix for example.
.TP
\fBdisable\fR \fINAME\fR
\fBdisable\fR \fIBACKEND\fR
.br
Disable a backend
.TP
\fBedit\fR \fINAME\fR
\fBedit\fR \fIBACKEND\fR
.br
Edit a backend
.TP
\fBenable\fR \fINAME\fR
\fBenable\fR \fIBACKEND\fR
.br
Enable a disabled backend
.TP
\fBinfo\fR \fINAME\fR
.br
Display information about a backend.
Display information about a module.
.TP
\fBinstall\fR \fIMODULE\fR
.br
Install a module.
.TP
\fBlist\fR [\fICAPS\fR ..]
.br
Show configured backends.
Show backends.
.TP
\fBregister\fR \fINAME\fR
\fBmodules\fR [\fICAPS\fR ...]
.br
Register a new account on a backend.
Show available modules.
.TP
\fBregister\fR \fIMODULE\fR
.br
Register a new account on a module.
.TP
\fBremove\fR \fINAME\fR
.br
Remove a configured backend.
Remove a backend.
.TP
\fBupdate\fR
.br
Update weboob.
.SH OPTIONS
.TP
@ -123,7 +155,7 @@ do not display item keys
file to export result
.SH COPYRIGHT
Copyright(C) 2010-2011 Christophe Benz, Romain Bignon
Copyright(C) 2010-2012 Christophe Benz, Romain Bignon
.LP
For full COPYRIGHT see COPYING file with weboob package.
.LP