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)
|
Weboob 0.b (2012-03-14)
|
||||||
General
|
General
|
||||||
* New capability: CapBill.
|
* New capability: CapBill.
|
||||||
|
|
@ -853,7 +1019,6 @@ Weboob 0.2 (2010-10-01)
|
||||||
* Core fix: handle read URL data failure.
|
* Core fix: handle read URL data failure.
|
||||||
* Core fix: Client is merged into mechanize >= 0.2 (#362).
|
* Core fix: Client is merged into mechanize >= 0.2 (#362).
|
||||||
|
|
||||||
|
|
||||||
Weboob 0.1 (2010-08-03)
|
Weboob 0.1 (2010-08-03)
|
||||||
* First public release.
|
* First public release.
|
||||||
* The core system can load/unload backends, supports configured
|
* 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
|
.SH NAME
|
||||||
boobank
|
boobank
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -26,6 +26,8 @@ Console application allowing to list your bank accounts and get their balance, d
|
||||||
.br
|
.br
|
||||||
* creditmutuel (Crédit Mutuel French bank website)
|
* creditmutuel (Crédit Mutuel French bank website)
|
||||||
.br
|
.br
|
||||||
|
* fortuneo (Fortuneo French bank website)
|
||||||
|
.br
|
||||||
* hsbc (HSBC France bank website)
|
* hsbc (HSBC France bank website)
|
||||||
.br
|
.br
|
||||||
* ing (ING Direct French bank website)
|
* ing (ING Direct French bank website)
|
||||||
|
|
@ -37,11 +39,11 @@ Console application allowing to list your bank accounts and get their balance, d
|
||||||
.TP
|
.TP
|
||||||
\fBcoming\fR \fIID\fR
|
\fBcoming\fR \fIID\fR
|
||||||
.br
|
.br
|
||||||
Display all future operations.
|
Display future transactions.
|
||||||
.TP
|
.TP
|
||||||
\fBhistory\fR \fIID\fR
|
\fBhistory\fR \fIID\fR
|
||||||
.br
|
.br
|
||||||
Display old operations.
|
Display history of transactions.
|
||||||
.TP
|
.TP
|
||||||
\fBlist\fR
|
\fBlist\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -74,21 +76,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -166,9 +170,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -228,8 +234,8 @@ 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, ops_list, qif,
|
select output formatter (account_list, csv, htmltable, multiline, ops_list,
|
||||||
recipient_list, simple, table, transfer, webkit)
|
pretty_qif, qif, recipient_list, simple, table, transfer, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
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
|
.SH NAME
|
||||||
boobathon
|
boobathon
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -84,21 +84,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -176,9 +178,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
boobill
|
boobill
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -15,17 +15,21 @@ Console application allowing to get and download bills.
|
||||||
|
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* freemobile (Free Mobile website)
|
* freemobile (Free Mobile website)
|
||||||
|
.br
|
||||||
|
* nettokom (Nettokom website)
|
||||||
.SH BOOBILL COMMANDS
|
.SH BOOBILL COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbills\fR \fII\fRd
|
\fBbills\fR [\fII\fRd]
|
||||||
.br
|
.br
|
||||||
Get the list of bills documents for subscription
|
Get the list of bills documents for subscriptions.
|
||||||
.br
|
.br
|
||||||
id is the identifier of the backend
|
If no ID given, display bills of all backends
|
||||||
.TP
|
.TP
|
||||||
\fBdetails\fR \fII\fRd
|
\fBdetails\fR [\fIID\fR]
|
||||||
.br
|
.br
|
||||||
Get details of a subscription.
|
Get details of subscriptions.
|
||||||
|
.br
|
||||||
|
If no ID given, display all details of all backends
|
||||||
.TP
|
.TP
|
||||||
\fBdownload\fR \fII\fRd [\fIFILENAME\fR]
|
\fBdownload\fR \fII\fRd [\fIFILENAME\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -37,9 +41,11 @@ FILENAME is where to write the file. If FILENAME is '\-',
|
||||||
.br
|
.br
|
||||||
the file is written to stdout.
|
the file is written to stdout.
|
||||||
.TP
|
.TP
|
||||||
\fBhistory\fR \fII\fRd
|
\fBhistory\fR [\fII\fRd]
|
||||||
.br
|
.br
|
||||||
Get the history of a subscription.
|
Get the history of subscriptions.
|
||||||
|
.br
|
||||||
|
If no ID given, display histories of all backends
|
||||||
.TP
|
.TP
|
||||||
\fBsubscriptions\fR
|
\fBsubscriptions\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -54,21 +60,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -146,9 +154,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
boobmsg
|
boobmsg
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -16,6 +16,8 @@ Console application allowing to send messages on various websites and to display
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* aum ("Adopte un Mec" French dating website)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
.br
|
.br
|
||||||
|
* bnporc (BNP Paribas French bank website)
|
||||||
|
.br
|
||||||
* bouygues (Bouygues Télécom French mobile phone provider)
|
* bouygues (Bouygues Télécom French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* dlfp (Da Linux French Page news website)
|
* dlfp (Da Linux French Page news website)
|
||||||
|
|
@ -34,6 +36,8 @@ Console application allowing to send messages on various websites and to display
|
||||||
.br
|
.br
|
||||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
* newsfeed (Loads RSS and Atom feeds from any website)
|
||||||
.br
|
.br
|
||||||
|
* okc (OkCupid dating website)
|
||||||
|
.br
|
||||||
* orange (Orange French mobile phone provider)
|
* orange (Orange French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* phpbb (phpBB forum)
|
* phpbb (phpBB forum)
|
||||||
|
|
@ -41,6 +45,8 @@ Console application allowing to send messages on various websites and to display
|
||||||
* presseurop (Presseurop website)
|
* presseurop (Presseurop website)
|
||||||
.br
|
.br
|
||||||
* sfr (SFR French mobile phone provider)
|
* sfr (SFR French mobile phone provider)
|
||||||
|
.br
|
||||||
|
* taz (Taz newspaper website)
|
||||||
.SH BOOBMSG COMMANDS
|
.SH BOOBMSG COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBexport_all\fR
|
\fBexport_all\fR
|
||||||
|
|
@ -55,6 +61,10 @@ Export a thread
|
||||||
.br
|
.br
|
||||||
Display all threads.
|
Display all threads.
|
||||||
.TP
|
.TP
|
||||||
|
\fBphotos\fR \fIID\fR
|
||||||
|
.br
|
||||||
|
Display photos of a profile
|
||||||
|
.TP
|
||||||
\fBpost\fR \fIRECEIVER\fR@\fIBACKEND\fR[,\fIRECEIVER\fR@\fIBACKEND\fR[...]] [\fITEXT\fR]
|
\fBpost\fR \fIRECEIVER\fR@\fIBACKEND\fR[,\fIRECEIVER\fR@\fIBACKEND\fR[...]] [\fITEXT\fR]
|
||||||
.br
|
.br
|
||||||
Post a message to the specified receivers.
|
Post a message to the specified receivers.
|
||||||
|
|
@ -65,6 +75,10 @@ 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.
|
If no text is supplied on command line, the content of message is read on stdin.
|
||||||
.TP
|
.TP
|
||||||
|
\fBprofile\fR \fIID\fR
|
||||||
|
.br
|
||||||
|
Display a profile
|
||||||
|
.TP
|
||||||
\fBshow\fR \fIMESSAGE\fR
|
\fBshow\fR \fIMESSAGE\fR
|
||||||
.br
|
.br
|
||||||
Read a message
|
Read a message
|
||||||
|
|
@ -82,21 +96,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -174,9 +190,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -207,8 +225,8 @@ what backend(s) to enable (comma separated)
|
||||||
|
|
||||||
.SH BOOBMSG OPTIONS
|
.SH BOOBMSG OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-e\fR, \fB\-\-skip\-empty\fR
|
\fB\-E\fR, \fB\-\-accept\-empty\fR
|
||||||
Don't send messages with an empty body.
|
Send messages with an empty body.
|
||||||
.TP
|
.TP
|
||||||
\fB\-t TITLE\fR, \fB\-\-title=TITLE\fR
|
\fB\-t TITLE\fR, \fB\-\-title=TITLE\fR
|
||||||
For the "post" command, set a title to message
|
For the "post" command, set a title to message
|
||||||
|
|
@ -244,8 +262,8 @@ 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 (csv, htmltable, msg, msglist, multiline, simple, table,
|
select output formatter (atom, csv, htmltable, msg, msglist, multiline, profile,
|
||||||
webkit, xhtml)
|
simple, table, webkit, xhtml)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
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
|
.SH NAME
|
||||||
boobooks
|
boobooks
|
||||||
.SH SYNOPSIS
|
.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).
|
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:
|
.SS Supported websites:
|
||||||
|
* champslibres (Champs Libres (Rennes) Library)
|
||||||
|
.br
|
||||||
* opacwebaloes (Aloes Library software)
|
* opacwebaloes (Aloes Library software)
|
||||||
|
.SH BOOBOOKS COMMANDS
|
||||||
|
.TP
|
||||||
|
\fBrenew\fR \fIID\fR
|
||||||
|
.br
|
||||||
|
Renew a book
|
||||||
.SH WEBOOB COMMANDS
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||||
|
|
@ -25,21 +32,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -117,9 +126,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
boobtracker
|
boobtracker
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -100,21 +100,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -192,9 +194,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
comparoob
|
comparoob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -30,21 +30,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
flatboob
|
flatboob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -32,21 +32,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -124,9 +126,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
galleroob
|
galleroob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -46,10 +46,6 @@ Get information about a gallery.
|
||||||
\fBsearch\fR \fIPATTERN\fR
|
\fBsearch\fR \fIPATTERN\fR
|
||||||
.br
|
.br
|
||||||
List galleries matching a PATTERN.
|
List galleries matching a PATTERN.
|
||||||
.br
|
|
||||||
|
|
||||||
.br
|
|
||||||
If PATTERN is not given, the command will list all the galleries
|
|
||||||
.SH WEBOOB COMMANDS
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||||
|
|
@ -60,21 +56,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -152,9 +150,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
geolooc
|
geolooc
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -27,21 +27,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -119,9 +121,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
havedate
|
havedate
|
||||||
.SH SYNOPSIS
|
.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)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
.SH HAVEDATE COMMANDS
|
.SH HAVEDATE COMMANDS
|
||||||
.TP
|
.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 ...]]
|
\fBoptim\fR [list | start | edit | stop] \fIBACKEND\fR [\fIOPTIM\fR1 [\fIOPTIM\fR2 ...]]
|
||||||
.br
|
.br
|
||||||
All dating backends offer optimization services. This command can be
|
All dating backends offer optimization services. This command can be
|
||||||
|
|
@ -37,6 +49,20 @@ Commands:
|
||||||
.br
|
.br
|
||||||
* stop stop optimization services on a backend
|
* stop stop optimization services on a backend
|
||||||
.TP
|
.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
|
\fBprofile\fR \fIID\fR
|
||||||
.br
|
.br
|
||||||
Display a profile
|
Display a profile
|
||||||
|
|
@ -44,6 +70,14 @@ Display a profile
|
||||||
\fBquery\fR \fIID\fR
|
\fBquery\fR \fIID\fR
|
||||||
.br
|
.br
|
||||||
Send a query to someone.
|
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
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||||
|
|
@ -54,21 +88,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -146,9 +182,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -177,6 +215,14 @@ show this help message and exit
|
||||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||||
what backend(s) to enable (comma separated)
|
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
|
.SH LOGGING OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-d\fR, \fB\-\-debug\fR
|
\fB\-d\fR, \fB\-\-debug\fR
|
||||||
|
|
@ -208,8 +254,8 @@ 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 (csv, htmltable, multiline, profile, simple, table,
|
select output formatter (atom, csv, htmltable, msg, msglist, multiline, profile,
|
||||||
webkit)
|
simple, table, webkit, xhtml)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
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
|
.SH NAME
|
||||||
masstransit
|
masstransit
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
monboob
|
monboob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -16,6 +16,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* aum ("Adopte un Mec" French dating website)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
.br
|
.br
|
||||||
|
* bnporc (BNP Paribas French bank website)
|
||||||
|
.br
|
||||||
* bouygues (Bouygues Télécom French mobile phone provider)
|
* bouygues (Bouygues Télécom French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* dlfp (Da Linux French Page news website)
|
* 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
|
.br
|
||||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
* newsfeed (Loads RSS and Atom feeds from any website)
|
||||||
.br
|
.br
|
||||||
|
* okc (OkCupid dating website)
|
||||||
|
.br
|
||||||
* orange (Orange French mobile phone provider)
|
* orange (Orange French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* phpbb (phpBB forum)
|
* phpbb (phpBB forum)
|
||||||
|
|
@ -41,8 +45,14 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
||||||
* presseurop (Presseurop website)
|
* presseurop (Presseurop website)
|
||||||
.br
|
.br
|
||||||
* sfr (SFR French mobile phone provider)
|
* sfr (SFR French mobile phone provider)
|
||||||
|
.br
|
||||||
|
* taz (Taz newspaper website)
|
||||||
.SH MONBOOB COMMANDS
|
.SH MONBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
|
\fBonce\fR
|
||||||
|
.br
|
||||||
|
Send mails only once, then exit.
|
||||||
|
.TP
|
||||||
\fBpost\fR
|
\fBpost\fR
|
||||||
.br
|
.br
|
||||||
Pipe with a mail to post message.
|
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
|
.SH NAME
|
||||||
pastoob
|
pastoob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -38,21 +38,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -130,9 +132,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
qboobmsg
|
qboobmsg
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -16,6 +16,8 @@ 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
|
||||||
|
* bnporc (BNP Paribas French bank website)
|
||||||
|
.br
|
||||||
* bouygues (Bouygues Télécom French mobile phone provider)
|
* bouygues (Bouygues Télécom French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* dlfp (Da Linux French Page news website)
|
* 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
|
.br
|
||||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
* newsfeed (Loads RSS and Atom feeds from any website)
|
||||||
.br
|
.br
|
||||||
|
* okc (OkCupid dating website)
|
||||||
|
.br
|
||||||
* orange (Orange French mobile phone provider)
|
* orange (Orange French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* phpbb (phpBB forum)
|
* phpbb (phpBB forum)
|
||||||
|
|
@ -41,6 +45,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
||||||
* presseurop (Presseurop website)
|
* presseurop (Presseurop website)
|
||||||
.br
|
.br
|
||||||
* sfr (SFR French mobile phone provider)
|
* sfr (SFR French mobile phone provider)
|
||||||
|
.br
|
||||||
|
* taz (Taz newspaper website)
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-version\fR
|
\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
|
.SH NAME
|
||||||
qflatboob
|
qflatboob
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
qhavedate
|
qhavedate
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
qvideoob
|
qvideoob
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
qwebcontentedit
|
qwebcontentedit
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
radioob
|
radioob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -46,21 +46,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -213,7 +215,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
For full COPYRIGHT see COPYING file with weboob package.
|
For full COPYRIGHT see COPYING file with weboob package.
|
||||||
.LP
|
.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
|
.SH NAME
|
||||||
traveloob
|
traveloob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -58,21 +58,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -150,9 +152,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
videoob
|
videoob
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -57,13 +57,9 @@ If no argument is given, print the current behavior.
|
||||||
.br
|
.br
|
||||||
Play a video with a found player.
|
Play a video with a found player.
|
||||||
.TP
|
.TP
|
||||||
\fBsearch\fR [\fIPATTERN\fR]
|
\fBsearch\fR \fIPATTERN\fR
|
||||||
.br
|
.br
|
||||||
Search for videos matching a PATTERN.
|
Search for videos matching a PATTERN.
|
||||||
.br
|
|
||||||
|
|
||||||
.br
|
|
||||||
If PATTERN is not given, this command will search for the latest videos.
|
|
||||||
.SH WEBOOB COMMANDS
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||||
|
|
@ -74,21 +70,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -166,9 +164,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
webcontentedit
|
webcontentedit
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -38,21 +38,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -130,9 +132,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
weboob-cli
|
weboob-cli
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
weboob-config-qt
|
weboob-config-qt
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
weboob-config
|
weboob-config
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -31,21 +31,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBconfirm\fR \fIBACKEND\fR
|
\fBconfirm\fR \fIBACKEND\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -75,10 +77,6 @@ Enable a disabled backend
|
||||||
.br
|
.br
|
||||||
Display information about a module.
|
Display information about a module.
|
||||||
.TP
|
.TP
|
||||||
\fBinstall\fR \fIMODULE\fR
|
|
||||||
.br
|
|
||||||
Install a module.
|
|
||||||
.TP
|
|
||||||
\fBlist\fR [\fICAPS\fR ..]
|
\fBlist\fR [\fICAPS\fR ..]
|
||||||
.br
|
.br
|
||||||
Show backends.
|
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
|
.SH NAME
|
||||||
weboob-debug
|
weboob-debug
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -28,21 +28,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -120,9 +122,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
weboob-repos
|
weboob-repos
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -23,21 +23,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBbuild\fR \fISOURCE\fR \fIREPOSITORY\fR
|
\fBbuild\fR \fISOURCE\fR \fIREPOSITORY\fR
|
||||||
.br
|
.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
|
.SH NAME
|
||||||
weboorrents
|
weboorrents
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -48,21 +48,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -140,9 +142,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -215,7 +219,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
For full COPYRIGHT see COPYING file with weboob package.
|
For full COPYRIGHT see COPYING file with weboob package.
|
||||||
.LP
|
.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
|
.SH NAME
|
||||||
wetboobs
|
wetboobs
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -31,11 +31,7 @@ Get forecasts for specified city. Use the 'cities' command to find them.
|
||||||
.br
|
.br
|
||||||
Get history of a specific gauge (use 'rivers' to find them).
|
Get history of a specific gauge (use 'rivers' to find them).
|
||||||
.TP
|
.TP
|
||||||
\fBgauges\fR
|
\fBgauges\fR [\fIPATTERN\fR]
|
||||||
.br
|
|
||||||
rivers [PATTERN]
|
|
||||||
.br
|
|
||||||
|
|
||||||
.br
|
.br
|
||||||
List all rivers. If PATTERN is specified, search on a pattern.
|
List all rivers. If PATTERN is specified, search on a pattern.
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -52,21 +48,23 @@ Select used backends.
|
||||||
.br
|
.br
|
||||||
ACTION is one of the following (default: list):
|
ACTION is one of the following (default: list):
|
||||||
.br
|
.br
|
||||||
* enable enable given backends
|
* enable enable given backends
|
||||||
.br
|
.br
|
||||||
* disable disable given backends
|
* disable disable given backends
|
||||||
.br
|
.br
|
||||||
* only enable given backends and disable the others
|
* only enable given backends and disable the others
|
||||||
.br
|
.br
|
||||||
* list display enabled and available backends
|
* list list backends
|
||||||
.br
|
.br
|
||||||
* add add a backend
|
* add add a backend
|
||||||
.br
|
.br
|
||||||
* register register a new account on a website
|
* register register a new account on a website
|
||||||
.br
|
.br
|
||||||
* edit edit a backend
|
* edit edit a backend
|
||||||
.br
|
.br
|
||||||
* remove remove a backend
|
* remove remove a backend
|
||||||
|
.br
|
||||||
|
* list\-modules list modules
|
||||||
.TP
|
.TP
|
||||||
\fBcd\fR [\fIPATH\fR]
|
\fBcd\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
|
|
@ -144,9 +142,11 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR
|
\fBls\fR [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
|
.br
|
||||||
|
If an argument is given, list the specified path.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue