Weboob 0.c released
This commit is contained in:
parent
025fc6bfc4
commit
0286bdc320
32 changed files with 826 additions and 253 deletions
167
ChangeLog
167
ChangeLog
|
|
@ -1,3 +1,169 @@
|
|||
Weboob 0.c (2012-05-04)
|
||||
General
|
||||
* New capability: CapPriceComparison.
|
||||
* New capability: CapTranslate.
|
||||
* New module: ChampsLibres (CapBook).
|
||||
* New module: Fortuneo (CapBank).
|
||||
* New module: GoogleTranslate (CapTranslate).
|
||||
* New module: NettoKom (CapBill).
|
||||
* New module: Okc (CapDating).
|
||||
* New module: PrixCarburants (CapPriceComparison).
|
||||
* New module: Taz (CapMessages).
|
||||
* New module: WordReference (CapTranslate).
|
||||
* New application: comparoob (CapPriceComparison).
|
||||
* New application: translaboob (CapTranslate).
|
||||
* New script: boobot.
|
||||
* New script: nettokom-munin (Nettokom).
|
||||
* New script: report_accounts.sh (CapBank).
|
||||
* Application havedate now inherits commands of boobmsg.
|
||||
* Fix: use the right default value for XDG_DATA_DIRS.
|
||||
|
||||
Console Applications:
|
||||
* Add completion on 'ls' and 'cd' commands.
|
||||
* When a module requests to application a password (for example if it
|
||||
is not stored in the backend config), display a real question, not
|
||||
only 'Password:'.
|
||||
* Use $EDITOR env variable to edit input.
|
||||
* Rewrite of the formatters system.
|
||||
* When a bug occurs in a module, suggest user to update it.
|
||||
|
||||
Capability: CapBank
|
||||
* Rename Operation object to Transaction.
|
||||
* Rename iter_operations() to iter_coming().
|
||||
* Add a field Transaction.rdate to store date of payment.
|
||||
* Add field Transaction.type (enum).
|
||||
* Add field Account.type (enum).
|
||||
* Create a class FrenchTransaction in weboob.tools.capabilities.bank
|
||||
to help parsing transactions of french banks.
|
||||
* Use decimal.Decimal instead of float to store amounts of money.
|
||||
|
||||
Module: AuM
|
||||
* Fix: website has changed its charset.
|
||||
* Fix: don't crash when a message content is empty.
|
||||
* Fix: save IDs as integers in storage.
|
||||
|
||||
Module: Arte
|
||||
* Fix: getting latest videos.
|
||||
|
||||
Module: BNPorc
|
||||
* Support private messages (CapMessages).
|
||||
* Fetch the last 100 transactions (instead of 30).
|
||||
* Support CIF accounts.
|
||||
|
||||
Module: Boursorama
|
||||
* Parse categories and dates.
|
||||
* Ignore spurious accounts.
|
||||
* Fix: credit and debit where inversed.
|
||||
|
||||
Module: BP
|
||||
* Don't list spurious accounts.
|
||||
|
||||
Module: CrAgr
|
||||
* Fix: parsing dates.
|
||||
* Fix: CA Centre website has changed (#850).
|
||||
|
||||
Module: CreditMutuel
|
||||
* Capitalize each words in account labels.
|
||||
* Fix: parsing accounts list whene there is no history associated.
|
||||
* Fix: parsing history when there are extra columns.
|
||||
* Fix: use unique IDs for accounts.
|
||||
|
||||
Module: Dailymotion
|
||||
* Fix: getting latest videos.
|
||||
* Fix: getting thumbnails.
|
||||
* Fix: parsing video IDs.
|
||||
|
||||
Module: DLFP
|
||||
* Do not get pages with 0 comment.
|
||||
* Add a cleanup function to dlfp backend.
|
||||
|
||||
Module: FranceTelevisions
|
||||
* Fix: getting latest videos.
|
||||
|
||||
Module: FreeMobile
|
||||
* Fix: remove timer (not more used by website).
|
||||
* Fix: website has changed.
|
||||
* Fix: multiple accounts login.
|
||||
|
||||
Module: ING
|
||||
* Use FrenchTransaction for parsing transactions.
|
||||
* Get more historical transactions.
|
||||
* Catch error on password/birthday/login.
|
||||
* Fix: website changes on livret A history.
|
||||
|
||||
Module: LCL
|
||||
* Add a regexp on password field.
|
||||
* Fix: getting accounts.
|
||||
* Fix: crash when the balance is negative.
|
||||
* Fix: site specific fix.
|
||||
* Fix: parsing account labels.
|
||||
* Fix: always go on the history page.
|
||||
* Fix: when history is empty.
|
||||
* Fix: prevent infinite loop when password is wrong.
|
||||
|
||||
Module: MangaFox
|
||||
* Fix: domain name change.
|
||||
|
||||
Module: PressEurop
|
||||
* Fix: parsing of cartoon pages.
|
||||
* Fix: real author catching on article pages.
|
||||
|
||||
Module: RadioFrance
|
||||
* Fix: crash when there is no author.
|
||||
|
||||
Module: Sachsen
|
||||
* Catch “Go Up” value.
|
||||
|
||||
Module: SocieteGenerale
|
||||
* Support display of history and coming transactions.
|
||||
* Fix: when there is no transaction for the account.
|
||||
|
||||
Module: Transilien
|
||||
* Fix: roadmap when there is no confirm page.
|
||||
|
||||
Module: YouJizz
|
||||
* Fix: getting video URLs.
|
||||
|
||||
Module: YouPorn
|
||||
* Fix: changes on website.
|
||||
|
||||
Application: boobank
|
||||
* Add a new pretty_qif formatter (use label and rdate if exist).
|
||||
|
||||
Application: boobathon
|
||||
* Fix: close command.
|
||||
|
||||
Application: boobill
|
||||
* Get all available subscriptions for 'details' command (#846).
|
||||
|
||||
Application: boobmsg
|
||||
* New command 'photos' to display photos of a contact with cacaview.
|
||||
* Add an 'atom' formatter.
|
||||
|
||||
Application: bonboob
|
||||
* Add a command 'once' to process retrieving of messages once.
|
||||
|
||||
Application: QWebContentEdit
|
||||
* Possibility to edit an url (#619).
|
||||
* Add a 'History' tab.
|
||||
|
||||
Application: weboob-config
|
||||
* Remove 'install' command.
|
||||
|
||||
Script: freemobile-munin
|
||||
* Fix: condition to detect empty output.
|
||||
|
||||
Script: hds/export.py
|
||||
* Fix: loading HDS module.
|
||||
|
||||
Core:
|
||||
* Change way to describe fields of CapBaseObjects.
|
||||
* Add a lot of code documentation.
|
||||
* Warn when implicit conversions happen on CapBaseObjects.
|
||||
* Create UserError exception for errors raised by modules.
|
||||
* Scheduler: do not stop timer because of an exception.
|
||||
* Repositories: support gpgv2 (#837).
|
||||
|
||||
Weboob 0.b (2012-03-14)
|
||||
General
|
||||
* New capability: CapBill.
|
||||
|
|
@ -853,7 +1019,6 @@ Weboob 0.2 (2010-10-01)
|
|||
* Core fix: handle read URL data failure.
|
||||
* Core fix: Client is merged into mechanize >= 0.2 (#362).
|
||||
|
||||
|
||||
Weboob 0.1 (2010-08-03)
|
||||
* First public release.
|
||||
* The core system can load/unload backends, supports configured
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -80,7 +82,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -89,6 +91,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -90,7 +90,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -99,6 +99,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -60,7 +66,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -69,6 +75,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -88,7 +102,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -97,6 +111,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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]...
|
||||
|
|
@ -31,7 +38,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -40,6 +47,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -106,7 +106,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -115,6 +115,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -36,7 +36,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -45,6 +45,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* remove remove a backend
|
||||
.br
|
||||
* list\-modules list modules
|
||||
.TP
|
||||
\fBcd\fR [\fIPATH\fR]
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -38,7 +38,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -47,6 +47,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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]...
|
||||
|
|
@ -66,7 +62,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -75,6 +71,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -33,7 +33,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -42,6 +42,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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]...
|
||||
|
|
@ -60,7 +94,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -69,6 +103,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -44,7 +44,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -53,6 +53,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -52,7 +52,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -61,6 +61,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
261
man/translaboob.1
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
@ -64,7 +64,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -73,6 +73,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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]...
|
||||
|
|
@ -80,7 +76,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -89,6 +85,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -44,7 +44,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -53,6 +53,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -37,7 +37,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -46,6 +46,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -34,7 +34,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -43,6 +43,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -29,7 +29,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -38,6 +38,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* remove remove a backend
|
||||
.br
|
||||
* list\-modules list modules
|
||||
.TP
|
||||
\fBbuild\fR \fISOURCE\fR \fIREPOSITORY\fR
|
||||
.br
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -54,7 +54,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -63,6 +63,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -58,7 +54,7 @@ ACTION is one of the following (default: list):
|
|||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
|
|
@ -67,6 +63,8 @@ ACTION is one of the following (default: list):
|
|||
* edit edit a backend
|
||||
.br
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue