From 0286bdc3204e9c2c1e86ce13def4e12377566327 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Fri, 4 May 2012 21:17:10 +0200 Subject: [PATCH] Weboob 0.c released --- ChangeLog | 167 +++++++++++++++++++++++++- man/boobank.1 | 34 +++--- man/boobathon.1 | 24 ++-- man/boobill.1 | 44 ++++--- man/boobmsg.1 | 46 +++++--- man/boobooks.1 | 31 +++-- man/boobtracker.1 | 24 ++-- man/comparoob.1 | 20 ++-- man/flatboob.1 | 24 ++-- man/galleroob.1 | 28 ++--- man/geolooc.1 | 24 ++-- man/havedate.1 | 70 +++++++++-- man/masstransit.1 | 2 +- man/monboob.1 | 12 +- man/pastoob.1 | 24 ++-- man/qboobmsg.1 | 8 +- man/qflatboob.1 | 2 +- man/qhavedate.1 | 2 +- man/qvideoob.1 | 2 +- man/qwebcontentedit.1 | 2 +- man/radioob.1 | 22 ++-- man/translaboob.1 | 261 +++++++++++++++++++++++++++++++++++++++++ man/traveloob.1 | 24 ++-- man/videoob.1 | 30 ++--- man/webcontentedit.1 | 24 ++-- man/weboob-cli.1 | 2 +- man/weboob-config-qt.1 | 2 +- man/weboob-config.1 | 24 ++-- man/weboob-debug.1 | 24 ++-- man/weboob-repos.1 | 20 ++-- man/weboorrents.1 | 26 ++-- man/wetboobs.1 | 30 ++--- 32 files changed, 826 insertions(+), 253 deletions(-) create mode 100644 man/translaboob.1 diff --git a/ChangeLog b/ChangeLog index d20d2de4a2..e1ddb97847 100644 --- a/ChangeLog +++ b/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 diff --git a/man/boobank.1 b/man/boobank.1 index ea9c8eb385..c9ba0bac7b 100644 --- a/man/boobank.1 +++ b/man/boobank.1 @@ -1,4 +1,4 @@ -.TH BOOBANK 1 "14 March 2012" "boobank 0\&.b" +.TH BOOBANK 1 "04 May 2012" "boobank 0\&.c" .SH NAME boobank .SH SYNOPSIS @@ -26,6 +26,8 @@ Console application allowing to list your bank accounts and get their balance, d .br * creditmutuel (Crédit Mutuel French bank website) .br +* fortuneo (Fortuneo French bank website) +.br * hsbc (HSBC France bank website) .br * ing (ING Direct French bank website) @@ -37,11 +39,11 @@ Console application allowing to list your bank accounts and get their balance, d .TP \fBcoming\fR \fIID\fR .br -Display all future operations. +Display future transactions. .TP \fBhistory\fR \fIID\fR .br -Display old operations. +Display history of transactions. .TP \fBlist\fR .br @@ -74,21 +76,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends +.br +* disable disable given backends .br -* disable disable given backends +* only enable given backends and disable the others .br -* only enable given backends and disable the others +* list list backends .br -* list display enabled and available backends +* add add a backend .br -* add add a backend +* register register a new account on a website .br -* register register a new account on a website +* edit edit a backend .br -* edit edit a backend +* remove remove a backend .br -* remove remove a backend +* 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 diff --git a/man/boobathon.1 b/man/boobathon.1 index bb542f7fc5..270014fe24 100644 --- a/man/boobathon.1 +++ b/man/boobathon.1 @@ -1,4 +1,4 @@ -.TH BOOBATHON 1 "14 March 2012" "boobathon 0\&.b" +.TH BOOBATHON 1 "04 May 2012" "boobathon 0\&.c" .SH NAME boobathon .SH SYNOPSIS @@ -84,21 +84,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -176,9 +178,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/boobill.1 b/man/boobill.1 index 5904447909..30d84558da 100644 --- a/man/boobill.1 +++ b/man/boobill.1 @@ -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 subscriptions. .br -Get details of a subscription. +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 subscriptions. .br -Get the history of a subscription. +If no ID given, display histories of all backends .TP \fBsubscriptions\fR .br @@ -54,21 +60,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -146,9 +154,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/boobmsg.1 b/man/boobmsg.1 index 55f2a13dd9..fe1e15d5aa 100644 --- a/man/boobmsg.1 +++ b/man/boobmsg.1 @@ -1,4 +1,4 @@ -.TH BOOBMSG 1 "14 March 2012" "boobmsg 0\&.b" +.TH BOOBMSG 1 "04 May 2012" "boobmsg 0\&.c" .SH NAME boobmsg .SH SYNOPSIS @@ -16,6 +16,8 @@ Console application allowing to send messages on various websites and to display .SS Supported websites: * aum ("Adopte un Mec" French dating website) .br +* bnporc (BNP Paribas French bank website) +.br * bouygues (Bouygues Télécom French mobile phone provider) .br * dlfp (Da Linux French Page news website) @@ -34,6 +36,8 @@ Console application allowing to send messages on various websites and to display .br * newsfeed (Loads RSS and Atom feeds from any website) .br +* okc (OkCupid dating website) +.br * orange (Orange French mobile phone provider) .br * phpbb (phpBB forum) @@ -41,6 +45,8 @@ Console application allowing to send messages on various websites and to display * presseurop (Presseurop website) .br * sfr (SFR French mobile phone provider) +.br +* taz (Taz newspaper website) .SH BOOBMSG COMMANDS .TP \fBexport_all\fR @@ -55,6 +61,10 @@ Export a thread .br Display all threads. .TP +\fBphotos\fR \fIID\fR +.br +Display photos of a profile +.TP \fBpost\fR \fIRECEIVER\fR@\fIBACKEND\fR[,\fIRECEIVER\fR@\fIBACKEND\fR[...]] [\fITEXT\fR] .br Post a message to the specified receivers. @@ -65,6 +75,10 @@ Multiple receivers are separated by a comma. .br If no text is supplied on command line, the content of message is read on stdin. .TP +\fBprofile\fR \fIID\fR +.br +Display a profile +.TP \fBshow\fR \fIMESSAGE\fR .br Read a message @@ -82,21 +96,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -174,9 +190,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br @@ -207,8 +225,8 @@ what backend(s) to enable (comma separated) .SH BOOBMSG OPTIONS .TP -\fB\-e\fR, \fB\-\-skip\-empty\fR -Don't send messages with an empty body. +\fB\-E\fR, \fB\-\-accept\-empty\fR +Send messages with an empty body. .TP \fB\-t TITLE\fR, \fB\-\-title=TITLE\fR For the "post" command, set a title to message @@ -244,8 +262,8 @@ select result item keys to display (comma separated) .SH FORMATTING OPTIONS .TP \fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR -select output formatter (csv, htmltable, msg, msglist, multiline, simple, table, -webkit, xhtml) +select output formatter (atom, csv, htmltable, msg, msglist, multiline, profile, +simple, table, webkit, xhtml) .TP \fB\-\-no\-header\fR do not display header diff --git a/man/boobooks.1 b/man/boobooks.1 index 27b834ffac..6a686854f1 100644 --- a/man/boobooks.1 +++ b/man/boobooks.1 @@ -1,4 +1,4 @@ -.TH BOOBOOKS 1 "14 March 2012" "boobooks 0\&.b" +.TH BOOBOOKS 1 "04 May 2012" "boobooks 0\&.c" .SH NAME boobooks .SH SYNOPSIS @@ -14,7 +14,14 @@ boobooks Console application allowing to list your books rented or booked at the library, book and search new ones, get your booking history (if available). .SS Supported websites: +* champslibres (Champs Libres (Rennes) Library) +.br * opacwebaloes (Aloes Library software) +.SH BOOBOOKS COMMANDS +.TP +\fBrenew\fR \fIID\fR +.br +Renew a book .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -25,21 +32,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -117,9 +126,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/boobtracker.1 b/man/boobtracker.1 index b6122fc77f..8bf8b41fd6 100644 --- a/man/boobtracker.1 +++ b/man/boobtracker.1 @@ -1,4 +1,4 @@ -.TH BOOBTRACKER 1 "14 March 2012" "boobtracker 0\&.b" +.TH BOOBTRACKER 1 "04 May 2012" "boobtracker 0\&.c" .SH NAME boobtracker .SH SYNOPSIS @@ -100,21 +100,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -192,9 +194,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/comparoob.1 b/man/comparoob.1 index 7a60b377c6..98bad20d20 100644 --- a/man/comparoob.1 +++ b/man/comparoob.1 @@ -1,4 +1,4 @@ -.TH COMPAROOB 1 "26 March 2012" "comparoob 0\&.c" +.TH COMPAROOB 1 "04 May 2012" "comparoob 0\&.c" .SH NAME comparoob .SH SYNOPSIS @@ -30,21 +30,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br diff --git a/man/flatboob.1 b/man/flatboob.1 index 6094e47115..f711c33260 100644 --- a/man/flatboob.1 +++ b/man/flatboob.1 @@ -1,4 +1,4 @@ -.TH FLATBOOB 1 "14 March 2012" "flatboob 0\&.b" +.TH FLATBOOB 1 "04 May 2012" "flatboob 0\&.c" .SH NAME flatboob .SH SYNOPSIS @@ -32,21 +32,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -124,9 +126,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/galleroob.1 b/man/galleroob.1 index 6ffc50297f..8b6bac50c2 100644 --- a/man/galleroob.1 +++ b/man/galleroob.1 @@ -1,4 +1,4 @@ -.TH GALLEROOB 1 "14 March 2012" "galleroob 0\&.b" +.TH GALLEROOB 1 "04 May 2012" "galleroob 0\&.c" .SH NAME galleroob .SH SYNOPSIS @@ -46,10 +46,6 @@ Get information about a gallery. \fBsearch\fR \fIPATTERN\fR .br List galleries matching a PATTERN. -.br - -.br -If PATTERN is not given, the command will list all the galleries .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -60,21 +56,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -152,9 +150,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/geolooc.1 b/man/geolooc.1 index af59128069..2ca156adaa 100644 --- a/man/geolooc.1 +++ b/man/geolooc.1 @@ -1,4 +1,4 @@ -.TH GEOLOOC 1 "14 March 2012" "geolooc 0\&.b" +.TH GEOLOOC 1 "04 May 2012" "geolooc 0\&.c" .SH NAME geolooc .SH SYNOPSIS @@ -27,21 +27,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -119,9 +121,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/havedate.1 b/man/havedate.1 index 009d297287..996d58e5c8 100644 --- a/man/havedate.1 +++ b/man/havedate.1 @@ -1,4 +1,4 @@ -.TH HAVEDATE 1 "14 March 2012" "havedate 0\&.b" +.TH HAVEDATE 1 "04 May 2012" "havedate 0\&.c" .SH NAME havedate .SH SYNOPSIS @@ -17,6 +17,18 @@ Console application allowing to interact with various dating websites and to opt * aum ("Adopte un Mec" French dating website) .SH HAVEDATE COMMANDS .TP +\fBexport_all\fR +.br +Export All threads +.TP +\fBexport_thread\fR +.br +Export a thread +.TP +\fBlist\fR +.br +Display all threads. +.TP \fBoptim\fR [list | start | edit | stop] \fIBACKEND\fR [\fIOPTIM\fR1 [\fIOPTIM\fR2 ...]] .br All dating backends offer optimization services. This command can be @@ -37,6 +49,20 @@ Commands: .br * stop stop optimization services on a backend .TP +\fBphotos\fR \fIID\fR +.br +Display photos of a profile +.TP +\fBpost\fR \fIRECEIVER\fR@\fIBACKEND\fR[,\fIRECEIVER\fR@\fIBACKEND\fR[...]] [\fITEXT\fR] +.br +Post a message to the specified receivers. +.br +Multiple receivers are separated by a comma. +.br + +.br +If no text is supplied on command line, the content of message is read on stdin. +.TP \fBprofile\fR \fIID\fR .br Display a profile @@ -44,6 +70,14 @@ Display a profile \fBquery\fR \fIID\fR .br Send a query to someone. +.TP +\fBshow\fR \fIMESSAGE\fR +.br +Read a message +.TP +\fBstatus\fR +.br +Display status information about a backend. .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -54,21 +88,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -146,9 +182,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br @@ -177,6 +215,14 @@ show this help message and exit \fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR what backend(s) to enable (comma separated) +.SH HAVEDATE OPTIONS +.TP +\fB\-E\fR, \fB\-\-accept\-empty\fR +Send messages with an empty body. +.TP +\fB\-t TITLE\fR, \fB\-\-title=TITLE\fR +For the "post" command, set a title to message + .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR @@ -208,8 +254,8 @@ select result item keys to display (comma separated) .SH FORMATTING OPTIONS .TP \fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR -select output formatter (csv, htmltable, multiline, profile, simple, table, -webkit) +select output formatter (atom, csv, htmltable, msg, msglist, multiline, profile, +simple, table, webkit, xhtml) .TP \fB\-\-no\-header\fR do not display header diff --git a/man/masstransit.1 b/man/masstransit.1 index 82b65a0b93..7254fe48a4 100644 --- a/man/masstransit.1 +++ b/man/masstransit.1 @@ -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 diff --git a/man/monboob.1 b/man/monboob.1 index b166a95e28..ec7b275c96 100644 --- a/man/monboob.1 +++ b/man/monboob.1 @@ -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. diff --git a/man/pastoob.1 b/man/pastoob.1 index eea0c35afb..187e05a7cb 100644 --- a/man/pastoob.1 +++ b/man/pastoob.1 @@ -1,4 +1,4 @@ -.TH PASTOOB 1 "14 March 2012" "pastoob 0\&.b" +.TH PASTOOB 1 "04 May 2012" "pastoob 0\&.c" .SH NAME pastoob .SH SYNOPSIS @@ -38,21 +38,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -130,9 +132,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/qboobmsg.1 b/man/qboobmsg.1 index 578a295e25..34de966dbc 100644 --- a/man/qboobmsg.1 +++ b/man/qboobmsg.1 @@ -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 diff --git a/man/qflatboob.1 b/man/qflatboob.1 index c28037a352..e4e11a8af3 100644 --- a/man/qflatboob.1 +++ b/man/qflatboob.1 @@ -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 diff --git a/man/qhavedate.1 b/man/qhavedate.1 index 03be76a85c..29023beb60 100644 --- a/man/qhavedate.1 +++ b/man/qhavedate.1 @@ -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 diff --git a/man/qvideoob.1 b/man/qvideoob.1 index 6627f8af05..e84c70fb08 100644 --- a/man/qvideoob.1 +++ b/man/qvideoob.1 @@ -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 diff --git a/man/qwebcontentedit.1 b/man/qwebcontentedit.1 index b71ba619ec..e86bb0705e 100644 --- a/man/qwebcontentedit.1 +++ b/man/qwebcontentedit.1 @@ -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 diff --git a/man/radioob.1 b/man/radioob.1 index fe7e8153ae..b28b65bb29 100644 --- a/man/radioob.1 +++ b/man/radioob.1 @@ -1,4 +1,4 @@ -.TH RADIOOB 1 "14 March 2012" "radioob 0\&.b" +.TH RADIOOB 1 "04 May 2012" "radioob 0\&.c" .SH NAME radioob .SH SYNOPSIS @@ -46,21 +46,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -213,7 +215,7 @@ do not display item keys file to export result .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2012 Romain Bignon .LP For full COPYRIGHT see COPYING file with weboob package. .LP diff --git a/man/translaboob.1 b/man/translaboob.1 new file mode 100644 index 0000000000..26c0d35e5c --- /dev/null +++ b/man/translaboob.1 @@ -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 diff --git a/man/traveloob.1 b/man/traveloob.1 index fb992a9b5a..13e865b02e 100644 --- a/man/traveloob.1 +++ b/man/traveloob.1 @@ -1,4 +1,4 @@ -.TH TRAVELOOB 1 "14 March 2012" "traveloob 0\&.b" +.TH TRAVELOOB 1 "04 May 2012" "traveloob 0\&.c" .SH NAME traveloob .SH SYNOPSIS @@ -58,21 +58,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -150,9 +152,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/videoob.1 b/man/videoob.1 index 9b57904336..cf1056d1b2 100644 --- a/man/videoob.1 +++ b/man/videoob.1 @@ -1,4 +1,4 @@ -.TH VIDEOOB 1 "14 March 2012" "videoob 0\&.b" +.TH VIDEOOB 1 "04 May 2012" "videoob 0\&.c" .SH NAME videoob .SH SYNOPSIS @@ -57,13 +57,9 @@ If no argument is given, print the current behavior. .br Play a video with a found player. .TP -\fBsearch\fR [\fIPATTERN\fR] +\fBsearch\fR \fIPATTERN\fR .br Search for videos matching a PATTERN. -.br - -.br -If PATTERN is not given, this command will search for the latest videos. .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -74,21 +70,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -166,9 +164,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/webcontentedit.1 b/man/webcontentedit.1 index 921707e127..c5b66bdaaa 100644 --- a/man/webcontentedit.1 +++ b/man/webcontentedit.1 @@ -1,4 +1,4 @@ -.TH WEBCONTENTEDIT 1 "14 March 2012" "webcontentedit 0\&.b" +.TH WEBCONTENTEDIT 1 "04 May 2012" "webcontentedit 0\&.c" .SH NAME webcontentedit .SH SYNOPSIS @@ -38,21 +38,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -130,9 +132,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/weboob-cli.1 b/man/weboob-cli.1 index 55b12c842a..60fe4df65f 100644 --- a/man/weboob-cli.1 +++ b/man/weboob-cli.1 @@ -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 diff --git a/man/weboob-config-qt.1 b/man/weboob-config-qt.1 index ddc40de9f8..fea50dec14 100644 --- a/man/weboob-config-qt.1 +++ b/man/weboob-config-qt.1 @@ -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 diff --git a/man/weboob-config.1 b/man/weboob-config.1 index 4303ac5ad5..25a73c1f7b 100644 --- a/man/weboob-config.1 +++ b/man/weboob-config.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-CONFIG 1 "14 March 2012" "weboob-config 0\&.b" +.TH WEBOOB-CONFIG 1 "04 May 2012" "weboob-config 0\&.c" .SH NAME weboob-config .SH SYNOPSIS @@ -31,21 +31,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBconfirm\fR \fIBACKEND\fR .br @@ -75,10 +77,6 @@ Enable a disabled backend .br Display information about a module. .TP -\fBinstall\fR \fIMODULE\fR -.br -Install a module. -.TP \fBlist\fR [\fICAPS\fR ..] .br Show backends. diff --git a/man/weboob-debug.1 b/man/weboob-debug.1 index 79f23e82d5..a5ab33b085 100644 --- a/man/weboob-debug.1 +++ b/man/weboob-debug.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-DEBUG 1 "14 March 2012" "weboob-debug 0\&.b" +.TH WEBOOB-DEBUG 1 "04 May 2012" "weboob-debug 0\&.c" .SH NAME weboob-debug .SH SYNOPSIS @@ -28,21 +28,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -120,9 +122,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br diff --git a/man/weboob-repos.1 b/man/weboob-repos.1 index e1bdf5d6e9..eb1640e25d 100644 --- a/man/weboob-repos.1 +++ b/man/weboob-repos.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-REPOS 1 "14 March 2012" "weboob-repos 0\&.b" +.TH WEBOOB-REPOS 1 "04 May 2012" "weboob-repos 0\&.c" .SH NAME weboob-repos .SH SYNOPSIS @@ -23,21 +23,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBbuild\fR \fISOURCE\fR \fIREPOSITORY\fR .br diff --git a/man/weboorrents.1 b/man/weboorrents.1 index fb65277b0d..80c5ea8191 100644 --- a/man/weboorrents.1 +++ b/man/weboorrents.1 @@ -1,4 +1,4 @@ -.TH WEBOORRENTS 1 "14 March 2012" "weboorrents 0\&.b" +.TH WEBOORRENTS 1 "04 May 2012" "weboorrents 0\&.c" .SH NAME weboorrents .SH SYNOPSIS @@ -48,21 +48,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -140,9 +142,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br @@ -215,7 +219,7 @@ do not display item keys file to export result .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2012 Romain Bignon .LP For full COPYRIGHT see COPYING file with weboob package. .LP diff --git a/man/wetboobs.1 b/man/wetboobs.1 index 078c7eadcb..a4a01f6f65 100644 --- a/man/wetboobs.1 +++ b/man/wetboobs.1 @@ -1,4 +1,4 @@ -.TH WETBOOBS 1 "14 March 2012" "wetboobs 0\&.b" +.TH WETBOOBS 1 "04 May 2012" "wetboobs 0\&.c" .SH NAME wetboobs .SH SYNOPSIS @@ -31,11 +31,7 @@ Get forecasts for specified city. Use the 'cities' command to find them. .br Get history of a specific gauge (use 'rivers' to find them). .TP -\fBgauges\fR -.br -rivers [PATTERN] -.br - +\fBgauges\fR [\fIPATTERN\fR] .br List all rivers. If PATTERN is specified, search on a pattern. .TP @@ -52,21 +48,23 @@ Select used backends. .br ACTION is one of the following (default: list): .br -* enable enable given backends +* enable enable given backends .br -* disable disable given backends +* disable disable given backends .br -* only enable given backends and disable the others +* only enable given backends and disable the others .br -* list display enabled and available backends +* list list backends .br -* add add a backend +* add add a backend .br -* register register a new account on a website +* register register a new account on a website .br -* edit edit a backend +* edit edit a backend .br -* remove remove a backend +* remove remove a backend +.br +* list\-modules list modules .TP \fBcd\fR [\fIPATH\fR] .br @@ -144,9 +142,11 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR +\fBls\fR [\fIPATH\fR] .br List objects in current path. +.br +If an argument is given, list the specified path. .TP \fBquit\fR .br -- GitLab