From f0b58c7c3c0e635c46bc4d77532e79204089469a Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 17 Oct 2014 14:10:14 +0200 Subject: [PATCH] Weboob 1.0 released --- ChangeLog | 353 +++++++++++++++++++++++++++++++++++++++++ man/boobank.1 | 21 ++- man/boobathon.1 | 19 ++- man/boobcoming.1 | 23 ++- man/boobill.1 | 19 ++- man/booblyrics.1 | 19 ++- man/boobmsg.1 | 21 ++- man/boobooks.1 | 19 ++- man/boobsize.1 | 23 ++- man/boobtracker.1 | 19 ++- man/cineoob.1 | 19 ++- man/comparoob.1 | 19 ++- man/cookboob.1 | 19 ++- man/flatboob.1 | 31 +++- man/galleroob.1 | 19 ++- man/geolooc.1 | 19 ++- man/handjoob.1 | 19 ++- man/havedate.1 | 21 ++- man/monboob.1 | 21 ++- man/parceloob.1 | 19 ++- man/pastoob.1 | 22 ++- man/qboobmsg.1 | 21 ++- man/qcineoob.1 | 19 ++- man/qcookboob.1 | 19 ++- man/qflatboob.1 | 21 ++- man/qhandjoob.1 | 19 ++- man/qhavedate.1 | 21 ++- man/qvideoob.1 | 19 ++- man/qwebcontentedit.1 | 19 ++- man/radioob.1 | 19 ++- man/suboob.1 | 19 ++- man/translaboob.1 | 19 ++- man/traveloob.1 | 19 ++- man/videoob.1 | 19 ++- man/webcontentedit.1 | 19 ++- man/weboob-cli.1 | 19 ++- man/weboob-config-qt.1 | 19 ++- man/weboob-config.1 | 19 ++- man/weboob-debug.1 | 19 ++- man/weboob-repos.1 | 19 ++- man/weboorrents.1 | 19 ++- man/wetboobs.1 | 19 ++- 42 files changed, 922 insertions(+), 247 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8128992a7f..3094930c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,356 @@ +Weboob 1.0 (2014-10-17) + + General + * New agendadulibre module http://www.agendadulibre.org/ (CapCalendarEvent) + * New Citibank module https://online.citibank.com (CapBank) (#1642) + * New leboncoin module http://www.leboncoin.fr/ (CapHousing) + * New mareeinfo module http://maree.info/ (CapGauge) + * New playme module http://goplayme.com/ (CapMessages, CapMessagesPost, CapDating) + * New razibus module http://razibus.net/ (CapCalendarEvent) + + API Big-Bang + * Rename BaseBackend to Module + * Rename BACKEND to MODULE + * Rename backend.py to module.py + * Rename BaseApplication to Application + * Rename CapBase to Capability + * Rename BasePage to Page + * Rename BaseBrowser to Browser + * Move CleanHTML to html filters + * Remove * imports in filters + * Move weboob.tools.browser2 to weboob.browser + * Move weboob.tools.exceptions to weboob.exceptions + * Move weboob.tools.browser to weboob.deprecated.browser + * Move weboob.tools.parsers to weboob.deprecated.browser.parsers + * Move weboob.tools.mech to weboob.deprecated.mech + * Remove the "backend" result in do() calls + + Core + * Catch the proper exception for missing icon + * Replace usage of os.mknod() by os.open(O_CREAT) + * Use the print() function everywhere + * WebNip.iter_backends takes a new optional parameter 'module' + * Add __getitem__ on WebNip to get a loaded backend by name + * Create PrintProgress class instead of using IProgress as default one + * Allow to load a module with config=None + * A lot of pep8 fixes + + Capabilities + * Let get_currency guess US$ means USD + * Prevent mess when copying BaseObject instances + + Capabilities: bank + * Add Investment.description field + * Add Emirati Dirham AEB currency + + Capabilities: calendar + * Add Conference event category + + Capabilities: parcel + * Add parcelnotfound exception + + Capabilities: housing + * Add and handle in flatboob house_types field + * Add and handle in leboncoin a new house type: UNKNOWN + * Adding a url field in housing capability and management of it in + flatboob + + Applications + * Add a new debug level (-dd option) + * Add a " LIMIT " keyword in conditions + * Centralize encoding guesses, default to UTF-8 (#1352) + * Use class attributes as much as possible for application output + * Define std* in the proper class + * Handle datetime in condition argument + * os.isatty is now forbidden (as stream.fileno() is not implemented by + StringIO) + * logging: Output to stderr, not stdout + * logging: better colors + + Applications: repl + * When getting an object, if at least one is found, display errors but + correctly return the found object + + Applications: boobmsg + * Fix "show" for threads + + Applications: flatboob + * Ask for query.type in flatboob + * Add load command + * Fix bug type_of_good does not exist anymore + + Applications: Qflatboob + * Manage count to avoid problems during pagination + + Applications: pastoob + * Add an option to set a custom file encoding + + Applications: parceloob + * Catch parcelnotfound by untracking + + Applicatitons: traveloob + * Fix: crash if departure time is not available + + Applications: videoob + * Set non verbose mode for wget when downloading m3u8 (fix #1643) + + Applications: weboobcfg + * Return correct exit status code for enable and disable commands + + Applications: webcontentedit + * Better checks for vim usage + + Browser + * Add a way to asynchronously handle requests and pages + * Backporting mergin_hook to support hook's requests in wheezy + * HTMLPage checks the inner charset and parse again document if it is not + the same than Content-Type HTTP header + * Add a trivial android profile + * Add has-class xpath function + + Browser: filters + * Add debug informations + * Raise ParseError only with None/NotAvailable/NotLoaded values, not with + empty strings + * Add a way to customize sign handling for CleanDecimal + * Regexp: let template be a callable + * Add some javascript dedicated filters + * Add an nth parameter to Regexp filter + * Add __str__ to _Filters + + Browser: elements + * handle_loaders into AbstractElement + * Ability to select an ItemElement + + DeprecatedBrowser + * Fix: certificate check on servers which don't allow SSLv3 + + Documentation + * Update to the new API + * Show base classes in documentation + + Tools + * American amount to decimal conversion (ref #1641) + * PDF decompression function (ref #1641) + * Regexp-based tokenizer (ref #1641) + + Tools: html2text + * Use the class if possible + + Tools: make_man + * Copyright on top of file + + Tools: newsfeed + * No need for workaround with feedparser>=5.1 + + Tools: tests + * Allow changing modules path and adding to PYTHONPATH + + Tools: pyflakes + * Add test to prevent usage of prints in modules + * Detect deprecated has_key function + + Tools: values + * Ability to set value to an empty string if it is available in choices + + Packaging: setup + * Add futures, avoid Py2-only libs under Py3 + * Use Python3-compatible syntax in debpydep + * Add ignore dirs for flake8 + + Contrib: boobot + * Add a check_twitter method + + Contrib: videoobmc + * Force relative imports + + Contrib: weboob-generic (munin script) + * Add category option + + Modules: alloresto + * Fix: website changes (enable https and fix the form xpath) + + Modules: arretsurimages + * Fix: site changed + + Modules: aum + * Remove useless features of module that don't work anymore + * Enable https + * Import exceptions from core + + Modules: banqueaccord + * Support canceled transactions + * Increase timeout because of slow website + + Modules: biplan + * Use the Python SkipTest if possible + + Modules: boursorama + * Remove prints + + Modules: bred + * Limit length of password + * Remove lot of old code and keep card transactions in separate card accounts + * Translating accnum description + + Modules: carrefourbanque + * Do not try to parse useless accounts (closes #1432) + * Fix: login form is now the second form on the page + + Modules: cic + * Fix: new certificate hash + * Set an unique id + + Modules: cmso + * Fix: parsing of transaction amounts (strip nbsp) + * Fix: parsing of huge account balances + + Modules: colissimo + * Fix: return the real error message, not "label" + * Raise ParcelNotFound in colissimo + * Return the fullid of not found parcel + * Upgrade to browser2 + + Modules: cragr + * Remove prints + * Add a regexp for checking password + + Modules: creditcooperatif + * Add unique id to creditcooperatif (perso) + * Update regexps + * Use find object + * Upgrade to browser2 (perso) + + Modules: creditmutuel + * Fix: do not lock browser2 anymore (#1635) + + Modules: dresdenwetter + * Add the debug decorator to dresdenwetter filter + + Modules: europarl + * Remove prints + + Modules: feedly + * Use the Python SkipTest if possible + * Fix: unicode warning + + Modules: fortuneo + * Do exactly the same thing than js to always get accounts list + + Modules: gazelle + * Fix: infinite loop on fail login, and fix error message lookup + + Modules: gdcvault + * Remove prints + + Modules: grooveshark + * Fix: bug when Year field is empty in grooveshark json + * Use the Python SkipTest if possible + + Modules: hds + * Convert to browser2 and fix it + + Modules: hellobank + * Remove prints + + Modules: hybride + * Use the Python SkipTest if possible + + Modules: imgur + * Restrict URL to imgur domains + + Modules: ing + * Fix: add an Index for some accounts... + * Add a test to detect loops in the history + * Fix: testing of saving accounts + * Fix: crash on coming operations + * Add loggedPage on bourse.ingdirect.fr + * Add a @ckeck_bourse decorator for a clean redirect + + Modules: kickass + * Fix: parsing of torrent titles + + Modules: lacentrale + * Fix: deprecated has_key + + Modules: lcl + * Always raise instances of NotImplementedError + + Modules: minutes20 + * Fix: parsing insolite pages + + Modules: nettokom + * Add tests + + Modules: okc + * Remove prints + + Modules: oney + * Add a favicon + * Add missing symbols for the virtual keyboard + * Fix: do not crash on months with no transactions + + Modules: ouifm + * Fix: new radio names + + Modules: ovs + * Force relative import + + Modules: pap + * Adapt to browser2 + * Exclude adverts from other websites + * Fix: image retrieving + + Modules: pastebin + * Fix: crash on spam page + + Modules: paypal + * Use AmericanTransaction.decimal_amount in PayPal module. Part of #1641 + + Modules: quvi + * Force relative import + + Modules: seloger + * Adapt to browser2 + * Fix: pagination + * Fix: obj filling + + Modules: societegenerale + * Remove prints + * PIL is a global requirement, remove the check + + Modules: tinder + * Fix: auth on tinder by correctly set the User-Agent header + + Modules: transilien + * Fix: crash on late departures + + Modules: twitter + * Fix storage system + * Fix purge system + * Do not import Browser1 exception + + Modules: unsee + * Restrict URL to unsee domains + + Modules: vlille + * Better description + + Modules: wellsfargo + * Fix: compatibility with old versions of mechanize + * Add a favicon + * Rewrite Wells Fargo with browser2 (closes #1624) + * Improved Wells Fargo module stability. + * Use AmericanTransaction.decimal_amount, closest_date, decompress_pdf and ReTokenizer in WellsFargo module. + Part of #1641 + + Modules: youjizz + * Fix: fillobj on video thumbnail + + Modules: youtube + * Update part of the js interpreter + + Weboob 0.j (2014-09-03) General: diff --git a/man/boobank.1 b/man/boobank.1 index 7d77a19d0b..c5337df729 100644 --- a/man/boobank.1 +++ b/man/boobank.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBANK 1 "03 September 2014" "boobank 0\&.j" +.TH BOOBANK 1 "17 October 2014" "boobank 1\&.0" .SH NAME boobank \- manage bank accounts .SH SYNOPSIS @@ -46,6 +46,8 @@ Console application allowing to list your bank accounts and get their balance, d .br * citelis (Citélis) .br +* citibank (Citibank) +.br * cmb (Crédit Mutuel de Bretagne) .br * cmso (Crédit Mutuel Sud\-Ouest) @@ -286,7 +288,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -329,7 +331,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -350,8 +352,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -372,11 +376,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon, Christophe Benz .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/boobathon.1 b/man/boobathon.1 index 79000d8512..822f8f57b1 100644 --- a/man/boobathon.1 +++ b/man/boobathon.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBATHON 1 "03 September 2014" "boobathon 0\&.j" +.TH BOOBATHON 1 "17 October 2014" "boobathon 1\&.0" .SH NAME boobathon \- participate in a Boobathon .SH SYNOPSIS @@ -228,7 +228,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -270,7 +270,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -291,8 +291,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -313,11 +315,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/boobcoming.1 b/man/boobcoming.1 index 997c7a9f50..fe33e48eef 100644 --- a/man/boobcoming.1 +++ b/man/boobcoming.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBCOMING 1 "03 September 2014" "boobcoming 0\&.j" +.TH BOOBCOMING 1 "17 October 2014" "boobcoming 1\&.0" .SH NAME boobcoming \- see upcoming events .SH SYNOPSIS @@ -16,12 +16,16 @@ boobcoming \- see upcoming events Console application to see upcoming events. .SS Supported websites: +* agendadulibre (agendadulibre website) +.br * biplan (lebiplan.org website) .br * hybride (hybride website) .br * pariskiwi (ParisKiwi website) .br +* razibus (site annonçant les évènements attendus par les punks a chiens) +.br * senscritique (senscritique website) .br * sueurdemetal (SueurDeMetal French concerts list website) @@ -220,7 +224,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -262,7 +266,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -283,8 +287,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -305,11 +311,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Bezleputh .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/boobill.1 b/man/boobill.1 index 3694d6d832..e93c22f78d 100644 --- a/man/boobill.1 +++ b/man/boobill.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBILL 1 "03 September 2014" "boobill 0\&.j" +.TH BOOBILL 1 "17 October 2014" "boobill 1\&.0" .SH NAME boobill \- get and download bills .SH SYNOPSIS @@ -248,7 +248,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -290,7 +290,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -311,8 +311,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -333,11 +335,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Florent Fourcot .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/booblyrics.1 b/man/booblyrics.1 index bf3c118358..1ffbddd69f 100644 --- a/man/booblyrics.1 +++ b/man/booblyrics.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBLYRICS 1 "03 September 2014" "booblyrics 0\&.j" +.TH BOOBLYRICS 1 "17 October 2014" "booblyrics 1\&.0" .SH NAME booblyrics \- search and display song lyrics .SH SYNOPSIS @@ -188,7 +188,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -230,7 +230,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -251,8 +251,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -273,11 +275,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Julien Veyssier .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/boobmsg.1 b/man/boobmsg.1 index 8fc8627bde..0c5b043f9c 100644 --- a/man/boobmsg.1 +++ b/man/boobmsg.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBMSG 1 "03 September 2014" "boobmsg 0\&.j" +.TH BOOBMSG 1 "17 October 2014" "boobmsg 1\&.0" .SH NAME boobmsg \- send and receive message threads .SH SYNOPSIS @@ -54,6 +54,8 @@ Console application allowing to send messages on various websites and to display .br * phpbb (phpBB forum) .br +* playme (PlayMe dating mobile application) +.br * presseurop (Presseurop website) .br * sfr (SFR French mobile phone provider) @@ -266,7 +268,7 @@ For the "post" command, set a title to message .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -308,7 +310,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -329,8 +331,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -351,11 +355,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Christophe Benz .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/boobooks.1 b/man/boobooks.1 index a1a16bce59..f25f423c22 100644 --- a/man/boobooks.1 +++ b/man/boobooks.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBOOKS 1 "03 September 2014" "boobooks 0\&.j" +.TH BOOBOOKS 1 "17 October 2014" "boobooks 1\&.0" .SH NAME boobooks \- manage rented books .SH SYNOPSIS @@ -176,7 +176,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -218,7 +218,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -239,8 +239,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -261,11 +263,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Jeremy Monnet .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/boobsize.1 b/man/boobsize.1 index ceabc27acb..0d4d8bccf7 100644 --- a/man/boobsize.1 +++ b/man/boobsize.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBSIZE 1 "03 September 2014" "boobsize 0\&.j" +.TH BOOBSIZE 1 "17 October 2014" "boobsize 1\&.0" .SH NAME boobsize \- display sensors and gauges values .SH SYNOPSIS @@ -21,9 +21,11 @@ Console application allowing to display various sensors and gauges values. * jcvelaux (City bike renting availability information. Cities: Paris, Rouen, Toulouse, Luxembourg, Valence, Stockholm, Goteborg, Santander, Amiens, Lillestrom, Mulhouse, Lyon, Ljubljana, Seville, Namur, Nancy, Creteil, Bruxelles\-Capitale, Cergy\-Pontoise, Vilnius, Toyama, Kazan, Marseille, Nantes, Besancon) .br +* mareeinfo (Un module qui permet d' aller a la pêche aux moules totalement informé) +.br * sachsen (Level of Sachsen river) .br -* vlille (access to vlille datas) +* vlille (Lille bike renting availability information) .SH BOOBSIZE COMMANDS .TP \fBdetails\fR \fIGAUGE_ID\fR @@ -193,7 +195,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -235,7 +237,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -256,8 +258,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -278,11 +282,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Florent Fourcot .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/boobtracker.1 b/man/boobtracker.1 index 243aeb4c05..fdc606abf5 100644 --- a/man/boobtracker.1 +++ b/man/boobtracker.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBTRACKER 1 "03 September 2014" "boobtracker 0\&.j" +.TH BOOBTRACKER 1 "17 October 2014" "boobtracker 1\&.0" .SH NAME boobtracker \- manage bug tracking issues .SH SYNOPSIS @@ -272,7 +272,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -314,7 +314,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -335,8 +335,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -357,11 +359,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/cineoob.1 b/man/cineoob.1 index 0aadea1068..c13d2679c3 100644 --- a/man/cineoob.1 +++ b/man/cineoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH CINEOOB 1 "03 September 2014" "cineoob 0\&.j" +.TH CINEOOB 1 "17 October 2014" "cineoob 1\&.0" .SH NAME cineoob \- search movies and persons around cinema .SH SYNOPSIS @@ -358,7 +358,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -401,7 +401,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -422,8 +422,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -444,11 +446,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Julien Veyssier .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/comparoob.1 b/man/comparoob.1 index fd0ca17046..1253d70672 100644 --- a/man/comparoob.1 +++ b/man/comparoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH COMPAROOB 1 "03 September 2014" "comparoob 0\&.j" +.TH COMPAROOB 1 "17 October 2014" "comparoob 1\&.0" .SH NAME comparoob \- compare products .SH SYNOPSIS @@ -182,7 +182,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -224,7 +224,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -245,8 +245,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -267,11 +269,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/cookboob.1 b/man/cookboob.1 index 91bddd90dc..e9252a6729 100644 --- a/man/cookboob.1 +++ b/man/cookboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH COOKBOOB 1 "03 September 2014" "cookboob 0\&.j" +.TH COOKBOOB 1 "17 October 2014" "cookboob 1\&.0" .SH NAME cookboob \- search and consult recipes .SH SYNOPSIS @@ -198,7 +198,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -240,7 +240,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -261,8 +261,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -283,11 +285,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Julien Veyssier .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/flatboob.1 b/man/flatboob.1 index bcab15f2b3..84e80a4c5c 100644 --- a/man/flatboob.1 +++ b/man/flatboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH FLATBOOB 1 "03 September 2014" "flatboob 0\&.j" +.TH FLATBOOB 1 "17 October 2014" "flatboob 1\&.0" .SH NAME flatboob \- search for housing .SH SYNOPSIS @@ -16,6 +16,8 @@ flatboob \- search for housing Console application to search for housing. .SS Supported websites: +* leboncoin (search house on leboncoin website) +.br * pap (French housing website) .br * seloger (French housing website) @@ -25,6 +27,14 @@ Console application to search for housing. .br Get information about a housing. .TP +\fBload\fR [query name]without query name : list loadable queries +.br +with query name laod query +.br + +.br +Default is limited to 10 results. +.TP \fBsearch\fR .br Search for housing. Parameters are interactively asked. @@ -184,7 +194,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -226,7 +236,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -247,8 +257,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -269,15 +281,22 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES "~/.config/weboob/backends" +"~/.config/weboob/flatboob" + .SH SEE ALSO Home page: http://weboob.org/applications/flatboob diff --git a/man/galleroob.1 b/man/galleroob.1 index ecafaea509..c9bc4002e8 100644 --- a/man/galleroob.1 +++ b/man/galleroob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH GALLEROOB 1 "03 September 2014" "galleroob 0\&.j" +.TH GALLEROOB 1 "17 October 2014" "galleroob 1\&.0" .SH NAME galleroob \- browse and download web image galleries .SH SYNOPSIS @@ -206,7 +206,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -248,7 +248,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -269,8 +269,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -291,11 +293,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2011 Noé Rubinstein .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/geolooc.1 b/man/geolooc.1 index a349bae4f5..04989ed0e2 100644 --- a/man/geolooc.1 +++ b/man/geolooc.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH GEOLOOC 1 "03 September 2014" "geolooc 0\&.j" +.TH GEOLOOC 1 "17 October 2014" "geolooc 1\&.0" .SH NAME geolooc \- geolocalize IP addresses .SH SYNOPSIS @@ -171,7 +171,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -213,7 +213,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -234,8 +234,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -256,11 +258,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/handjoob.1 b/man/handjoob.1 index 7a653cf2c9..33cc180265 100644 --- a/man/handjoob.1 +++ b/man/handjoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH HANDJOOB 1 "03 September 2014" "handjoob 0\&.j" +.TH HANDJOOB 1 "17 October 2014" "handjoob 1\&.0" .SH NAME handjoob \- search for a job .SH SYNOPSIS @@ -188,7 +188,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -230,7 +230,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -251,8 +251,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -273,11 +275,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Bezleputh .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/havedate.1 b/man/havedate.1 index 78d8e30cc9..8290fa5369 100644 --- a/man/havedate.1 +++ b/man/havedate.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH HAVEDATE 1 "03 September 2014" "havedate 0\&.j" +.TH HAVEDATE 1 "17 October 2014" "havedate 1\&.0" .SH NAME havedate \- interact with dating websites .SH SYNOPSIS @@ -20,6 +20,8 @@ Console application allowing to interact with various dating websites and to opt .br * okc (OkCupid dating website) .br +* playme (PlayMe dating mobile application) +.br * tinder (Tinder dating mobile application) .SH HAVEDATE COMMANDS .TP @@ -252,7 +254,7 @@ For the "post" command, set a title to message .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -294,7 +296,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -315,8 +317,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -337,11 +341,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2012 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/monboob.1 b/man/monboob.1 index ab1c0c7522..2db97ab469 100644 --- a/man/monboob.1 +++ b/man/monboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH MONBOOB 1 "03 September 2014" "monboob 0\&.j" +.TH MONBOOB 1 "17 October 2014" "monboob 1\&.0" .SH NAME monboob \- daemon to send and check messages .SH SYNOPSIS @@ -54,6 +54,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen .br * phpbb (phpBB forum) .br +* playme (PlayMe dating mobile application) +.br * presseurop (Presseurop website) .br * sfr (SFR French mobile phone provider) @@ -102,7 +104,7 @@ run a fake smtpd server and set the port .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -144,7 +146,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -165,8 +167,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -187,11 +191,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/parceloob.1 b/man/parceloob.1 index ee3afab2cb..31bc9bb051 100644 --- a/man/parceloob.1 +++ b/man/parceloob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH PARCELOOB 1 "03 September 2014" "parceloob 0\&.j" +.TH PARCELOOB 1 "17 October 2014" "parceloob 1\&.0" .SH NAME parceloob \- manage your parcels .SH SYNOPSIS @@ -192,7 +192,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -234,7 +234,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -255,8 +255,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -277,11 +279,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/pastoob.1 b/man/pastoob.1 index 3970b99d4a..016c85e372 100644 --- a/man/pastoob.1 +++ b/man/pastoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH PASTOOB 1 "03 September 2014" "pastoob 0\&.j" +.TH PASTOOB 1 "17 October 2014" "pastoob 1\&.0" .SH NAME pastoob \- post and get pastes from pastebins .SH SYNOPSIS @@ -217,11 +217,14 @@ Paste title .TP \fB\-m MAX_AGE\fR, \fB\-\-max\-age=MAX_AGE\fR Maximum age (duration), default "1 month", "never" for infinite +.TP +\fB\-E ENCODING\fR, \fB\-\-encoding=ENCODING\fR +Input encoding .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -263,7 +266,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -284,8 +287,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -306,11 +311,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2011-2013 Laurent Bachelier .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qboobmsg.1 b/man/qboobmsg.1 index be92ca8aff..1c2937798b 100644 --- a/man/qboobmsg.1 +++ b/man/qboobmsg.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QBOOBMSG 1 "03 September 2014" "qboobmsg 0\&.j" +.TH QBOOBMSG 1 "17 October 2014" "qboobmsg 1\&.0" .SH NAME qboobmsg \- send and receive message threads .SH SYNOPSIS @@ -54,6 +54,8 @@ Qt application allowing to read messages on various websites and reply to them. .br * phpbb (phpBB forum) .br +* playme (PlayMe dating mobile application) +.br * presseurop (Presseurop website) .br * sfr (SFR French mobile phone provider) @@ -83,7 +85,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -98,7 +100,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -119,8 +121,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -141,11 +145,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qcineoob.1 b/man/qcineoob.1 index 651b85aa49..527f6f2e92 100644 --- a/man/qcineoob.1 +++ b/man/qcineoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QCINEOOB 1 "03 September 2014" "qcineoob 0\&.j" +.TH QCINEOOB 1 "17 October 2014" "qcineoob 1\&.0" .SH NAME qcineoob \- search movies, people, torrent and subtitles .SH SYNOPSIS @@ -35,7 +35,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -50,7 +50,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -71,8 +71,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -93,11 +95,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Julien Veyssier .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qcookboob.1 b/man/qcookboob.1 index b7bd2ccc9d..c1a5b5e8af 100644 --- a/man/qcookboob.1 +++ b/man/qcookboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QCOOKBOOB 1 "03 September 2014" "qcookboob 0\&.j" +.TH QCOOKBOOB 1 "17 October 2014" "qcookboob 1\&.0" .SH NAME qcookboob \- search recipes .SH SYNOPSIS @@ -45,7 +45,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -60,7 +60,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -81,8 +81,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -103,11 +105,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Julien Veyssier .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qflatboob.1 b/man/qflatboob.1 index b65a9f37f4..9c95d2498b 100644 --- a/man/qflatboob.1 +++ b/man/qflatboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QFLATBOOB 1 "03 September 2014" "qflatboob 0\&.j" +.TH QFLATBOOB 1 "17 October 2014" "qflatboob 1\&.0" .SH NAME qflatboob \- search for housing .SH SYNOPSIS @@ -16,6 +16,8 @@ qflatboob \- search for housing Qt application to search for housing. .SS Supported websites: +* leboncoin (search house on leboncoin website) +.br * pap (French housing website) .br * seloger (French housing website) @@ -39,7 +41,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -54,7 +56,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -75,8 +77,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -97,11 +101,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2012 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qhandjoob.1 b/man/qhandjoob.1 index 77dc2adbcb..11a629e354 100644 --- a/man/qhandjoob.1 +++ b/man/qhandjoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QHANDJOOB 1 "03 September 2014" "qhandjoob 0\&.j" +.TH QHANDJOOB 1 "17 October 2014" "qhandjoob 1\&.0" .SH NAME qhandjoob \- search for job .SH SYNOPSIS @@ -51,7 +51,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -66,7 +66,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -87,8 +87,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -109,11 +111,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Sébastien Monel .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qhavedate.1 b/man/qhavedate.1 index 90197b86c7..d72f1fc46b 100644 --- a/man/qhavedate.1 +++ b/man/qhavedate.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QHAVEDATE 1 "03 September 2014" "qhavedate 0\&.j" +.TH QHAVEDATE 1 "17 October 2014" "qhavedate 1\&.0" .SH NAME qhavedate \- interact with dating websites .SH SYNOPSIS @@ -20,6 +20,8 @@ Qt application allowing to interact with various dating websites. .br * okc (OkCupid dating website) .br +* playme (PlayMe dating mobile application) +.br * tinder (Tinder dating mobile application) .SH OPTIONS .TP @@ -41,7 +43,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -56,7 +58,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -77,8 +79,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -99,11 +103,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2012 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qvideoob.1 b/man/qvideoob.1 index 1786803484..9e9e6e5b3a 100644 --- a/man/qvideoob.1 +++ b/man/qvideoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QVIDEOOB 1 "03 September 2014" "qvideoob 0\&.j" +.TH QVIDEOOB 1 "17 October 2014" "qvideoob 1\&.0" .SH NAME qvideoob \- search and play videos .SH SYNOPSIS @@ -71,7 +71,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -86,7 +86,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -107,8 +107,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -129,11 +131,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/qwebcontentedit.1 b/man/qwebcontentedit.1 index 414a49f47e..7afdf91d28 100644 --- a/man/qwebcontentedit.1 +++ b/man/qwebcontentedit.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QWEBCONTENTEDIT 1 "03 September 2014" "qwebcontentedit 0\&.j" +.TH QWEBCONTENTEDIT 1 "17 October 2014" "qwebcontentedit 1\&.0" .SH NAME qwebcontentedit \- manage websites content .SH SYNOPSIS @@ -41,7 +41,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -56,7 +56,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -77,8 +77,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -99,11 +101,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2011 Clément Schreiner .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/radioob.1 b/man/radioob.1 index bceae72173..612eafa30e 100644 --- a/man/radioob.1 +++ b/man/radioob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH RADIOOB 1 "03 September 2014" "radioob 0\&.j" +.TH RADIOOB 1 "17 October 2014" "radioob 1\&.0" .SH NAME radioob \- search, show or listen to radio stations .SH SYNOPSIS @@ -184,7 +184,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -227,7 +227,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -248,8 +248,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -270,12 +272,17 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2013 Romain Bignon Copyright(C) 2013 Pierre Maziere .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/suboob.1 b/man/suboob.1 index c3db3cd5e6..e5c2fc9be4 100644 --- a/man/suboob.1 +++ b/man/suboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH SUBOOB 1 "03 September 2014" "suboob 0\&.j" +.TH SUBOOB 1 "17 October 2014" "suboob 1\&.0" .SH NAME suboob \- search and download subtitles .SH SYNOPSIS @@ -236,7 +236,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -278,7 +278,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -299,8 +299,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -321,11 +323,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2013 Julien Veyssier .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/translaboob.1 b/man/translaboob.1 index dcca88e4de..f878001cbd 100644 --- a/man/translaboob.1 +++ b/man/translaboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH TRANSLABOOB 1 "03 September 2014" "translaboob 0\&.j" +.TH TRANSLABOOB 1 "17 October 2014" "translaboob 1\&.0" .SH NAME translaboob \- translate text from one language to another .SH SYNOPSIS @@ -224,7 +224,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -266,7 +266,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -287,8 +287,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -309,11 +311,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Lucien Loiseau .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/traveloob.1 b/man/traveloob.1 index ee6fc5373e..343363052e 100644 --- a/man/traveloob.1 +++ b/man/traveloob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH TRAVELOOB 1 "03 September 2014" "traveloob 0\&.j" +.TH TRAVELOOB 1 "17 October 2014" "traveloob 1\&.0" .SH NAME traveloob \- search for train stations and departures .SH SYNOPSIS @@ -222,7 +222,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -264,7 +264,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -285,8 +285,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -307,11 +309,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2013 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/videoob.1 b/man/videoob.1 index 3dd4bbede9..265d09e8a9 100644 --- a/man/videoob.1 +++ b/man/videoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH VIDEOOB 1 "03 September 2014" "videoob 0\&.j" +.TH VIDEOOB 1 "17 October 2014" "videoob 1\&.0" .SH NAME videoob \- search and play videos .SH SYNOPSIS @@ -256,7 +256,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -298,7 +298,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -319,8 +319,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -341,11 +343,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/webcontentedit.1 b/man/webcontentedit.1 index 94d5a45c13..6e9aee0283 100644 --- a/man/webcontentedit.1 +++ b/man/webcontentedit.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBCONTENTEDIT 1 "03 September 2014" "webcontentedit 0\&.j" +.TH WEBCONTENTEDIT 1 "17 October 2014" "webcontentedit 1\&.0" .SH NAME webcontentedit \- manage websites content .SH SYNOPSIS @@ -190,7 +190,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -232,7 +232,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -253,8 +253,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -275,11 +277,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/weboob-cli.1 b/man/weboob-cli.1 index 3d26c90f12..26401b8be3 100644 --- a/man/weboob-cli.1 +++ b/man/weboob-cli.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CLI 1 "03 September 2014" "weboob-cli 0\&.j" +.TH WEBOOB-CLI 1 "17 October 2014" "weboob-cli 1\&.0" .SH NAME weboob-cli \- call a method on backends .SH SYNOPSIS @@ -36,7 +36,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -78,7 +78,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -99,8 +99,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -121,11 +123,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/weboob-config-qt.1 b/man/weboob-config-qt.1 index 4a0f7aebc7..9207589e1c 100644 --- a/man/weboob-config-qt.1 +++ b/man/weboob-config-qt.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CONFIG-QT 1 "03 September 2014" "weboob-config-qt 0\&.j" +.TH WEBOOB-CONFIG-QT 1 "17 October 2014" "weboob-config-qt 1\&.0" .SH NAME weboob-config-qt \- manage backends or register new accounts .SH SYNOPSIS @@ -35,7 +35,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -50,7 +50,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -71,8 +71,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -93,11 +95,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/weboob-config.1 b/man/weboob-config.1 index bd1aacc7b9..315a5cee09 100644 --- a/man/weboob-config.1 +++ b/man/weboob-config.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CONFIG 1 "03 September 2014" "weboob-config 0\&.j" +.TH WEBOOB-CONFIG 1 "17 October 2014" "weboob-config 1\&.0" .SH NAME weboob-config \- manage backends or register new accounts .SH SYNOPSIS @@ -93,7 +93,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -135,7 +135,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -156,8 +156,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -178,11 +180,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2012 Christophe Benz, Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/weboob-debug.1 b/man/weboob-debug.1 index b351ecad5e..252f290146 100644 --- a/man/weboob-debug.1 +++ b/man/weboob-debug.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-DEBUG 1 "03 September 2014" "weboob-debug 0\&.j" +.TH WEBOOB-DEBUG 1 "17 October 2014" "weboob-debug 1\&.0" .SH NAME weboob-debug \- debug backends .SH SYNOPSIS @@ -35,7 +35,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -55,7 +55,7 @@ save every response Prefer bpython over ipython .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -76,8 +76,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -98,11 +100,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2011 Christophe Benz .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/weboob-repos.1 b/man/weboob-repos.1 index ee2a4a28cc..d7aaa2c9e6 100644 --- a/man/weboob-repos.1 +++ b/man/weboob-repos.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-REPOS 1 "03 September 2014" "weboob-repos 0\&.j" +.TH WEBOOB-REPOS 1 "17 October 2014" "weboob-repos 1\&.0" .SH NAME weboob-repos \- manage a weboob repository .SH SYNOPSIS @@ -79,7 +79,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -121,7 +121,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -142,8 +142,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -164,11 +166,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2012 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/weboorrents.1 b/man/weboorrents.1 index 6769ee1ace..427942bfdb 100644 --- a/man/weboorrents.1 +++ b/man/weboorrents.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOORRENTS 1 "03 September 2014" "weboorrents 0\&.j" +.TH WEBOORRENTS 1 "17 October 2014" "weboorrents 1\&.0" .SH NAME weboorrents \- search and download torrents .SH SYNOPSIS @@ -198,7 +198,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -240,7 +240,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -261,8 +261,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -283,11 +285,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2012 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/wetboobs.1 b/man/wetboobs.1 index 29575e3a5e..06dc6bb63c 100644 --- a/man/wetboobs.1 +++ b/man/wetboobs.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WETBOOBS 1 "03 September 2014" "wetboobs 0\&.j" +.TH WETBOOBS 1 "17 October 2014" "wetboobs 1\&.0" .SH NAME wetboobs \- display weather and forecasts .SH SYNOPSIS @@ -190,7 +190,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -232,7 +232,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -253,8 +253,10 @@ Test if object.field is less than the value. If object.field is date, return tru | This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. .SS Expression combination -You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. - +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. .SS Examples: .nf .B boobank ls \-\-condition 'label=Livret A' @@ -275,11 +277,16 @@ Get transactions containing "rewe". .B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' .fi Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT Copyright(C) 2010-2014 Romain Bignon .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES -- GitLab