Weboob 0.b released

This commit is contained in:
Romain Bignon 2012-03-14 22:04:57 +01:00
commit f119e2e584
31 changed files with 817 additions and 206 deletions

View file

@ -1,4 +1,4 @@
.TH BOOBANK 1 "05 February 2012" "boobank 0\&.a"
.TH BOOBANK 1 "14 March 2012" "boobank 0\&.b"
.SH NAME
boobank
.SH SYNOPSIS
@ -14,25 +14,25 @@ boobank
Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available).
.SS Supported websites:
* bnporc (BNP Paribas french bank' website)
* bnporc (BNP Paribas French bank website)
.br
* boursorama (Boursorama french bank's website)
* boursorama (Boursorama French bank website)
.br
* bp (La banque postale, French bank)
* bp (La Banque Postale French bank website)
.br
* cmb (Credit Mutuel de Bretagne)
* cmb (Crédit Mutuel de Bretagne French bank website)
.br
* cragr (Credit Agricole french bank's website)
* cragr (Crédit Agricole French bank website)
.br
* creditmutuel (Crédit Mutuel french bank)
* creditmutuel (Crédit Mutuel French bank website)
.br
* hsbc (HSBC bank' website)
* hsbc (HSBC France bank website)
.br
* ing (ING french bank' website)
* ing (ING Direct French bank website)
.br
* lcl (Le Credit Lyonnais crappy french bank)
* lcl (Le Crédit Lyonnais French bank website)
.br
* societegenerale (Société Générale french bank' website)
* societegenerale (Société Générale French bank website)
.SH BOOBANK COMMANDS
.TP
\fBcoming\fR \fIID\fR
@ -94,7 +94,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -226,7 +228,7 @@ 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, qif,
select output formatter (account_list, csv, htmltable, multiline, ops_list, qif,
recipient_list, simple, table, transfer, webkit)
.TP
\fB\-\-no\-header\fR
@ -245,7 +247,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Boobank
Home page: http://weboob.org/applications/boobank

View file

@ -1,4 +1,4 @@
.TH BOOBATHON 1 "05 February 2012" "boobathon 0\&.a"
.TH BOOBATHON 1 "14 March 2012" "boobathon 0\&.b"
.SH NAME
boobathon
.SH SYNOPSIS
@ -14,9 +14,9 @@ boobathon
Console application to participate to a Boobathon.
.SS Supported websites:
* dlfp (Da Linux French Page)
* dlfp (Da Linux French Page news website)
.br
* mediawiki (Mediawiki wiki software application)
* mediawiki (Wikis running MediaWiki, like Wikipedia)
.br
* redmine (The Redmine project management web application)
.SH BOOBATHON COMMANDS
@ -55,7 +55,7 @@ Leave this event.
.TP
\fBmembers\fR
.br
Display members informations.
Display members information.
.TP
\fBprogress\fR
.br
@ -104,7 +104,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -254,7 +256,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Boobathon
Home page: http://weboob.org/applications/boobathon

233
man/boobill.1 Normal file
View file

@ -0,0 +1,233 @@
.TH BOOBILL 1 "14 March 2012" "boobill 0\&.b"
.SH NAME
boobill
.SH SYNOPSIS
.B boobill
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]]
.br
.B boobill
[\-\-help] [\-\-version]
.SH DESCRIPTION
.LP
Console application allowing to get and download bills.
.SS Supported websites:
* freemobile (Free Mobile website)
.SH BOOBILL COMMANDS
.TP
\fBbills\fR \fII\fRd
.br
Get the list of bills documents for subscription
.br
id is the identifier of the backend
.TP
\fBdetails\fR \fII\fRd
.br
Get details of a subscription.
.TP
\fBdownload\fR \fII\fRd [\fIFILENAME\fR]
.br
download the bill
.br
id is the identifier of the bill (hint: try bills command)
.br
FILENAME is where to write the file. If FILENAME is '\-',
.br
the file is written to stdout.
.TP
\fBhistory\fR \fII\fRd
.br
Get the history of a subscription.
.TP
\fBsubscriptions\fR
.br
List subscriptions
.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 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
\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
.br
List objects in current 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, subscriptions,
table, webkit)
.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 Florent Fourcot
.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/boobill

View file

@ -1,4 +1,4 @@
.TH BOOBMSG 1 "05 February 2012" "boobmsg 0\&.a"
.TH BOOBMSG 1 "14 March 2012" "boobmsg 0\&.b"
.SH NAME
boobmsg
.SH SYNOPSIS
@ -14,31 +14,33 @@ boobmsg
Console application allowing to send messages on various websites and to display message threads and contents.
.SS Supported websites:
* aum (“Adopte un mec” french dating website)
* aum ("Adopte un Mec" French dating website)
.br
* bouygues (Bouygues french mobile phone provider)
* bouygues (Bouygues Télécom French mobile phone provider)
.br
* dlfp (Da Linux French Page)
* dlfp (Da Linux French Page news website)
.br
* ecrans (Ecrans French news website)
* ecrans (Écrans French news website)
.br
* fourchan (4chan website)
* fourchan (4chan image board)
.br
* hds (histoires\-de\-sexe.net french erotic novels)
* hds (Histoires de Sexe French erotic novels)
.br
* inrocks (Inrock French news website)
* inrocks (Les Inrocks French news website)
.br
* lefigaro (Lefigaro French news website)
* lefigaro (Le Figaro French newspaper website)
.br
* minutes20 (20minutes French news website)
* minutes20 (2 Minutes French newspaper website)
.br
* newsfeed (Loads RSS and Atom feeds from any website)
.br
* orange (Orange french mobile phone provider)
* orange (Orange French mobile phone provider)
.br
* phpbb (phpBB forum)
.br
* sfr (SFR french mobile phone provider)
* presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.SH BOOBMSG COMMANDS
.TP
\fBexport_all\fR
@ -100,7 +102,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -259,7 +263,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Boobmsg
Home page: http://weboob.org/applications/boobmsg

204
man/boobooks.1 Normal file
View file

@ -0,0 +1,204 @@
.TH BOOBOOKS 1 "14 March 2012" "boobooks 0\&.b"
.SH NAME
boobooks
.SH SYNOPSIS
.B boobooks
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]]
.br
.B boobooks
[\-\-help] [\-\-version]
.SH DESCRIPTION
.LP
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:
* opacwebaloes (Aloes Library software)
.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 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
\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
.br
List objects in current 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, rented_list, simple, table,
webkit)
.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 Jeremy Monnet
.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/boobooks

View file

@ -1,4 +1,4 @@
.TH BOOBTRACKER 1 "05 February 2012" "boobtracker 0\&.a"
.TH BOOBTRACKER 1 "14 March 2012" "boobtracker 0\&.b"
.SH NAME
boobtracker
.SH SYNOPSIS
@ -120,7 +120,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -285,7 +287,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Boobtracker
Home page: http://weboob.org/applications/boobtracker

View file

@ -1,4 +1,4 @@
.TH FLATBOOB 1 "03 March 2012" "flatboob 0\&.b"
.TH FLATBOOB 1 "14 March 2012" "flatboob 0\&.b"
.SH NAME
flatboob
.SH SYNOPSIS
@ -52,7 +52,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -203,7 +205,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/applications/flatboob

View file

@ -1,4 +1,4 @@
.TH GALLEROOB 1 "05 February 2012" "galleroob 0\&.a"
.TH GALLEROOB 1 "14 March 2012" "galleroob 0\&.b"
.SH NAME
galleroob
.SH SYNOPSIS
@ -14,23 +14,21 @@ galleroob
galleroob browses and downloads web image galleries
.SS Supported websites:
* batoto (Batoto manga reading site)
* batoto (Batoto manga reading website)
.br
* eatmanga (Eatmanga manga reading site)
* eatmanga (EatManga manga reading website)
.br
* ehentai (E\-hentai galleries)
* ehentai (E\-Hentai galleries)
.br
* izneo (Izneo)
* izneo (Izneo digital comics)
.br
* mangafox (Mangafox manga reading site)
* mangafox (Manga Fox manga reading website)
.br
* mangahere (Mangahere manga reading site)
* mangahere (Manga Here manga reading website)
.br
* mangareader (Mangareader manga reading site)
* mangareader (MangaReader manga reading website)
.br
* mangatoshokan (Mangatoshokan manga reading site)
.br
* simplyreadit (Simplyreadit manga reading site)
* simplyreadit (SimplyReadIt manga reading website)
.SH GALLEROOB COMMANDS
.TP
\fBdownload\fR \fIID\fR [\fIFIRST\fR [\fIFOLDER\fR]]
@ -82,7 +80,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -233,7 +233,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Galleroob
Home page: http://weboob.org/applications/galleroob

View file

@ -1,4 +1,4 @@
.TH GEOLOOC 1 "05 February 2012" "geolooc 0\&.a"
.TH GEOLOOC 1 "14 March 2012" "geolooc 0\&.b"
.SH NAME
geolooc
.SH SYNOPSIS
@ -14,9 +14,9 @@ geolooc
Console application allowing to geolocalize IP addresses.
.SS Supported websites:
* geolocip (IP Addresses geolocalisation with the site www.geolocip.com)
* geolocip (GeolocIP IP addresses geolocation service)
.br
* ipinfodb (IP Addresses geolocalisation with the site ipinfodb.com)
* ipinfodb (IPInfoDB IP addresses geolocation service)
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -47,7 +47,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -197,7 +199,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Geolooc
Home page: http://weboob.org/applications/geolooc

View file

@ -1,4 +1,4 @@
.TH HAVEDATE 1 "03 March 2012" "havedate 0\&.b"
.TH HAVEDATE 1 "14 March 2012" "havedate 0\&.b"
.SH NAME
havedate
.SH SYNOPSIS
@ -74,7 +74,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -225,7 +227,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/applications/havedate

View file

@ -1,4 +1,4 @@
.TH MASSTRANSIT 1 "05 February 2012" "masstransit 0\&.a"
.TH MASSTRANSIT 1 "14 March 2012" "masstransit 0\&.b"
.SH NAME
masstransit
.SH SYNOPSIS
@ -43,7 +43,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Masstransit
Home page: http://weboob.org/applications/masstransit

View file

@ -1,4 +1,4 @@
.TH MONBOOB 1 "05 February 2012" "monboob 0\&.a"
.TH MONBOOB 1 "14 March 2012" "monboob 0\&.b"
.SH NAME
monboob
.SH SYNOPSIS
@ -14,31 +14,33 @@ monboob
Daemon allowing to regularly check for new messages on various websites, and send an email for each message, and post a reply to a message on a website.
.SS Supported websites:
* aum (“Adopte un mec” french dating website)
* aum ("Adopte un Mec" French dating website)
.br
* bouygues (Bouygues french mobile phone provider)
* bouygues (Bouygues Télécom French mobile phone provider)
.br
* dlfp (Da Linux French Page)
* dlfp (Da Linux French Page news website)
.br
* ecrans (Ecrans French news website)
* ecrans (Écrans French news website)
.br
* fourchan (4chan website)
* fourchan (4chan image board)
.br
* hds (histoires\-de\-sexe.net french erotic novels)
* hds (Histoires de Sexe French erotic novels)
.br
* inrocks (Inrock French news website)
* inrocks (Les Inrocks French news website)
.br
* lefigaro (Lefigaro French news website)
* lefigaro (Le Figaro French newspaper website)
.br
* minutes20 (20minutes French news website)
* minutes20 (2 Minutes French newspaper website)
.br
* newsfeed (Loads RSS and Atom feeds from any website)
.br
* orange (Orange french mobile phone provider)
* orange (Orange French mobile phone provider)
.br
* phpbb (phpBB forum)
.br
* sfr (SFR french mobile phone provider)
* presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.SH MONBOOB COMMANDS
.TP
\fBpost\fR
@ -114,9 +116,9 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
"~/.weboob/monboob"
"~/.config/weboob/monboob"
.SH SEE ALSO
Home page: http://weboob.org/Monboob
Home page: http://weboob.org/applications/monboob

View file

@ -1,4 +1,4 @@
.TH PASTOOB 1 "05 February 2012" "pastoob 0\&.a"
.TH PASTOOB 1 "14 March 2012" "pastoob 0\&.b"
.SH NAME
pastoob
.SH SYNOPSIS
@ -14,9 +14,9 @@ pastoob
Console application allowing to post and get pastes from pastebins.
.SS Supported websites:
* pastealacon (Paste a la con paste tool)
* pastealacon (Paste à la con text sharing tool)
.br
* pastebin (Pastebin paste tool)
* pastebin (Pastebin text sharing service)
.SH PASTOOB COMMANDS
.TP
\fBget\fR \fIID\fR
@ -58,7 +58,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -208,7 +210,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Pastoob
Home page: http://weboob.org/applications/pastoob

View file

@ -1,4 +1,4 @@
.TH QBOOBMSG 1 "05 February 2012" "qboobmsg 0\&.a"
.TH QBOOBMSG 1 "14 March 2012" "qboobmsg 0\&.b"
.SH NAME
qboobmsg
.SH SYNOPSIS
@ -14,31 +14,33 @@ qboobmsg
Qt application allowing to read messages on various websites and reply to them.
.SS Supported websites:
* aum (“Adopte un mec” french dating website)
* aum ("Adopte un Mec" French dating website)
.br
* bouygues (Bouygues french mobile phone provider)
* bouygues (Bouygues Télécom French mobile phone provider)
.br
* dlfp (Da Linux French Page)
* dlfp (Da Linux French Page news website)
.br
* ecrans (Ecrans French news website)
* ecrans (Écrans French news website)
.br
* fourchan (4chan website)
* fourchan (4chan image board)
.br
* hds (histoires\-de\-sexe.net french erotic novels)
* hds (Histoires de Sexe French erotic novels)
.br
* inrocks (Inrock French news website)
* inrocks (Les Inrocks French news website)
.br
* lefigaro (Lefigaro French news website)
* lefigaro (Le Figaro French newspaper website)
.br
* minutes20 (20minutes French news website)
* minutes20 (2 Minutes French newspaper website)
.br
* newsfeed (Loads RSS and Atom feeds from any website)
.br
* orange (Orange french mobile phone provider)
* orange (Orange French mobile phone provider)
.br
* phpbb (phpBB forum)
.br
* sfr (SFR french mobile phone provider)
* presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.SH OPTIONS
.TP
\fB\-\-version\fR
@ -74,7 +76,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Qboobmsg
Home page: http://weboob.org/applications/qboobmsg

View file

@ -1,4 +1,4 @@
.TH QFLATBOOB 1 "03 March 2012" "qflatboob 0\&.b"
.TH QFLATBOOB 1 "14 March 2012" "qflatboob 0\&.b"
.SH NAME
qflatboob
.SH SYNOPSIS
@ -52,9 +52,9 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
"~/.weboob/qflatboob"
"~/.config/weboob/qflatboob"
.SH SEE ALSO
Home page: http://weboob.org/applications/qflatboob

View file

@ -1,4 +1,4 @@
.TH QHAVEDATE 1 "03 March 2012" "qhavedate 0\&.b"
.TH QHAVEDATE 1 "14 March 2012" "qhavedate 0\&.b"
.SH NAME
qhavedate
.SH SYNOPSIS
@ -50,7 +50,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/applications/qhavedate

View file

@ -1,4 +1,4 @@
.TH QVIDEOOB 1 "05 February 2012" "qvideoob 0\&.a"
.TH QVIDEOOB 1 "14 March 2012" "qvideoob 0\&.b"
.SH NAME
qvideoob
.SH SYNOPSIS
@ -14,25 +14,27 @@ qvideoob
Qt application allowing to search videos on various websites and play them.
.SS Supported websites:
* arte (Arte french TV)
* arte (Arte French and German TV)
.br
* canalplus (Canal plus french TV)
* canalplus (Canal Plus French TV)
.br
* dailymotion (Dailymotion videos website)
* cappedtv (Capped.tv demoscene website)
.br
* francetelevisions (France Televisions video website)
* dailymotion (Dailymotion video streaming website)
.br
* ina (INA french video archives)
* francetelevisions (France Télévisions video website)
.br
* nolifetv (NolifeTV videos website)
* ina (INA French TV video archives)
.br
* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.))
* nolifetv (NolifeTV French video streaming website)
.br
* youjizz (Youjizz videos website)
* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv')
.br
* youporn (Youporn videos website)
* youjizz (YouJizz pornographic video streaming website)
.br
* youtube (Youtube videos website)
* youporn (YouPorn pornographic video streaming website)
.br
* youtube (YouTube video streaming website)
.SH OPTIONS
.TP
\fB\-\-version\fR
@ -68,9 +70,9 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
"~/.weboob/qvideoob"
"~/.config/weboob/qvideoob"
.SH SEE ALSO
Home page: http://weboob.org/Qvideoob
Home page: http://weboob.org/applications/qvideoob

View file

@ -1,4 +1,4 @@
.TH QWEBCONTENTEDIT 1 "05 February 2012" "qwebcontentedit 0\&.a"
.TH QWEBCONTENTEDIT 1 "14 March 2012" "qwebcontentedit 0\&.b"
.SH NAME
qwebcontentedit
.SH SYNOPSIS
@ -14,9 +14,9 @@ qwebcontentedit
Qt application allowing to manage contents of various websites.
.SS Supported websites:
* dlfp (Da Linux French Page)
* dlfp (Da Linux French Page news website)
.br
* mediawiki (Mediawiki wiki software application)
* mediawiki (Wikis running MediaWiki, like Wikipedia)
.br
* redmine (The Redmine project management web application)
.SH OPTIONS
@ -54,7 +54,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Qwebcontentedit
Home page: http://weboob.org/applications/qwebcontentedit

View file

@ -1,4 +1,4 @@
.TH RADIOOB 1 "05 February 2012" "radioob 0\&.a"
.TH RADIOOB 1 "14 March 2012" "radioob 0\&.b"
.SH NAME
radioob
.SH SYNOPSIS
@ -14,11 +14,11 @@ radioob
Console application allowing to search for web radio stations, listen to them and get information like the current song.
.SS Supported websites:
* nova (Nova french radio)
* nova (Nova French radio)
.br
* ouifm (The Ouï FM french radio)
* ouifm (Ouï FM French radio)
.br
* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.))
* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv')
.SH RADIOOB COMMANDS
.TP
\fBinfo\fR \fIID\fR
@ -66,7 +66,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -217,7 +219,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Radioob
Home page: http://weboob.org/applications/radioob

View file

@ -1,4 +1,4 @@
.TH TRAVELOOB 1 "05 February 2012" "traveloob 0\&.a"
.TH TRAVELOOB 1 "14 March 2012" "traveloob 0\&.b"
.SH NAME
traveloob
.SH SYNOPSIS
@ -16,7 +16,7 @@ Console application allowing to search for train stations and get departure time
.SS Supported websites:
* canaltp (French trains)
.br
* transilien (Transports in Paris)
* transilien (Public transportation in the Paris area)
.SH TRAVELOOB COMMANDS
.TP
\fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR]
@ -78,7 +78,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -234,7 +236,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Traveloob
Home page: http://weboob.org/applications/traveloob

View file

@ -1,4 +1,4 @@
.TH VIDEOOB 1 "05 February 2012" "videoob 0\&.a"
.TH VIDEOOB 1 "14 March 2012" "videoob 0\&.b"
.SH NAME
videoob
.SH SYNOPSIS
@ -14,25 +14,27 @@ videoob
Console application allowing to search for videos on various websites, play and download them and get information.
.SS Supported websites:
* arte (Arte french TV)
* arte (Arte French and German TV)
.br
* canalplus (Canal plus french TV)
* canalplus (Canal Plus French TV)
.br
* dailymotion (Dailymotion videos website)
* cappedtv (Capped.tv demoscene website)
.br
* francetelevisions (France Televisions video website)
* dailymotion (Dailymotion video streaming website)
.br
* ina (INA french video archives)
* francetelevisions (France Télévisions video website)
.br
* nolifetv (NolifeTV videos website)
* ina (INA French TV video archives)
.br
* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.))
* nolifetv (NolifeTV French video streaming website)
.br
* youjizz (Youjizz videos website)
* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv')
.br
* youporn (Youporn videos website)
* youjizz (YouJizz pornographic video streaming website)
.br
* youtube (Youtube videos website)
* youporn (YouPorn pornographic video streaming website)
.br
* youtube (YouTube video streaming website)
.SH VIDEOOB COMMANDS
.TP
\fBdownload\fR \fIID\fR [\fIFILENAME\fR]
@ -92,7 +94,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -243,7 +247,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Videoob
Home page: http://weboob.org/applications/videoob

View file

@ -1,4 +1,4 @@
.TH WEBCONTENTEDIT 1 "05 February 2012" "webcontentedit 0\&.a"
.TH WEBCONTENTEDIT 1 "14 March 2012" "webcontentedit 0\&.b"
.SH NAME
webcontentedit
.SH SYNOPSIS
@ -14,9 +14,9 @@ webcontentedit
Console application allowing to display and edit contents on various websites.
.SS Supported websites:
* dlfp (Da Linux French Page)
* dlfp (Da Linux French Page news website)
.br
* mediawiki (Mediawiki wiki software application)
* mediawiki (Wikis running MediaWiki, like Wikipedia)
.br
* redmine (The Redmine project management web application)
.SH WEBCONTENTEDIT COMMANDS
@ -58,7 +58,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -208,7 +210,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Webcontentedit
Home page: http://weboob.org/applications/webcontentedit

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CLI 1 "05 February 2012" "weboob-cli 0\&.a"
.TH WEBOOB-CLI 1 "14 March 2012" "weboob-cli 0\&.b"
.SH NAME
weboob-cli
.SH SYNOPSIS
@ -13,8 +13,6 @@ weboob-cli
Weboob\-Cli is a console application to call a specific method on backends which implement the given capability.
.SS Supported websites:
.SH OPTIONS
.TP
@ -76,4 +74,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/applications/weboob-cli

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CONFIG-QT 1 "05 February 2012" "weboob-config-qt 0\&.a"
.TH WEBOOB-CONFIG-QT 1 "14 March 2012" "weboob-config-qt 0\&.b"
.SH NAME
weboob-config-qt
.SH SYNOPSIS
@ -48,7 +48,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Qweboobcfg
Home page: http://weboob.org/applications/qweboobcfg

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CONFIG 1 "05 February 2012" "weboob-config 0\&.a"
.TH WEBOOB-CONFIG 1 "14 March 2012" "weboob-config 0\&.b"
.SH NAME
weboob-config
.SH SYNOPSIS
@ -13,8 +13,6 @@ weboob-config
Weboob\-Config is a console application to add/edit/remove backends, and to register new website accounts.
.SS Supported websites:
.SH WEBOOB\-CONFIG COMMANDS
.TP
\fBadd\fR \fINAME\fR [\fIOPTIONS\fR ...]
@ -161,4 +159,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/applications/weboob-config

View file

@ -1,4 +1,4 @@
.TH WEBOOB-DEBUG 1 "05 February 2012" "weboob-debug 0\&.a"
.TH WEBOOB-DEBUG 1 "14 March 2012" "weboob-debug 0\&.b"
.SH NAME
weboob-debug
.SH SYNOPSIS
@ -13,8 +13,6 @@ weboob-debug
Weboob\-Debug is a console application to debug backends.
.SS Supported websites:
.SH WEBOOBDEBUG COMMANDS
.TP
\fBshell\fR \fIBACKEND\fR
@ -50,7 +48,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -200,7 +200,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Weboobdebug
Home page: http://weboob.org/applications/weboobdebug

View file

@ -1,4 +1,4 @@
.TH WEBOOB-REPOS 1 "05 February 2012" "weboob-repos 0\&.a"
.TH WEBOOB-REPOS 1 "14 March 2012" "weboob-repos 0\&.b"
.SH NAME
weboob-repos
.SH SYNOPSIS
@ -13,8 +13,6 @@ weboob-repos
Weboob\-repos is a console application to manage a Weboob Repository.
.SS Supported websites:
.SH WEBOOB\-REPOS COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -117,4 +115,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/applications/weboob-repos

View file

@ -1,4 +1,4 @@
.TH WEBOORRENTS 1 "05 February 2012" "weboorrents 0\&.a"
.TH WEBOORRENTS 1 "14 March 2012" "weboorrents 0\&.b"
.SH NAME
weboorrents
.SH SYNOPSIS
@ -14,13 +14,13 @@ weboorrents
Console application allowing to search for torrents on various trackers and download .torrent files.
.SS Supported websites:
* gazelle (gazelle bittorrent tracker)
* gazelle (Gazelle\-based BitTorrent trackers)
.br
* isohunt (isohunt.com bittorrent tracker)
* isohunt (isoHunt BitTorrent tracker)
.br
* kickass (kickasstorrent.com bittorrent tracker)
* kickass (Kickass Torrents BitTorrent tracker)
.br
* piratebay (the pirate bay bittorrent tracker)
* piratebay (The Pirate Bay BitTorrent tracker)
.SH WEBOORRENTS COMMANDS
.TP
\fBgetfile\fR \fIID\fR [\fIFILENAME\fR]
@ -68,7 +68,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -219,7 +221,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Weboorrents
Home page: http://weboob.org/applications/weboorrents

View file

@ -1,4 +1,4 @@
.TH WETBOOBS 1 "05 February 2012" "wetboobs 0\&.a"
.TH WETBOOBS 1 "14 March 2012" "wetboobs 0\&.b"
.SH NAME
wetboobs
.SH SYNOPSIS
@ -13,27 +13,35 @@ wetboobs
Console application allowing to display weather and forecasts in your city.
.SS Supported websites:
* meteofrance (Get forecasts from the MeteoFrance website)
.br
* yahoo (Yahoo)
.SH WETBOOBS COMMANDS
.TP
\fBcities\fR \fIPATTERN\fR
.br
Search cities.
.TP
\fBcurrent\fR \fICITY_ID\fR
.br
Get current weather for specified city. Use the 'search' command to find
.br
its ID.
Get current weather for specified city. Use the 'cities' command to find them.
.TP
\fBforecasts\fR \fICITY_ID\fR
.br
Get forecasts for specified city. Use the 'search' command to find
.br
its ID.
Get forecasts for specified city. Use the 'cities' command to find them.
.TP
\fBsearch\fR \fIPATTERN\fR
\fBgauge\fR \fIGAUGE_ID\fR
.br
Search cities.
Get history of a specific gauge (use 'rivers' to find them).
.TP
\fBgauges\fR
.br
rivers [PATTERN]
.br
.br
List all rivers. If PATTERN is specified, search on a pattern.
.TP
\fBlast_gauge_measure\fR \fIGAUGE_ID\fR
.br
Get last measure of a gauge (use 'rivers' to find them).
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -64,7 +72,9 @@ ACTION is one of the following (default: list):
.br
Follow a path.
.br
If empty, return home.
".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
@ -215,7 +225,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP
.RE
.SH FILES
"~/.weboob/backends"
"~/.config/weboob/backends"
.SH SEE ALSO
Home page: http://weboob.org/Wetboobs
Home page: http://weboob.org/applications/wetboobs