Weboob 0.c released

This commit is contained in:
Romain Bignon 2012-05-04 21:17:10 +02:00
commit 0286bdc320
32 changed files with 826 additions and 253 deletions

View file

@ -1,4 +1,4 @@
.TH BOOBANK 1 "14 March 2012" "boobank 0\&.b"
.TH BOOBANK 1 "04 May 2012" "boobank 0\&.c"
.SH NAME
boobank
.SH SYNOPSIS
@ -26,6 +26,8 @@ Console application allowing to list your bank accounts and get their balance, d
.br
* creditmutuel (Crédit Mutuel French bank website)
.br
* fortuneo (Fortuneo French bank website)
.br
* hsbc (HSBC France bank website)
.br
* ing (ING Direct French bank website)
@ -37,11 +39,11 @@ Console application allowing to list your bank accounts and get their balance, d
.TP
\fBcoming\fR \fIID\fR
.br
Display all future operations.
Display future transactions.
.TP
\fBhistory\fR \fIID\fR
.br
Display old operations.
Display history of transactions.
.TP
\fBlist\fR
.br
@ -74,21 +76,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -166,9 +170,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br
@ -228,8 +234,8 @@ select result item keys to display (comma separated)
.SH FORMATTING OPTIONS
.TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
select output formatter (account_list, csv, htmltable, multiline, ops_list, qif,
recipient_list, simple, table, transfer, webkit)
select output formatter (account_list, csv, htmltable, multiline, ops_list,
pretty_qif, qif, recipient_list, simple, table, transfer, webkit)
.TP
\fB\-\-no\-header\fR
do not display header

View file

@ -1,4 +1,4 @@
.TH BOOBATHON 1 "14 March 2012" "boobathon 0\&.b"
.TH BOOBATHON 1 "04 May 2012" "boobathon 0\&.c"
.SH NAME
boobathon
.SH SYNOPSIS
@ -84,21 +84,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -176,9 +178,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH BOOBILL 1 "14 March 2012" "boobill 0\&.b"
.TH BOOBILL 1 "04 May 2012" "boobill 0\&.c"
.SH NAME
boobill
.SH SYNOPSIS
@ -15,17 +15,21 @@ Console application allowing to get and download bills.
.SS Supported websites:
* freemobile (Free Mobile website)
.br
* nettokom (Nettokom website)
.SH BOOBILL COMMANDS
.TP
\fBbills\fR \fII\fRd
\fBbills\fR [\fII\fRd]
.br
Get the list of bills documents for subscription
Get the list of bills documents for subscriptions.
.br
id is the identifier of the backend
If no ID given, display bills of all backends
.TP
\fBdetails\fR \fII\fRd
\fBdetails\fR [\fIID\fR]
.br
Get details of a subscription.
Get details of subscriptions.
.br
If no ID given, display all details of all backends
.TP
\fBdownload\fR \fII\fRd [\fIFILENAME\fR]
.br
@ -37,9 +41,11 @@ FILENAME is where to write the file. If FILENAME is '\-',
.br
the file is written to stdout.
.TP
\fBhistory\fR \fII\fRd
\fBhistory\fR [\fII\fRd]
.br
Get the history of a subscription.
Get the history of subscriptions.
.br
If no ID given, display histories of all backends
.TP
\fBsubscriptions\fR
.br
@ -54,21 +60,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -146,9 +154,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH BOOBMSG 1 "14 March 2012" "boobmsg 0\&.b"
.TH BOOBMSG 1 "04 May 2012" "boobmsg 0\&.c"
.SH NAME
boobmsg
.SH SYNOPSIS
@ -16,6 +16,8 @@ Console application allowing to send messages on various websites and to display
.SS Supported websites:
* aum ("Adopte un Mec" French dating website)
.br
* bnporc (BNP Paribas French bank website)
.br
* bouygues (Bouygues Télécom French mobile phone provider)
.br
* dlfp (Da Linux French Page news website)
@ -34,6 +36,8 @@ Console application allowing to send messages on various websites and to display
.br
* newsfeed (Loads RSS and Atom feeds from any website)
.br
* okc (OkCupid dating website)
.br
* orange (Orange French mobile phone provider)
.br
* phpbb (phpBB forum)
@ -41,6 +45,8 @@ Console application allowing to send messages on various websites and to display
* presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.br
* taz (Taz newspaper website)
.SH BOOBMSG COMMANDS
.TP
\fBexport_all\fR
@ -55,6 +61,10 @@ Export a thread
.br
Display all threads.
.TP
\fBphotos\fR \fIID\fR
.br
Display photos of a profile
.TP
\fBpost\fR \fIRECEIVER\fR@\fIBACKEND\fR[,\fIRECEIVER\fR@\fIBACKEND\fR[...]] [\fITEXT\fR]
.br
Post a message to the specified receivers.
@ -65,6 +75,10 @@ Multiple receivers are separated by a comma.
.br
If no text is supplied on command line, the content of message is read on stdin.
.TP
\fBprofile\fR \fIID\fR
.br
Display a profile
.TP
\fBshow\fR \fIMESSAGE\fR
.br
Read a message
@ -82,21 +96,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -174,9 +190,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br
@ -207,8 +225,8 @@ what backend(s) to enable (comma separated)
.SH BOOBMSG OPTIONS
.TP
\fB\-e\fR, \fB\-\-skip\-empty\fR
Don't send messages with an empty body.
\fB\-E\fR, \fB\-\-accept\-empty\fR
Send messages with an empty body.
.TP
\fB\-t TITLE\fR, \fB\-\-title=TITLE\fR
For the "post" command, set a title to message
@ -244,8 +262,8 @@ select result item keys to display (comma separated)
.SH FORMATTING OPTIONS
.TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
select output formatter (csv, htmltable, msg, msglist, multiline, simple, table,
webkit, xhtml)
select output formatter (atom, csv, htmltable, msg, msglist, multiline, profile,
simple, table, webkit, xhtml)
.TP
\fB\-\-no\-header\fR
do not display header

View file

@ -1,4 +1,4 @@
.TH BOOBOOKS 1 "14 March 2012" "boobooks 0\&.b"
.TH BOOBOOKS 1 "04 May 2012" "boobooks 0\&.c"
.SH NAME
boobooks
.SH SYNOPSIS
@ -14,7 +14,14 @@ boobooks
Console application allowing to list your books rented or booked at the library, book and search new ones, get your booking history (if available).
.SS Supported websites:
* champslibres (Champs Libres (Rennes) Library)
.br
* opacwebaloes (Aloes Library software)
.SH BOOBOOKS COMMANDS
.TP
\fBrenew\fR \fIID\fR
.br
Renew a book
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -25,21 +32,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -117,9 +126,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH BOOBTRACKER 1 "14 March 2012" "boobtracker 0\&.b"
.TH BOOBTRACKER 1 "04 May 2012" "boobtracker 0\&.c"
.SH NAME
boobtracker
.SH SYNOPSIS
@ -100,21 +100,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -192,9 +194,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH COMPAROOB 1 "26 March 2012" "comparoob 0\&.c"
.TH COMPAROOB 1 "04 May 2012" "comparoob 0\&.c"
.SH NAME
comparoob
.SH SYNOPSIS
@ -30,21 +30,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br

View file

@ -1,4 +1,4 @@
.TH FLATBOOB 1 "14 March 2012" "flatboob 0\&.b"
.TH FLATBOOB 1 "04 May 2012" "flatboob 0\&.c"
.SH NAME
flatboob
.SH SYNOPSIS
@ -32,21 +32,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -124,9 +126,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH GALLEROOB 1 "14 March 2012" "galleroob 0\&.b"
.TH GALLEROOB 1 "04 May 2012" "galleroob 0\&.c"
.SH NAME
galleroob
.SH SYNOPSIS
@ -46,10 +46,6 @@ Get information about a gallery.
\fBsearch\fR \fIPATTERN\fR
.br
List galleries matching a PATTERN.
.br
.br
If PATTERN is not given, the command will list all the galleries
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -60,21 +56,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -152,9 +150,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH GEOLOOC 1 "14 March 2012" "geolooc 0\&.b"
.TH GEOLOOC 1 "04 May 2012" "geolooc 0\&.c"
.SH NAME
geolooc
.SH SYNOPSIS
@ -27,21 +27,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -119,9 +121,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH HAVEDATE 1 "14 March 2012" "havedate 0\&.b"
.TH HAVEDATE 1 "04 May 2012" "havedate 0\&.c"
.SH NAME
havedate
.SH SYNOPSIS
@ -17,6 +17,18 @@ Console application allowing to interact with various dating websites and to opt
* aum ("Adopte un Mec" French dating website)
.SH HAVEDATE COMMANDS
.TP
\fBexport_all\fR
.br
Export All threads
.TP
\fBexport_thread\fR
.br
Export a thread
.TP
\fBlist\fR
.br
Display all threads.
.TP
\fBoptim\fR [list | start | edit | stop] \fIBACKEND\fR [\fIOPTIM\fR1 [\fIOPTIM\fR2 ...]]
.br
All dating backends offer optimization services. This command can be
@ -37,6 +49,20 @@ Commands:
.br
* stop stop optimization services on a backend
.TP
\fBphotos\fR \fIID\fR
.br
Display photos of a profile
.TP
\fBpost\fR \fIRECEIVER\fR@\fIBACKEND\fR[,\fIRECEIVER\fR@\fIBACKEND\fR[...]] [\fITEXT\fR]
.br
Post a message to the specified receivers.
.br
Multiple receivers are separated by a comma.
.br
.br
If no text is supplied on command line, the content of message is read on stdin.
.TP
\fBprofile\fR \fIID\fR
.br
Display a profile
@ -44,6 +70,14 @@ Display a profile
\fBquery\fR \fIID\fR
.br
Send a query to someone.
.TP
\fBshow\fR \fIMESSAGE\fR
.br
Read a message
.TP
\fBstatus\fR
.br
Display status information about a backend.
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -54,21 +88,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -146,9 +182,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br
@ -177,6 +215,14 @@ show this help message and exit
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
what backend(s) to enable (comma separated)
.SH HAVEDATE OPTIONS
.TP
\fB\-E\fR, \fB\-\-accept\-empty\fR
Send messages with an empty body.
.TP
\fB\-t TITLE\fR, \fB\-\-title=TITLE\fR
For the "post" command, set a title to message
.SH LOGGING OPTIONS
.TP
\fB\-d\fR, \fB\-\-debug\fR
@ -208,8 +254,8 @@ select result item keys to display (comma separated)
.SH FORMATTING OPTIONS
.TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
select output formatter (csv, htmltable, multiline, profile, simple, table,
webkit)
select output formatter (atom, csv, htmltable, msg, msglist, multiline, profile,
simple, table, webkit, xhtml)
.TP
\fB\-\-no\-header\fR
do not display header

View file

@ -1,4 +1,4 @@
.TH MASSTRANSIT 1 "14 March 2012" "masstransit 0\&.b"
.TH MASSTRANSIT 1 "04 May 2012" "masstransit 0\&.c"
.SH NAME
masstransit
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH MONBOOB 1 "14 March 2012" "monboob 0\&.b"
.TH MONBOOB 1 "04 May 2012" "monboob 0\&.c"
.SH NAME
monboob
.SH SYNOPSIS
@ -16,6 +16,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
.SS Supported websites:
* aum ("Adopte un Mec" French dating website)
.br
* bnporc (BNP Paribas French bank website)
.br
* bouygues (Bouygues Télécom French mobile phone provider)
.br
* dlfp (Da Linux French Page news website)
@ -34,6 +36,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
.br
* newsfeed (Loads RSS and Atom feeds from any website)
.br
* okc (OkCupid dating website)
.br
* orange (Orange French mobile phone provider)
.br
* phpbb (phpBB forum)
@ -41,8 +45,14 @@ Daemon allowing to regularly check for new messages on various websites, and sen
* presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.br
* taz (Taz newspaper website)
.SH MONBOOB COMMANDS
.TP
\fBonce\fR
.br
Send mails only once, then exit.
.TP
\fBpost\fR
.br
Pipe with a mail to post message.

View file

@ -1,4 +1,4 @@
.TH PASTOOB 1 "14 March 2012" "pastoob 0\&.b"
.TH PASTOOB 1 "04 May 2012" "pastoob 0\&.c"
.SH NAME
pastoob
.SH SYNOPSIS
@ -38,21 +38,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -130,9 +132,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH QBOOBMSG 1 "14 March 2012" "qboobmsg 0\&.b"
.TH QBOOBMSG 1 "04 May 2012" "qboobmsg 0\&.c"
.SH NAME
qboobmsg
.SH SYNOPSIS
@ -16,6 +16,8 @@ Qt application allowing to read messages on various websites and reply to them.
.SS Supported websites:
* aum ("Adopte un Mec" French dating website)
.br
* bnporc (BNP Paribas French bank website)
.br
* bouygues (Bouygues Télécom French mobile phone provider)
.br
* dlfp (Da Linux French Page news website)
@ -34,6 +36,8 @@ Qt application allowing to read messages on various websites and reply to them.
.br
* newsfeed (Loads RSS and Atom feeds from any website)
.br
* okc (OkCupid dating website)
.br
* orange (Orange French mobile phone provider)
.br
* phpbb (phpBB forum)
@ -41,6 +45,8 @@ Qt application allowing to read messages on various websites and reply to them.
* presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.br
* taz (Taz newspaper website)
.SH OPTIONS
.TP
\fB\-\-version\fR

View file

@ -1,4 +1,4 @@
.TH QFLATBOOB 1 "14 March 2012" "qflatboob 0\&.b"
.TH QFLATBOOB 1 "04 May 2012" "qflatboob 0\&.c"
.SH NAME
qflatboob
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH QHAVEDATE 1 "14 March 2012" "qhavedate 0\&.b"
.TH QHAVEDATE 1 "04 May 2012" "qhavedate 0\&.c"
.SH NAME
qhavedate
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH QVIDEOOB 1 "14 March 2012" "qvideoob 0\&.b"
.TH QVIDEOOB 1 "04 May 2012" "qvideoob 0\&.c"
.SH NAME
qvideoob
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH QWEBCONTENTEDIT 1 "14 March 2012" "qwebcontentedit 0\&.b"
.TH QWEBCONTENTEDIT 1 "04 May 2012" "qwebcontentedit 0\&.c"
.SH NAME
qwebcontentedit
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH RADIOOB 1 "14 March 2012" "radioob 0\&.b"
.TH RADIOOB 1 "04 May 2012" "radioob 0\&.c"
.SH NAME
radioob
.SH SYNOPSIS
@ -46,21 +46,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -213,7 +215,7 @@ do not display item keys
file to export result
.SH COPYRIGHT
Copyright(C) 2010-2011 Romain Bignon
Copyright(C) 2010-2012 Romain Bignon
.LP
For full COPYRIGHT see COPYING file with weboob package.
.LP

261
man/translaboob.1 Normal file
View file

@ -0,0 +1,261 @@
.TH TRANSLABOOB 1 "04 May 2012" "translaboob 0\&.c"
.SH NAME
translaboob
.SH SYNOPSIS
.B translaboob
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]]
.br
.B translaboob
[\-\-help] [\-\-version]
.SH DESCRIPTION
.LP
Console application to translate text from one language to another
.SS Supported websites:
* googletranslate (Google translation web service)
.br
* wordreference (Free online translator)
.SH TRANSLABOOB COMMANDS
.TP
\fBtranslate\fR \fIFROM\fR \fITO\fR [\fITEXT\fR]
.br
Translate from one language to another.
.br
* FROM : source language
.br
* TO : destination language
.br
* TEXT : language to translate, standart input if \- is given
.br
.br
Language Abbreviation
.br
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
.br
Arabic ar Esperanto eo Irish ga Russian ru
.br
Afrikaans af Estonian et Italian it Serbian sr
.br
Albanian sq Filipino tl Japanese ja Slovak sk
.br
Armenian hy Finnish fi Kannada kn Slovenian sl
.br
Azerbaijani az French fr Korean ko Spanish es
.br
Basque eu Galician gl Latin la Swahili sw
.br
Belarusian be Georgian ka Latvian lv Swedish sv
.br
Bengali bn German de Lithuanian lt Tamil ta
.br
Bulgarian bg Greek gr Macedonian mk Telugu te
.br
Catalan ca Gujarati gu Malay ms Thai th
.br
Chinese zh Haitian ht Maltese mt Turkish tr
.br
Croatian hr Hebrew iw Norwegian no Ukrainian uk
.br
Czech cz Hindi hi Persian fa Urdu ur
.br
Danish da Hungaric hu Polish pl Vietnamese vi
.br
Dutch nl Icelandic is Portuguese pt Welsh cy
.br
English en Indonesian id Romanian ro Yiddish yi
.br
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
.br
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 list 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
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
Follow a path.
.br
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
If an argument is given, set the condition expression used to filter the results.
.br
If the "off" value is given, conditional filtering is disabled.
.br
.br
If no argument is given, print the current condition expression.
.TP
\fBcount\fR [\fINUMBER\fR | off]
.br
If an argument is given, set the maximum number of results fetched.
.br
NUMBER must be at least 1.
.br
"off" value disables counting, and allows infinite searches.
.br
.br
If no argument is given, print the current count value.
.TP
\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]]
.br
If a FORMATTER is given, set the formatter to use.
.br
You can add a COMMAND to apply the formatter change only to
.br
a given command.
.br
.br
If the argument is "list", print the available formatters.
.br
.br
If the argument is "option", set the formatter options.
.br
Valid options are: header, keys.
.br
If on/off value is given, set the value of the option.
.br
If not, print the current value for the option.
.br
.br
If no argument is given, print the current formatter.
.TP
\fBinspect\fR \fIBACKEND_NAME\fR
.br
Display the HTML string of the current page of the specified backend's browser.
.br
.br
If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI.
.TP
\fBlogging\fR [\fILEVEL\fR]
.br
Set logging level.
.br
.br
Availables: debug, info, warning, error.
.br
* quiet is an alias for error
.br
* default is an alias for warning
.TP
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br
Quit the application.
.TP
\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full"
.br
If an argument is given, set the selected fields.
.br
$direct selects all fields loaded in one http request.
.br
$full selects all fields using as much http requests as necessary.
.br
.br
If no argument is given, print the currently selected fields.
.SH OPTIONS
.TP
\fB\-\-version\fR
show program's version number and exit
.TP
\fB\-h\fR, \fB\-\-help\fR
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 RESULTS OPTIONS
.TP
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
filter result items to display given a boolean expression
.TP
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
get a maximum number of results (all backends merged)
.TP
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
select result item keys to display (comma separated)
.SH FORMATTING OPTIONS
.TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
select output formatter (csv, htmltable, multiline, simple, table, translation,
webkit, xmltrans)
.TP
\fB\-\-no\-header\fR
do not display header
.TP
\fB\-\-no\-keys\fR
do not display item keys
.TP
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
file to export result
.SH COPYRIGHT
Copyright(C) 2012 Lucien Loiseau
.LP
For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/applications/translaboob

View file

@ -1,4 +1,4 @@
.TH TRAVELOOB 1 "14 March 2012" "traveloob 0\&.b"
.TH TRAVELOOB 1 "04 May 2012" "traveloob 0\&.c"
.SH NAME
traveloob
.SH SYNOPSIS
@ -58,21 +58,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -150,9 +152,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH VIDEOOB 1 "14 March 2012" "videoob 0\&.b"
.TH VIDEOOB 1 "04 May 2012" "videoob 0\&.c"
.SH NAME
videoob
.SH SYNOPSIS
@ -57,13 +57,9 @@ If no argument is given, print the current behavior.
.br
Play a video with a found player.
.TP
\fBsearch\fR [\fIPATTERN\fR]
\fBsearch\fR \fIPATTERN\fR
.br
Search for videos matching a PATTERN.
.br
.br
If PATTERN is not given, this command will search for the latest videos.
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -74,21 +70,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -166,9 +164,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH WEBCONTENTEDIT 1 "14 March 2012" "webcontentedit 0\&.b"
.TH WEBCONTENTEDIT 1 "04 May 2012" "webcontentedit 0\&.c"
.SH NAME
webcontentedit
.SH SYNOPSIS
@ -38,21 +38,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -130,9 +132,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CLI 1 "14 March 2012" "weboob-cli 0\&.b"
.TH WEBOOB-CLI 1 "04 May 2012" "weboob-cli 0\&.c"
.SH NAME
weboob-cli
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CONFIG-QT 1 "14 March 2012" "weboob-config-qt 0\&.b"
.TH WEBOOB-CONFIG-QT 1 "04 May 2012" "weboob-config-qt 0\&.c"
.SH NAME
weboob-config-qt
.SH SYNOPSIS

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CONFIG 1 "14 March 2012" "weboob-config 0\&.b"
.TH WEBOOB-CONFIG 1 "04 May 2012" "weboob-config 0\&.c"
.SH NAME
weboob-config
.SH SYNOPSIS
@ -31,21 +31,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBconfirm\fR \fIBACKEND\fR
.br
@ -75,10 +77,6 @@ Enable a disabled backend
.br
Display information about a module.
.TP
\fBinstall\fR \fIMODULE\fR
.br
Install a module.
.TP
\fBlist\fR [\fICAPS\fR ..]
.br
Show backends.

View file

@ -1,4 +1,4 @@
.TH WEBOOB-DEBUG 1 "14 March 2012" "weboob-debug 0\&.b"
.TH WEBOOB-DEBUG 1 "04 May 2012" "weboob-debug 0\&.c"
.SH NAME
weboob-debug
.SH SYNOPSIS
@ -28,21 +28,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -120,9 +122,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br

View file

@ -1,4 +1,4 @@
.TH WEBOOB-REPOS 1 "14 March 2012" "weboob-repos 0\&.b"
.TH WEBOOB-REPOS 1 "04 May 2012" "weboob-repos 0\&.c"
.SH NAME
weboob-repos
.SH SYNOPSIS
@ -23,21 +23,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBbuild\fR \fISOURCE\fR \fIREPOSITORY\fR
.br

View file

@ -1,4 +1,4 @@
.TH WEBOORRENTS 1 "14 March 2012" "weboorrents 0\&.b"
.TH WEBOORRENTS 1 "04 May 2012" "weboorrents 0\&.c"
.SH NAME
weboorrents
.SH SYNOPSIS
@ -48,21 +48,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -140,9 +142,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br
@ -215,7 +219,7 @@ do not display item keys
file to export result
.SH COPYRIGHT
Copyright(C) 2010-2011 Romain Bignon
Copyright(C) 2010-2012 Romain Bignon
.LP
For full COPYRIGHT see COPYING file with weboob package.
.LP

View file

@ -1,4 +1,4 @@
.TH WETBOOBS 1 "14 March 2012" "wetboobs 0\&.b"
.TH WETBOOBS 1 "04 May 2012" "wetboobs 0\&.c"
.SH NAME
wetboobs
.SH SYNOPSIS
@ -31,11 +31,7 @@ Get forecasts for specified city. Use the 'cities' command to find them.
.br
Get history of a specific gauge (use 'rivers' to find them).
.TP
\fBgauges\fR
.br
rivers [PATTERN]
.br
\fBgauges\fR [\fIPATTERN\fR]
.br
List all rivers. If PATTERN is specified, search on a pattern.
.TP
@ -52,21 +48,23 @@ Select used backends.
.br
ACTION is one of the following (default: list):
.br
* enable enable given backends
* enable enable given backends
.br
* disable disable given backends
* disable disable given backends
.br
* only enable given backends and disable the others
* only enable given backends and disable the others
.br
* list display enabled and available backends
* list list backends
.br
* add add a backend
* add add a backend
.br
* register register a new account on a website
* register register a new account on a website
.br
* edit edit a backend
* edit edit a backend
.br
* remove remove a backend
* remove remove a backend
.br
* list\-modules list modules
.TP
\fBcd\fR [\fIPATH\fR]
.br
@ -144,9 +142,11 @@ Availables: debug, info, warning, error.
.br
* default is an alias for warning
.TP
\fBls\fR
\fBls\fR [\fIPATH\fR]
.br
List objects in current path.
.br
If an argument is given, list the specified path.
.TP
\fBquit\fR
.br