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

125
ChangeLog
View file

@ -1,3 +1,128 @@
Weboob 0.b (2012-03-14)
General
* New capability: CapBill.
* New capability: CapBook.
* New capability: CapHousing.
* New capability: CapWaterLevel.
* New module: CappedTV (CapVideo).
* New module: FreeMobile (CapBill).
* New module: OpacWebAloes (CapBook).
* New module: Pap (CapHousing).
* New module: PressEurop (CapMessages).
* New module: Sachsen (CapWaterLevel).
* New module: SeLoger (CapHousing).
* New application: boobill (CapBill).
* New application: boobooks (CapBook).
* New application: flatoob (CapHousing).
* New application: QFlatBoob (CapHousing).
* New contrib script: freemobile-munin.
* Rename application: havesex -> havedate.
* Rename application: QHaveSex -> QHaveDate.
* Remove module: MangaToShokan (website is dead).
Console applications:
* Improvements of 'ls' and 'cd' commands.
* Fix: crash when trying to add twice a same module.
Module: Boursorama
* Fix: IDs of operations.
Module: BNPorc
* Parse categories.
* Parse account types.
* Fix: getting history of secondary accounts.
Module: BP
* Store transactions dates as datetime.date objects.
* Fix: parsing of accounts in particular cases.
Module: CanalPlus
* Friendlier paths in canalplus.
Module: CMB
* Add type and label support to CMB backend.
Module: CrAgr
* Now handle history-less accounts, at least for Toulouse-like layouts.
* Transaction objects are now created using datetime.date (#800).
* Fix: balance retrieval for history-less accounts (#788).
Module: CreditMutuel
* Store Transaction.date as a datetime.date object.
* Support loan history.
* Parse type of transactions.
* Fix: lot of bugs.
Module: DLFP
* Parse a comment only if needed (performances enhancement).
* Get comments only in case of rss-comments changes.
Module: Ecrans
* Store only last 20 articles.
Module: HSBC
* Display only real accounts.
Module: ING
* The account listing is now more robust.
* Parse types of transactions.
Module: Kickass
* Fix: search was broken.
Module: Mangafox
* Fix: crash on Comments page.
Module: NolifeTV
* Support authentication.
* Fix: parsing of videos with missing description.
Module: OuiFM
* Fix: error when no artist/title.
Module: Pastebin
* Fix: getting pastebin paste visiblity.
Module: Piratebay
* Support magnets properly.
Module: RadioFrance
* Support replay.
* Use a better source for FIP.
* Fix: fetching FIP current.
Module: SocieteGenerale
* Check if login is failed.
Module: Youtube
* Fix: crash when there is no author.
Application: boobank
* Display types of transactions.
* Add formatter 'transactions'.
Application: chatoob
* Removed because unused.
Application: videoob-webserver
* Moved to contrib/.
Application: weboob-config
* Fix: command 'list' can filter by capability (#786).
Application: weboorrents
* Support magnet URLs.
Application: wetboobs
* Now supports CapWaterLevel in addition to CapWeather.
Core:
* Big refactoring of CapCollection.
* Use libyaml for faster loading and saving.
* Sign modules.list.
* Support gzipped responses in Browser.
* Fix: retrieving third icons if module is local.
Weboob 0.a (2012-02-05) Weboob 0.a (2012-02-05)
General General
* New backend: Boursorama (CapBank). * New backend: Boursorama (CapBank).

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 .SH NAME
boobank boobank
.SH SYNOPSIS .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). 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: .SS Supported websites:
* bnporc (BNP Paribas french bank' website) * bnporc (BNP Paribas French bank website)
.br .br
* boursorama (Boursorama french bank's website) * boursorama (Boursorama French bank website)
.br .br
* bp (La banque postale, French bank) * bp (La Banque Postale French bank website)
.br .br
* cmb (Credit Mutuel de Bretagne) * cmb (Crédit Mutuel de Bretagne French bank website)
.br .br
* cragr (Credit Agricole french bank's website) * cragr (Crédit Agricole French bank website)
.br .br
* creditmutuel (Crédit Mutuel french bank) * creditmutuel (Crédit Mutuel French bank website)
.br .br
* hsbc (HSBC bank' website) * hsbc (HSBC France bank website)
.br .br
* ing (ING french bank' website) * ing (ING Direct French bank website)
.br .br
* lcl (Le Credit Lyonnais crappy french bank) * lcl (Le Crédit Lyonnais French bank website)
.br .br
* societegenerale (Société Générale french bank' website) * societegenerale (Société Générale French bank website)
.SH BOOBANK COMMANDS .SH BOOBANK COMMANDS
.TP .TP
\fBcoming\fR \fIID\fR \fBcoming\fR \fIID\fR
@ -94,7 +94,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -226,7 +228,7 @@ select result item keys to display (comma separated)
.SH FORMATTING OPTIONS .SH FORMATTING OPTIONS
.TP .TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR \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) recipient_list, simple, table, transfer, webkit)
.TP .TP
\fB\-\-no\-header\fR \fB\-\-no\-header\fR
@ -245,7 +247,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
boobathon boobathon
.SH SYNOPSIS .SH SYNOPSIS
@ -14,9 +14,9 @@ boobathon
Console application to participate to a Boobathon. Console application to participate to a Boobathon.
.SS Supported websites: .SS Supported websites:
* dlfp (Da Linux French Page) * dlfp (Da Linux French Page news website)
.br .br
* mediawiki (Mediawiki wiki software application) * mediawiki (Wikis running MediaWiki, like Wikipedia)
.br .br
* redmine (The Redmine project management web application) * redmine (The Redmine project management web application)
.SH BOOBATHON COMMANDS .SH BOOBATHON COMMANDS
@ -55,7 +55,7 @@ Leave this event.
.TP .TP
\fBmembers\fR \fBmembers\fR
.br .br
Display members informations. Display members information.
.TP .TP
\fBprogress\fR \fBprogress\fR
.br .br
@ -104,7 +104,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -254,7 +256,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
boobmsg boobmsg
.SH SYNOPSIS .SH SYNOPSIS
@ -14,31 +14,33 @@ boobmsg
Console application allowing to send messages on various websites and to display message threads and contents. Console application allowing to send messages on various websites and to display message threads and contents.
.SS Supported websites: .SS Supported websites:
* aum (“Adopte un mec” french dating website) * aum ("Adopte un Mec" French dating website)
.br .br
* bouygues (Bouygues french mobile phone provider) * bouygues (Bouygues Télécom French mobile phone provider)
.br .br
* dlfp (Da Linux French Page) * dlfp (Da Linux French Page news website)
.br .br
* ecrans (Ecrans French news website) * ecrans (Écrans French news website)
.br .br
* fourchan (4chan website) * fourchan (4chan image board)
.br .br
* hds (histoires\-de\-sexe.net french erotic novels) * hds (Histoires de Sexe French erotic novels)
.br .br
* inrocks (Inrock French news website) * inrocks (Les Inrocks French news website)
.br .br
* lefigaro (Lefigaro French news website) * lefigaro (Le Figaro French newspaper website)
.br .br
* minutes20 (20minutes French news website) * minutes20 (2 Minutes French newspaper website)
.br .br
* newsfeed (Loads RSS and Atom feeds from any website) * newsfeed (Loads RSS and Atom feeds from any website)
.br .br
* orange (Orange french mobile phone provider) * orange (Orange French mobile phone provider)
.br .br
* phpbb (phpBB forum) * phpbb (phpBB forum)
.br .br
* sfr (SFR french mobile phone provider) * presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.SH BOOBMSG COMMANDS .SH BOOBMSG COMMANDS
.TP .TP
\fBexport_all\fR \fBexport_all\fR
@ -100,7 +102,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -259,7 +263,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
boobtracker boobtracker
.SH SYNOPSIS .SH SYNOPSIS
@ -120,7 +120,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -285,7 +287,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
flatboob flatboob
.SH SYNOPSIS .SH SYNOPSIS
@ -52,7 +52,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -203,7 +205,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .SH SEE ALSO
Home page: http://weboob.org/applications/flatboob 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 .SH NAME
galleroob galleroob
.SH SYNOPSIS .SH SYNOPSIS
@ -14,23 +14,21 @@ galleroob
galleroob browses and downloads web image galleries galleroob browses and downloads web image galleries
.SS Supported websites: .SS Supported websites:
* batoto (Batoto manga reading site) * batoto (Batoto manga reading website)
.br .br
* eatmanga (Eatmanga manga reading site) * eatmanga (EatManga manga reading website)
.br .br
* ehentai (E\-hentai galleries) * ehentai (E\-Hentai galleries)
.br .br
* izneo (Izneo) * izneo (Izneo digital comics)
.br .br
* mangafox (Mangafox manga reading site) * mangafox (Manga Fox manga reading website)
.br .br
* mangahere (Mangahere manga reading site) * mangahere (Manga Here manga reading website)
.br .br
* mangareader (Mangareader manga reading site) * mangareader (MangaReader manga reading website)
.br .br
* mangatoshokan (Mangatoshokan manga reading site) * simplyreadit (SimplyReadIt manga reading website)
.br
* simplyreadit (Simplyreadit manga reading site)
.SH GALLEROOB COMMANDS .SH GALLEROOB COMMANDS
.TP .TP
\fBdownload\fR \fIID\fR [\fIFIRST\fR [\fIFOLDER\fR]] \fBdownload\fR \fIID\fR [\fIFIRST\fR [\fIFOLDER\fR]]
@ -82,7 +80,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -233,7 +233,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
geolooc geolooc
.SH SYNOPSIS .SH SYNOPSIS
@ -14,9 +14,9 @@ geolooc
Console application allowing to geolocalize IP addresses. Console application allowing to geolocalize IP addresses.
.SS Supported websites: .SS Supported websites:
* geolocip (IP Addresses geolocalisation with the site www.geolocip.com) * geolocip (GeolocIP IP addresses geolocation service)
.br .br
* ipinfodb (IP Addresses geolocalisation with the site ipinfodb.com) * ipinfodb (IPInfoDB IP addresses geolocation service)
.SH WEBOOB COMMANDS .SH WEBOOB COMMANDS
.TP .TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -47,7 +47,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -197,7 +199,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
havedate havedate
.SH SYNOPSIS .SH SYNOPSIS
@ -74,7 +74,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -225,7 +227,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .SH SEE ALSO
Home page: http://weboob.org/applications/havedate 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 .SH NAME
masstransit masstransit
.SH SYNOPSIS .SH SYNOPSIS
@ -43,7 +43,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
monboob monboob
.SH SYNOPSIS .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. 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: .SS Supported websites:
* aum (“Adopte un mec” french dating website) * aum ("Adopte un Mec" French dating website)
.br .br
* bouygues (Bouygues french mobile phone provider) * bouygues (Bouygues Télécom French mobile phone provider)
.br .br
* dlfp (Da Linux French Page) * dlfp (Da Linux French Page news website)
.br .br
* ecrans (Ecrans French news website) * ecrans (Écrans French news website)
.br .br
* fourchan (4chan website) * fourchan (4chan image board)
.br .br
* hds (histoires\-de\-sexe.net french erotic novels) * hds (Histoires de Sexe French erotic novels)
.br .br
* inrocks (Inrock French news website) * inrocks (Les Inrocks French news website)
.br .br
* lefigaro (Lefigaro French news website) * lefigaro (Le Figaro French newspaper website)
.br .br
* minutes20 (20minutes French news website) * minutes20 (2 Minutes French newspaper website)
.br .br
* newsfeed (Loads RSS and Atom feeds from any website) * newsfeed (Loads RSS and Atom feeds from any website)
.br .br
* orange (Orange french mobile phone provider) * orange (Orange French mobile phone provider)
.br .br
* phpbb (phpBB forum) * phpbb (phpBB forum)
.br .br
* sfr (SFR french mobile phone provider) * presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.SH MONBOOB COMMANDS .SH MONBOOB COMMANDS
.TP .TP
\fBpost\fR \fBpost\fR
@ -114,9 +116,9 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
"~/.weboob/monboob" "~/.config/weboob/monboob"
.SH SEE ALSO .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 .SH NAME
pastoob pastoob
.SH SYNOPSIS .SH SYNOPSIS
@ -14,9 +14,9 @@ pastoob
Console application allowing to post and get pastes from pastebins. Console application allowing to post and get pastes from pastebins.
.SS Supported websites: .SS Supported websites:
* pastealacon (Paste a la con paste tool) * pastealacon (Paste à la con text sharing tool)
.br .br
* pastebin (Pastebin paste tool) * pastebin (Pastebin text sharing service)
.SH PASTOOB COMMANDS .SH PASTOOB COMMANDS
.TP .TP
\fBget\fR \fIID\fR \fBget\fR \fIID\fR
@ -58,7 +58,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -208,7 +210,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
qboobmsg qboobmsg
.SH SYNOPSIS .SH SYNOPSIS
@ -14,31 +14,33 @@ qboobmsg
Qt application allowing to read messages on various websites and reply to them. Qt application allowing to read messages on various websites and reply to them.
.SS Supported websites: .SS Supported websites:
* aum (“Adopte un mec” french dating website) * aum ("Adopte un Mec" French dating website)
.br .br
* bouygues (Bouygues french mobile phone provider) * bouygues (Bouygues Télécom French mobile phone provider)
.br .br
* dlfp (Da Linux French Page) * dlfp (Da Linux French Page news website)
.br .br
* ecrans (Ecrans French news website) * ecrans (Écrans French news website)
.br .br
* fourchan (4chan website) * fourchan (4chan image board)
.br .br
* hds (histoires\-de\-sexe.net french erotic novels) * hds (Histoires de Sexe French erotic novels)
.br .br
* inrocks (Inrock French news website) * inrocks (Les Inrocks French news website)
.br .br
* lefigaro (Lefigaro French news website) * lefigaro (Le Figaro French newspaper website)
.br .br
* minutes20 (20minutes French news website) * minutes20 (2 Minutes French newspaper website)
.br .br
* newsfeed (Loads RSS and Atom feeds from any website) * newsfeed (Loads RSS and Atom feeds from any website)
.br .br
* orange (Orange french mobile phone provider) * orange (Orange French mobile phone provider)
.br .br
* phpbb (phpBB forum) * phpbb (phpBB forum)
.br .br
* sfr (SFR french mobile phone provider) * presseurop (Presseurop website)
.br
* sfr (SFR French mobile phone provider)
.SH OPTIONS .SH OPTIONS
.TP .TP
\fB\-\-version\fR \fB\-\-version\fR
@ -74,7 +76,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
qflatboob qflatboob
.SH SYNOPSIS .SH SYNOPSIS
@ -52,9 +52,9 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
"~/.weboob/qflatboob" "~/.config/weboob/qflatboob"
.SH SEE ALSO .SH SEE ALSO
Home page: http://weboob.org/applications/qflatboob 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 .SH NAME
qhavedate qhavedate
.SH SYNOPSIS .SH SYNOPSIS
@ -50,7 +50,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .SH SEE ALSO
Home page: http://weboob.org/applications/qhavedate 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 .SH NAME
qvideoob qvideoob
.SH SYNOPSIS .SH SYNOPSIS
@ -14,25 +14,27 @@ qvideoob
Qt application allowing to search videos on various websites and play them. Qt application allowing to search videos on various websites and play them.
.SS Supported websites: .SS Supported websites:
* arte (Arte french TV) * arte (Arte French and German TV)
.br .br
* canalplus (Canal plus french TV) * canalplus (Canal Plus French TV)
.br .br
* dailymotion (Dailymotion videos website) * cappedtv (Capped.tv demoscene website)
.br .br
* francetelevisions (France Televisions video website) * dailymotion (Dailymotion video streaming website)
.br .br
* ina (INA french video archives) * francetelevisions (France Télévisions video website)
.br .br
* nolifetv (NolifeTV videos website) * ina (INA French TV video archives)
.br .br
* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.)) * nolifetv (NolifeTV French video streaming website)
.br .br
* youjizz (Youjizz videos website) * radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv')
.br .br
* youporn (Youporn videos website) * youjizz (YouJizz pornographic video streaming website)
.br .br
* youtube (Youtube videos website) * youporn (YouPorn pornographic video streaming website)
.br
* youtube (YouTube video streaming website)
.SH OPTIONS .SH OPTIONS
.TP .TP
\fB\-\-version\fR \fB\-\-version\fR
@ -68,9 +70,9 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
"~/.weboob/qvideoob" "~/.config/weboob/qvideoob"
.SH SEE ALSO .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 .SH NAME
qwebcontentedit qwebcontentedit
.SH SYNOPSIS .SH SYNOPSIS
@ -14,9 +14,9 @@ qwebcontentedit
Qt application allowing to manage contents of various websites. Qt application allowing to manage contents of various websites.
.SS Supported websites: .SS Supported websites:
* dlfp (Da Linux French Page) * dlfp (Da Linux French Page news website)
.br .br
* mediawiki (Mediawiki wiki software application) * mediawiki (Wikis running MediaWiki, like Wikipedia)
.br .br
* redmine (The Redmine project management web application) * redmine (The Redmine project management web application)
.SH OPTIONS .SH OPTIONS
@ -54,7 +54,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
radioob radioob
.SH SYNOPSIS .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. Console application allowing to search for web radio stations, listen to them and get information like the current song.
.SS Supported websites: .SS Supported websites:
* nova (Nova french radio) * nova (Nova French radio)
.br .br
* ouifm (The Ouï FM french radio) * ouifm (Ouï FM French radio)
.br .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 .SH RADIOOB COMMANDS
.TP .TP
\fBinfo\fR \fIID\fR \fBinfo\fR \fIID\fR
@ -66,7 +66,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -217,7 +219,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
traveloob traveloob
.SH SYNOPSIS .SH SYNOPSIS
@ -16,7 +16,7 @@ Console application allowing to search for train stations and get departure time
.SS Supported websites: .SS Supported websites:
* canaltp (French trains) * canaltp (French trains)
.br .br
* transilien (Transports in Paris) * transilien (Public transportation in the Paris area)
.SH TRAVELOOB COMMANDS .SH TRAVELOOB COMMANDS
.TP .TP
\fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR] \fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR]
@ -78,7 +78,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -234,7 +236,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
videoob videoob
.SH SYNOPSIS .SH SYNOPSIS
@ -14,25 +14,27 @@ videoob
Console application allowing to search for videos on various websites, play and download them and get information. Console application allowing to search for videos on various websites, play and download them and get information.
.SS Supported websites: .SS Supported websites:
* arte (Arte french TV) * arte (Arte French and German TV)
.br .br
* canalplus (Canal plus french TV) * canalplus (Canal Plus French TV)
.br .br
* dailymotion (Dailymotion videos website) * cappedtv (Capped.tv demoscene website)
.br .br
* francetelevisions (France Televisions video website) * dailymotion (Dailymotion video streaming website)
.br .br
* ina (INA french video archives) * francetelevisions (France Télévisions video website)
.br .br
* nolifetv (NolifeTV videos website) * ina (INA French TV video archives)
.br .br
* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.)) * nolifetv (NolifeTV French video streaming website)
.br .br
* youjizz (Youjizz videos website) * radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv')
.br .br
* youporn (Youporn videos website) * youjizz (YouJizz pornographic video streaming website)
.br .br
* youtube (Youtube videos website) * youporn (YouPorn pornographic video streaming website)
.br
* youtube (YouTube video streaming website)
.SH VIDEOOB COMMANDS .SH VIDEOOB COMMANDS
.TP .TP
\fBdownload\fR \fIID\fR [\fIFILENAME\fR] \fBdownload\fR \fIID\fR [\fIFILENAME\fR]
@ -92,7 +94,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -243,7 +247,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
webcontentedit webcontentedit
.SH SYNOPSIS .SH SYNOPSIS
@ -14,9 +14,9 @@ webcontentedit
Console application allowing to display and edit contents on various websites. Console application allowing to display and edit contents on various websites.
.SS Supported websites: .SS Supported websites:
* dlfp (Da Linux French Page) * dlfp (Da Linux French Page news website)
.br .br
* mediawiki (Mediawiki wiki software application) * mediawiki (Wikis running MediaWiki, like Wikipedia)
.br .br
* redmine (The Redmine project management web application) * redmine (The Redmine project management web application)
.SH WEBCONTENTEDIT COMMANDS .SH WEBCONTENTEDIT COMMANDS
@ -58,7 +58,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -208,7 +210,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
weboob-cli weboob-cli
.SH SYNOPSIS .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. Weboob\-Cli is a console application to call a specific method on backends which implement the given capability.
.SS Supported websites:
.SH OPTIONS .SH OPTIONS
.TP .TP
@ -76,4 +74,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .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 .SH NAME
weboob-config-qt weboob-config-qt
.SH SYNOPSIS .SH SYNOPSIS
@ -48,7 +48,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
weboob-config weboob-config
.SH SYNOPSIS .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. Weboob\-Config is a console application to add/edit/remove backends, and to register new website accounts.
.SS Supported websites:
.SH WEBOOB\-CONFIG COMMANDS .SH WEBOOB\-CONFIG COMMANDS
.TP .TP
\fBadd\fR \fINAME\fR [\fIOPTIONS\fR ...] \fBadd\fR \fINAME\fR [\fIOPTIONS\fR ...]
@ -161,4 +159,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .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 .SH NAME
weboob-debug weboob-debug
.SH SYNOPSIS .SH SYNOPSIS
@ -13,8 +13,6 @@ weboob-debug
Weboob\-Debug is a console application to debug backends. Weboob\-Debug is a console application to debug backends.
.SS Supported websites:
.SH WEBOOBDEBUG COMMANDS .SH WEBOOBDEBUG COMMANDS
.TP .TP
\fBshell\fR \fIBACKEND\fR \fBshell\fR \fIBACKEND\fR
@ -50,7 +48,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -200,7 +200,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
weboob-repos weboob-repos
.SH SYNOPSIS .SH SYNOPSIS
@ -13,8 +13,6 @@ weboob-repos
Weboob\-repos is a console application to manage a Weboob Repository. Weboob\-repos is a console application to manage a Weboob Repository.
.SS Supported websites:
.SH WEBOOB\-REPOS COMMANDS .SH WEBOOB\-REPOS COMMANDS
.TP .TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -117,4 +115,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .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 .SH NAME
weboorrents weboorrents
.SH SYNOPSIS .SH SYNOPSIS
@ -14,13 +14,13 @@ weboorrents
Console application allowing to search for torrents on various trackers and download .torrent files. Console application allowing to search for torrents on various trackers and download .torrent files.
.SS Supported websites: .SS Supported websites:
* gazelle (gazelle bittorrent tracker) * gazelle (Gazelle\-based BitTorrent trackers)
.br .br
* isohunt (isohunt.com bittorrent tracker) * isohunt (isoHunt BitTorrent tracker)
.br .br
* kickass (kickasstorrent.com bittorrent tracker) * kickass (Kickass Torrents BitTorrent tracker)
.br .br
* piratebay (the pirate bay bittorrent tracker) * piratebay (The Pirate Bay BitTorrent tracker)
.SH WEBOORRENTS COMMANDS .SH WEBOORRENTS COMMANDS
.TP .TP
\fBgetfile\fR \fIID\fR [\fIFILENAME\fR] \fBgetfile\fR \fIID\fR [\fIFILENAME\fR]
@ -68,7 +68,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -219,7 +221,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .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 .SH NAME
wetboobs wetboobs
.SH SYNOPSIS .SH SYNOPSIS
@ -13,27 +13,35 @@ wetboobs
Console application allowing to display weather and forecasts in your city. 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 .SH WETBOOBS COMMANDS
.TP .TP
\fBcities\fR \fIPATTERN\fR
.br
Search cities.
.TP
\fBcurrent\fR \fICITY_ID\fR \fBcurrent\fR \fICITY_ID\fR
.br .br
Get current weather for specified city. Use the 'search' command to find Get current weather for specified city. Use the 'cities' command to find them.
.br
its ID.
.TP .TP
\fBforecasts\fR \fICITY_ID\fR \fBforecasts\fR \fICITY_ID\fR
.br .br
Get forecasts for specified city. Use the 'search' command to find Get forecasts for specified city. Use the 'cities' command to find them.
.br
its ID.
.TP .TP
\fBsearch\fR \fIPATTERN\fR \fBgauge\fR \fIGAUGE_ID\fR
.br .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 .SH WEBOOB COMMANDS
.TP .TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -64,7 +72,9 @@ ACTION is one of the following (default: list):
.br .br
Follow a path. Follow a path.
.br .br
If empty, return home. ".." is a special case and goes up one directory.
.br
"" is a special case and goes home.
.TP .TP
\fBcondition\fR [\fIEXPRESSION\fR | off] \fBcondition\fR [\fIEXPRESSION\fR | off]
.br .br
@ -215,7 +225,7 @@ For full COPYRIGHT see COPYING file with weboob package.
.LP .LP
.RE .RE
.SH FILES .SH FILES
"~/.weboob/backends" "~/.config/weboob/backends"
.SH SEE ALSO .SH SEE ALSO
Home page: http://weboob.org/Wetboobs Home page: http://weboob.org/applications/wetboobs

View file

@ -193,7 +193,7 @@ if options.xdg:
setup( setup(
name='weboob', name='weboob',
version='0.b', version = '0.b',
description='Weboob, Web Out Of Browsers', description='Weboob, Web Out Of Browsers',
long_description=open('README').read(), long_description=open('README').read(),
author='Romain Bignon', author='Romain Bignon',