diff --git a/ChangeLog b/ChangeLog index 8128992a7fc035a51530886260183bf06c405430..3094930c4511e98969925d98d9e62e47516dad3b 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 7d77a19d0bd72221848fc99f54391d076cdff54d..c5337df729d17c594e9ff326b5b14e10cfebacc8 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 79000d8512508cc147fe09a3faecc043c719c95d..822f8f57b18c8d7629342c488a27d81391d3e296 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 997c7a9f50e90411d88e28447eff990503e1355e..fe33e48eef915887f471084e5f67c7a622bf88a4 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 3694d6d8321ca95c0c24ef3d3e84f8ea9eec68d7..e93c22f78d9380f818632bb170686922f19abc38 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 bf3c1183588665befc47737a3702861984c66e95..1ffbddd69fd8bb6c3617f6980ae9d220315e512a 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 8fc8627bde82d3bda2fe2edfade8383395eb6a06..0c5b043f9c73d30ab0bfebd0781c5ac1de8fe318 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 a1a16bce59067da984eacb71176663a474f17c64..f25f423c22375b80e2604ac107b1e09a432630c9 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 ceabc27acb6006d4fde82c97b82131076af5a82d..0d4d8bccf742cb7cc293608d06dbd258b50019c1 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 243aeb4c05cf1d39290cef4a1a57ebefe5745e45..fdc606abf59939b282760f6f24d7918a98126838 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 0aadea1068d40c0c2e8c521c9d66b6908097e8c5..c13d2679c373f5888494fa14a3bc57144d245d99 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 fd0ca17046f3400a71e7f7114a8a6413a581b011..1253d706728de55d176899b95e4004befe01f825 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 91bddd90dcd6f02e21c063a54e720b5ecb289ff3..e9252a67295df8f8c9f60b3507b0ef14514a82da 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 bcab15f2b38760938ac2fc57380805de6d97be57..84e80a4c5c9663b59506db7744f2124129817c2c 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 ecafaea5096bc1daba71f6625f69fdf20a44848a..c9bc4002e8a66b6743dfced9b4d9ef0ebc23050d 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 a349bae4f5f10c4851ea721b0098c02e49736356..04989ed0e28ec2b8b348001f2a05807212216821 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 7a653cf2c95650fb17f95c2f8b3187331c30f87b..33cc18026596e4ebe6849abf34cbc89c5e266461 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 78d8e30cc978213261697eed204eb6d4f7fef546..8290fa53695558fb3b3198fab3d76812c9a3c733 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 ab1c0c752247e8458cce01c74f517b2e287b2f77..2db97ab4695fcaa6d20af0f51a97f602bff4097e 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 ee3afab2cbf331ced44e11cd17f0688088528306..31bc9bb0513dae682d6d4ff3615dbbf867dd6845 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 3970b99d4a14570ddfc07ce2c86ba659a8c6fb57..016c85e3722b7401d2c7d077c1fae5f8a7a36a2a 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 be92ca8aff151e7d35fdc4da77dd81487076d64a..1c2937798ba5efb98ff80e511f35c695faf1a6b3 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 651b85aa49c099181a52525572b59f7897586e9c..527f6f2e92558c87ef0b2c5dd73e9dacba672890 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 b7bd2ccc9d408408c1cfc0203ff4a93a753d0bdc..c1a5b5e8afc032e85267e19d7d78acd73d0cc55d 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 b65a9f37f4199df76b6d56175a418c336a806d51..9c95d2498b5bbf3f5fd76b560fff7f846b296086 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 77dc2adbcbaac30c408a78b7cc9675d5b9268179..11a629e354aaa0ec4fbf628997a0079185056684 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 90197b86c7b19718f1cb5f96fa38103f47d0b05f..d72f1fc46bf752c1b74824dfb58f7d46d1323ad6 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 1786803484374c4230554ee37b565477884cef65..9e9e6e5b3ac5d4f10acf5b256924faaf835f0c20 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 414a49f47eee4564c33f012b07d0a95d85b79339..7afdf91d28a998e5c69a07201dbd0c7197543d91 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 bceae721734773b79acda1eb4fe8e0b1bc6ce1e7..612eafa30e9d7c1e82685c434fa46e9037434b78 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 c3db3cd5e6a5a8c0ae6dd8754fdc6ce9984f996a..e5c2fc9be45a20f2b9cda7b675c91d02b931b2a0 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 dcca88e4defc3105abc109aa9915839c1798add1..f878001cbd4558fa76cdeca33ea4f4e4f77b2de3 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 ee6fc5373e7e8f26a1a93ab7464402fcbe3e112b..343363052e408ef8aa3abf2b46ee8029a351831d 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 3dd4bbede9e2a35415194910701b30ed3252c1fe..265d09e8a9909ff0c7106a9f378eb6af215493ef 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 94d5a45c13e19f5291527c2b0d07285ac70651e9..6e9aee02832ca01acc8d37b48c53dbb3d48e2e8d 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 3d26c90f12cbced2cc75fad821d82e7f2a9b4e46..26401b8be3e736ff31a99b03cc9c5af52d3337af 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 4a0f7aebc7485ffba83490129d7aeced54539805..9207589e1c5e540e38afadf53716cc7f71dda785 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 bd1aacc7b93e94b4f4c195aad89e39ac218e58b4..315a5cee095e5e1cceda8858152e2a48d400ad3f 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 b351ecad5ec6536f7531f1f0351dcaff79fe1822..252f29014662c6278e568e6bc3f928220d85af36 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 ee2a4a28ccd2def71e32b0eef48b541cdc432e42..d7aaa2c9e644fe1a22e1306e16a65bb974c8c5e2 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 6769ee1ace5ee3407cb73cdb9f266c98980a76da..427942bfdbdd386ff5c2503c107575bca8cba0d5 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 29575e3a5e1c3cfacae3289a11b077e250f5c1da..06dc6bb63ca44454b25fc14c362cb168a9090519 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