diff --git a/ChangeLog b/ChangeLog index 948fe20675b3bee5213d435dcf987b76d5dfc58b..d20d2de4a29db2f139fe6c8e27416fbe34da3667 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,128 @@ +Weboob 0.b (2012-03-14) + General + * New capability: CapBill. + * New capability: CapBook. + * New capability: CapHousing. + * New capability: CapWaterLevel. + * New module: CappedTV (CapVideo). + * New module: FreeMobile (CapBill). + * New module: OpacWebAloes (CapBook). + * New module: Pap (CapHousing). + * New module: PressEurop (CapMessages). + * New module: Sachsen (CapWaterLevel). + * New module: SeLoger (CapHousing). + * New application: boobill (CapBill). + * New application: boobooks (CapBook). + * New application: flatoob (CapHousing). + * New application: QFlatBoob (CapHousing). + * New contrib script: freemobile-munin. + * Rename application: havesex -> havedate. + * Rename application: QHaveSex -> QHaveDate. + * Remove module: MangaToShokan (website is dead). + + Console applications: + * Improvements of 'ls' and 'cd' commands. + * Fix: crash when trying to add twice a same module. + + Module: Boursorama + * Fix: IDs of operations. + + Module: BNPorc + * Parse categories. + * Parse account types. + * Fix: getting history of secondary accounts. + + Module: BP + * Store transactions dates as datetime.date objects. + * Fix: parsing of accounts in particular cases. + + Module: CanalPlus + * Friendlier paths in canalplus. + + Module: CMB + * Add type and label support to CMB backend. + + Module: CrAgr + * Now handle history-less accounts, at least for Toulouse-like layouts. + * Transaction objects are now created using datetime.date (#800). + * Fix: balance retrieval for history-less accounts (#788). + + Module: CreditMutuel + * Store Transaction.date as a datetime.date object. + * Support loan history. + * Parse type of transactions. + * Fix: lot of bugs. + + Module: DLFP + * Parse a comment only if needed (performances enhancement). + * Get comments only in case of rss-comments changes. + + Module: Ecrans + * Store only last 20 articles. + + Module: HSBC + * Display only real accounts. + + Module: ING + * The account listing is now more robust. + * Parse types of transactions. + + Module: Kickass + * Fix: search was broken. + + Module: Mangafox + * Fix: crash on Comments page. + + Module: NolifeTV + * Support authentication. + * Fix: parsing of videos with missing description. + + Module: OuiFM + * Fix: error when no artist/title. + + Module: Pastebin + * Fix: getting pastebin paste visiblity. + + Module: Piratebay + * Support magnets properly. + + Module: RadioFrance + * Support replay. + * Use a better source for FIP. + * Fix: fetching FIP current. + + Module: SocieteGenerale + * Check if login is failed. + + Module: Youtube + * Fix: crash when there is no author. + + Application: boobank + * Display types of transactions. + * Add formatter 'transactions'. + + Application: chatoob + * Removed because unused. + + Application: videoob-webserver + * Moved to contrib/. + + Application: weboob-config + * Fix: command 'list' can filter by capability (#786). + + Application: weboorrents + * Support magnet URLs. + + Application: wetboobs + * Now supports CapWaterLevel in addition to CapWeather. + + Core: + * Big refactoring of CapCollection. + * Use libyaml for faster loading and saving. + * Sign modules.list. + * Support gzipped responses in Browser. + * Fix: retrieving third icons if module is local. + Weboob 0.a (2012-02-05) General * New backend: Boursorama (CapBank). diff --git a/man/boobank.1 b/man/boobank.1 index 3c8e8a91657fb03001ae6624ffe0773496d395e4..ea9c8eb38511bb43f5a5a3f7153c576373c546f7 100644 --- a/man/boobank.1 +++ b/man/boobank.1 @@ -1,4 +1,4 @@ -.TH BOOBANK 1 "05 February 2012" "boobank 0\&.a" +.TH BOOBANK 1 "14 March 2012" "boobank 0\&.b" .SH NAME boobank .SH SYNOPSIS @@ -14,25 +14,25 @@ boobank Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available). .SS Supported websites: -* bnporc (BNP Paribas french bank' website) +* bnporc (BNP Paribas French bank website) .br -* boursorama (Boursorama french bank's website) +* boursorama (Boursorama French bank website) .br -* bp (La banque postale, French bank) +* bp (La Banque Postale French bank website) .br -* cmb (Credit Mutuel de Bretagne) +* cmb (Crédit Mutuel de Bretagne French bank website) .br -* cragr (Credit Agricole french bank's website) +* cragr (Crédit Agricole French bank website) .br -* creditmutuel (Crédit Mutuel french bank) +* creditmutuel (Crédit Mutuel French bank website) .br -* hsbc (HSBC bank' website) +* hsbc (HSBC France bank website) .br -* ing (ING french bank' website) +* ing (ING Direct French bank website) .br -* lcl (Le Credit Lyonnais crappy french bank) +* lcl (Le Crédit Lyonnais French bank website) .br -* societegenerale (Société Générale french bank' website) +* societegenerale (Société Générale French bank website) .SH BOOBANK COMMANDS .TP \fBcoming\fR \fIID\fR @@ -94,7 +94,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -226,7 +228,7 @@ select result item keys to display (comma separated) .SH FORMATTING OPTIONS .TP \fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR -select output formatter (account_list, csv, htmltable, multiline, qif, +select output formatter (account_list, csv, htmltable, multiline, ops_list, qif, recipient_list, simple, table, transfer, webkit) .TP \fB\-\-no\-header\fR @@ -245,7 +247,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Boobank +Home page: http://weboob.org/applications/boobank diff --git a/man/boobathon.1 b/man/boobathon.1 index 34b795c5fc5b2703c7b2d067355c6b80e94ad7d1..bb542f7fc5fc754a6aaab16b96ae33f6a63a322b 100644 --- a/man/boobathon.1 +++ b/man/boobathon.1 @@ -1,4 +1,4 @@ -.TH BOOBATHON 1 "05 February 2012" "boobathon 0\&.a" +.TH BOOBATHON 1 "14 March 2012" "boobathon 0\&.b" .SH NAME boobathon .SH SYNOPSIS @@ -14,9 +14,9 @@ boobathon Console application to participate to a Boobathon. .SS Supported websites: -* dlfp (Da Linux French Page) +* dlfp (Da Linux French Page news website) .br -* mediawiki (Mediawiki wiki software application) +* mediawiki (Wikis running MediaWiki, like Wikipedia) .br * redmine (The Redmine project management web application) .SH BOOBATHON COMMANDS @@ -55,7 +55,7 @@ Leave this event. .TP \fBmembers\fR .br -Display members informations. +Display members information. .TP \fBprogress\fR .br @@ -104,7 +104,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -254,7 +256,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Boobathon +Home page: http://weboob.org/applications/boobathon diff --git a/man/boobill.1 b/man/boobill.1 new file mode 100644 index 0000000000000000000000000000000000000000..59044479090f2a1e0d795daf84892ebe4dfe7146 --- /dev/null +++ b/man/boobill.1 @@ -0,0 +1,233 @@ +.TH BOOBILL 1 "14 March 2012" "boobill 0\&.b" +.SH NAME +boobill +.SH SYNOPSIS +.B boobill +[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]] +.br +.B boobill +[\-\-help] [\-\-version] + +.SH DESCRIPTION +.LP + +Console application allowing to get and download bills. + +.SS Supported websites: +* freemobile (Free Mobile website) +.SH BOOBILL COMMANDS +.TP +\fBbills\fR \fII\fRd +.br +Get the list of bills documents for subscription +.br +id is the identifier of the backend +.TP +\fBdetails\fR \fII\fRd +.br +Get details of a subscription. +.TP +\fBdownload\fR \fII\fRd [\fIFILENAME\fR] +.br +download the bill +.br +id is the identifier of the bill (hint: try bills command) +.br +FILENAME is where to write the file. If FILENAME is '\-', +.br +the file is written to stdout. +.TP +\fBhistory\fR \fII\fRd +.br +Get the history of a subscription. +.TP +\fBsubscriptions\fR +.br +List subscriptions +.SH WEBOOB COMMANDS +.TP +\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... +.br +Select used backends. +.br + +.br +ACTION is one of the following (default: list): +.br +* enable enable given backends +.br +* disable disable given backends +.br +* only enable given backends and disable the others +.br +* list display enabled and available backends +.br +* add add a backend +.br +* register register a new account on a website +.br +* edit edit a backend +.br +* remove remove a backend +.TP +\fBcd\fR [\fIPATH\fR] +.br +Follow a path. +.br +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. +.TP +\fBcondition\fR [\fIEXPRESSION\fR | off] +.br +If an argument is given, set the condition expression used to filter the results. +.br +If the "off" value is given, conditional filtering is disabled. +.br + +.br +If no argument is given, print the current condition expression. +.TP +\fBcount\fR [\fINUMBER\fR | off] +.br +If an argument is given, set the maximum number of results fetched. +.br +NUMBER must be at least 1. +.br +"off" value disables counting, and allows infinite searches. +.br + +.br +If no argument is given, print the current count value. +.TP +\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]] +.br +If a FORMATTER is given, set the formatter to use. +.br +You can add a COMMAND to apply the formatter change only to +.br +a given command. +.br + +.br +If the argument is "list", print the available formatters. +.br + +.br +If the argument is "option", set the formatter options. +.br +Valid options are: header, keys. +.br +If on/off value is given, set the value of the option. +.br +If not, print the current value for the option. +.br + +.br +If no argument is given, print the current formatter. +.TP +\fBinspect\fR \fIBACKEND_NAME\fR +.br +Display the HTML string of the current page of the specified backend's browser. +.br + +.br +If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI. +.TP +\fBlogging\fR [\fILEVEL\fR] +.br +Set logging level. +.br + +.br +Availables: debug, info, warning, error. +.br +* quiet is an alias for error +.br +* default is an alias for warning +.TP +\fBls\fR +.br +List objects in current path. +.TP +\fBquit\fR +.br +Quit the application. +.TP +\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full" +.br +If an argument is given, set the selected fields. +.br +$direct selects all fields loaded in one http request. +.br +$full selects all fields using as much http requests as necessary. +.br + +.br +If no argument is given, print the currently selected fields. + +.SH OPTIONS +.TP +\fB\-\-version\fR +show program's version number and exit +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR +what backend(s) to enable (comma separated) + +.SH LOGGING OPTIONS +.TP +\fB\-d\fR, \fB\-\-debug\fR +display debug messages +.TP +\fB\-q\fR, \fB\-\-quiet\fR +display only error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +display info messages +.TP +\fB\-\-logging\-file=LOGGING_FILE\fR +file to save logs +.TP +\fB\-a\fR, \fB\-\-save\-responses\fR +save every response + +.SH RESULTS OPTIONS +.TP +\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR +filter result items to display given a boolean expression +.TP +\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR +get a maximum number of results (all backends merged) +.TP +\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR +select result item keys to display (comma separated) + +.SH FORMATTING OPTIONS +.TP +\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR +select output formatter (csv, htmltable, multiline, simple, subscriptions, +table, webkit) +.TP +\fB\-\-no\-header\fR +do not display header +.TP +\fB\-\-no\-keys\fR +do not display item keys +.TP +\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR +file to export result + +.SH COPYRIGHT +Copyright(C) 2012 Florent Fourcot +.LP +For full COPYRIGHT see COPYING file with weboob package. +.LP +.RE +.SH FILES +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/boobill diff --git a/man/boobmsg.1 b/man/boobmsg.1 index 7d55bcae64dba82107bc4e73085468f7a951e121..55f2a13dd9edfc9cfea4d2959909bb683902786c 100644 --- a/man/boobmsg.1 +++ b/man/boobmsg.1 @@ -1,4 +1,4 @@ -.TH BOOBMSG 1 "05 February 2012" "boobmsg 0\&.a" +.TH BOOBMSG 1 "14 March 2012" "boobmsg 0\&.b" .SH NAME boobmsg .SH SYNOPSIS @@ -14,31 +14,33 @@ boobmsg Console application allowing to send messages on various websites and to display message threads and contents. .SS Supported websites: -* aum (“Adopte un mec” french dating website) +* aum ("Adopte un Mec" French dating website) .br -* bouygues (Bouygues french mobile phone provider) +* bouygues (Bouygues Télécom French mobile phone provider) .br -* dlfp (Da Linux French Page) +* dlfp (Da Linux French Page news website) .br -* ecrans (Ecrans French news website) +* ecrans (Écrans French news website) .br -* fourchan (4chan website) +* fourchan (4chan image board) .br -* hds (histoires\-de\-sexe.net french erotic novels) +* hds (Histoires de Sexe French erotic novels) .br -* inrocks (Inrock French news website) +* inrocks (Les Inrocks French news website) .br -* lefigaro (Lefigaro French news website) +* lefigaro (Le Figaro French newspaper website) .br -* minutes20 (20minutes French news website) +* minutes20 (2 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) .br -* orange (Orange french mobile phone provider) +* orange (Orange French mobile phone provider) .br * phpbb (phpBB forum) .br -* sfr (SFR french mobile phone provider) +* presseurop (Presseurop website) +.br +* sfr (SFR French mobile phone provider) .SH BOOBMSG COMMANDS .TP \fBexport_all\fR @@ -100,7 +102,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -259,7 +263,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Boobmsg +Home page: http://weboob.org/applications/boobmsg diff --git a/man/boobooks.1 b/man/boobooks.1 new file mode 100644 index 0000000000000000000000000000000000000000..27b834ffac07318ea528e633e304ec61cda30280 --- /dev/null +++ b/man/boobooks.1 @@ -0,0 +1,204 @@ +.TH BOOBOOKS 1 "14 March 2012" "boobooks 0\&.b" +.SH NAME +boobooks +.SH SYNOPSIS +.B boobooks +[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]] +.br +.B boobooks +[\-\-help] [\-\-version] + +.SH DESCRIPTION +.LP + +Console application allowing to list your books rented or booked at the library, book and search new ones, get your booking history (if available). + +.SS Supported websites: +* opacwebaloes (Aloes Library software) +.SH WEBOOB COMMANDS +.TP +\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... +.br +Select used backends. +.br + +.br +ACTION is one of the following (default: list): +.br +* enable enable given backends +.br +* disable disable given backends +.br +* only enable given backends and disable the others +.br +* list display enabled and available backends +.br +* add add a backend +.br +* register register a new account on a website +.br +* edit edit a backend +.br +* remove remove a backend +.TP +\fBcd\fR [\fIPATH\fR] +.br +Follow a path. +.br +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. +.TP +\fBcondition\fR [\fIEXPRESSION\fR | off] +.br +If an argument is given, set the condition expression used to filter the results. +.br +If the "off" value is given, conditional filtering is disabled. +.br + +.br +If no argument is given, print the current condition expression. +.TP +\fBcount\fR [\fINUMBER\fR | off] +.br +If an argument is given, set the maximum number of results fetched. +.br +NUMBER must be at least 1. +.br +"off" value disables counting, and allows infinite searches. +.br + +.br +If no argument is given, print the current count value. +.TP +\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]] +.br +If a FORMATTER is given, set the formatter to use. +.br +You can add a COMMAND to apply the formatter change only to +.br +a given command. +.br + +.br +If the argument is "list", print the available formatters. +.br + +.br +If the argument is "option", set the formatter options. +.br +Valid options are: header, keys. +.br +If on/off value is given, set the value of the option. +.br +If not, print the current value for the option. +.br + +.br +If no argument is given, print the current formatter. +.TP +\fBinspect\fR \fIBACKEND_NAME\fR +.br +Display the HTML string of the current page of the specified backend's browser. +.br + +.br +If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI. +.TP +\fBlogging\fR [\fILEVEL\fR] +.br +Set logging level. +.br + +.br +Availables: debug, info, warning, error. +.br +* quiet is an alias for error +.br +* default is an alias for warning +.TP +\fBls\fR +.br +List objects in current path. +.TP +\fBquit\fR +.br +Quit the application. +.TP +\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full" +.br +If an argument is given, set the selected fields. +.br +$direct selects all fields loaded in one http request. +.br +$full selects all fields using as much http requests as necessary. +.br + +.br +If no argument is given, print the currently selected fields. + +.SH OPTIONS +.TP +\fB\-\-version\fR +show program's version number and exit +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR +what backend(s) to enable (comma separated) + +.SH LOGGING OPTIONS +.TP +\fB\-d\fR, \fB\-\-debug\fR +display debug messages +.TP +\fB\-q\fR, \fB\-\-quiet\fR +display only error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +display info messages +.TP +\fB\-\-logging\-file=LOGGING_FILE\fR +file to save logs +.TP +\fB\-a\fR, \fB\-\-save\-responses\fR +save every response + +.SH RESULTS OPTIONS +.TP +\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR +filter result items to display given a boolean expression +.TP +\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR +get a maximum number of results (all backends merged) +.TP +\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR +select result item keys to display (comma separated) + +.SH FORMATTING OPTIONS +.TP +\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR +select output formatter (csv, htmltable, multiline, rented_list, simple, table, +webkit) +.TP +\fB\-\-no\-header\fR +do not display header +.TP +\fB\-\-no\-keys\fR +do not display item keys +.TP +\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR +file to export result + +.SH COPYRIGHT +Copyright(C) 2012 Jeremy Monnet +.LP +For full COPYRIGHT see COPYING file with weboob package. +.LP +.RE +.SH FILES +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/boobooks diff --git a/man/boobtracker.1 b/man/boobtracker.1 index e53e228f060df8282ee12041d329cb0218e7ac04..b6122fc77f28b9cae58f8a7c1300b2a352294e0d 100644 --- a/man/boobtracker.1 +++ b/man/boobtracker.1 @@ -1,4 +1,4 @@ -.TH BOOBTRACKER 1 "05 February 2012" "boobtracker 0\&.a" +.TH BOOBTRACKER 1 "14 March 2012" "boobtracker 0\&.b" .SH NAME boobtracker .SH SYNOPSIS @@ -120,7 +120,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -285,7 +287,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Boobtracker +Home page: http://weboob.org/applications/boobtracker diff --git a/man/flatboob.1 b/man/flatboob.1 index af3ad4f7bebafb73b98fc757cc9a794320509046..6094e4711549950ca961178f1ccbc13fd909282b 100644 --- a/man/flatboob.1 +++ b/man/flatboob.1 @@ -1,4 +1,4 @@ -.TH FLATBOOB 1 "03 March 2012" "flatboob 0\&.b" +.TH FLATBOOB 1 "14 March 2012" "flatboob 0\&.b" .SH NAME flatboob .SH SYNOPSIS @@ -52,7 +52,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -203,7 +205,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO Home page: http://weboob.org/applications/flatboob diff --git a/man/galleroob.1 b/man/galleroob.1 index c0c08103c287569d5cb059596ef0acc1e51bfcaf..6ffc50297f9d855ebbd02d3acf6b5a5f745a3d55 100644 --- a/man/galleroob.1 +++ b/man/galleroob.1 @@ -1,4 +1,4 @@ -.TH GALLEROOB 1 "05 February 2012" "galleroob 0\&.a" +.TH GALLEROOB 1 "14 March 2012" "galleroob 0\&.b" .SH NAME galleroob .SH SYNOPSIS @@ -14,23 +14,21 @@ galleroob galleroob browses and downloads web image galleries .SS Supported websites: -* batoto (Batoto manga reading site) +* batoto (Batoto manga reading website) .br -* eatmanga (Eatmanga manga reading site) +* eatmanga (EatManga manga reading website) .br -* ehentai (E\-hentai galleries) +* ehentai (E\-Hentai galleries) .br -* izneo (Izneo) +* izneo (Izneo digital comics) .br -* mangafox (Mangafox manga reading site) +* mangafox (Manga Fox manga reading website) .br -* mangahere (Mangahere manga reading site) +* mangahere (Manga Here manga reading website) .br -* mangareader (Mangareader manga reading site) +* mangareader (MangaReader manga reading website) .br -* mangatoshokan (Mangatoshokan manga reading site) -.br -* simplyreadit (Simplyreadit manga reading site) +* simplyreadit (SimplyReadIt manga reading website) .SH GALLEROOB COMMANDS .TP \fBdownload\fR \fIID\fR [\fIFIRST\fR [\fIFOLDER\fR]] @@ -82,7 +80,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -233,7 +233,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Galleroob +Home page: http://weboob.org/applications/galleroob diff --git a/man/geolooc.1 b/man/geolooc.1 index af5249d30f1b2a9dc49b8a6d017087dc9e50bccd..af591280699b0ac3fb4113bb1a1528a59cdb79d9 100644 --- a/man/geolooc.1 +++ b/man/geolooc.1 @@ -1,4 +1,4 @@ -.TH GEOLOOC 1 "05 February 2012" "geolooc 0\&.a" +.TH GEOLOOC 1 "14 March 2012" "geolooc 0\&.b" .SH NAME geolooc .SH SYNOPSIS @@ -14,9 +14,9 @@ geolooc Console application allowing to geolocalize IP addresses. .SS Supported websites: -* geolocip (IP Addresses geolocalisation with the site www.geolocip.com) +* geolocip (GeolocIP IP addresses geolocation service) .br -* ipinfodb (IP Addresses geolocalisation with the site ipinfodb.com) +* ipinfodb (IPInfoDB IP addresses geolocation service) .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -47,7 +47,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -197,7 +199,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Geolooc +Home page: http://weboob.org/applications/geolooc diff --git a/man/havedate.1 b/man/havedate.1 index 899437364df24cb47bddf6d3e38ab69e1ec09885..009d29728732afe96979ea001c1142dffec39474 100644 --- a/man/havedate.1 +++ b/man/havedate.1 @@ -1,4 +1,4 @@ -.TH HAVEDATE 1 "03 March 2012" "havedate 0\&.b" +.TH HAVEDATE 1 "14 March 2012" "havedate 0\&.b" .SH NAME havedate .SH SYNOPSIS @@ -74,7 +74,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -225,7 +227,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO Home page: http://weboob.org/applications/havedate diff --git a/man/masstransit.1 b/man/masstransit.1 index c3769ff9ded3e33ea3f9adbb1df078d0b78f83a9..82b65a0b93d8233edea2b009aa14210101b3a129 100644 --- a/man/masstransit.1 +++ b/man/masstransit.1 @@ -1,4 +1,4 @@ -.TH MASSTRANSIT 1 "05 February 2012" "masstransit 0\&.a" +.TH MASSTRANSIT 1 "14 March 2012" "masstransit 0\&.b" .SH NAME masstransit .SH SYNOPSIS @@ -43,7 +43,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Masstransit +Home page: http://weboob.org/applications/masstransit diff --git a/man/monboob.1 b/man/monboob.1 index 7f76d52b8bfb74e8cc98042ac446d6b649649f02..b166a95e28fed85d42bf7a58c751c183a335ec30 100644 --- a/man/monboob.1 +++ b/man/monboob.1 @@ -1,4 +1,4 @@ -.TH MONBOOB 1 "05 February 2012" "monboob 0\&.a" +.TH MONBOOB 1 "14 March 2012" "monboob 0\&.b" .SH NAME monboob .SH SYNOPSIS @@ -14,31 +14,33 @@ monboob Daemon allowing to regularly check for new messages on various websites, and send an email for each message, and post a reply to a message on a website. .SS Supported websites: -* aum (“Adopte un mec” french dating website) +* aum ("Adopte un Mec" French dating website) .br -* bouygues (Bouygues french mobile phone provider) +* bouygues (Bouygues Télécom French mobile phone provider) .br -* dlfp (Da Linux French Page) +* dlfp (Da Linux French Page news website) .br -* ecrans (Ecrans French news website) +* ecrans (Écrans French news website) .br -* fourchan (4chan website) +* fourchan (4chan image board) .br -* hds (histoires\-de\-sexe.net french erotic novels) +* hds (Histoires de Sexe French erotic novels) .br -* inrocks (Inrock French news website) +* inrocks (Les Inrocks French news website) .br -* lefigaro (Lefigaro French news website) +* lefigaro (Le Figaro French newspaper website) .br -* minutes20 (20minutes French news website) +* minutes20 (2 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) .br -* orange (Orange french mobile phone provider) +* orange (Orange French mobile phone provider) .br * phpbb (phpBB forum) .br -* sfr (SFR french mobile phone provider) +* presseurop (Presseurop website) +.br +* sfr (SFR French mobile phone provider) .SH MONBOOB COMMANDS .TP \fBpost\fR @@ -114,9 +116,9 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" -"~/.weboob/monboob" +"~/.config/weboob/monboob" .SH SEE ALSO -Home page: http://weboob.org/Monboob +Home page: http://weboob.org/applications/monboob diff --git a/man/pastoob.1 b/man/pastoob.1 index a9a22347a3b4d212b17610aae664df7b1380ebe6..eea0c35afbf3d643ea7de8f279fa2a175871fc20 100644 --- a/man/pastoob.1 +++ b/man/pastoob.1 @@ -1,4 +1,4 @@ -.TH PASTOOB 1 "05 February 2012" "pastoob 0\&.a" +.TH PASTOOB 1 "14 March 2012" "pastoob 0\&.b" .SH NAME pastoob .SH SYNOPSIS @@ -14,9 +14,9 @@ pastoob Console application allowing to post and get pastes from pastebins. .SS Supported websites: -* pastealacon (Paste a la con paste tool) +* pastealacon (Paste à la con text sharing tool) .br -* pastebin (Pastebin paste tool) +* pastebin (Pastebin text sharing service) .SH PASTOOB COMMANDS .TP \fBget\fR \fIID\fR @@ -58,7 +58,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -208,7 +210,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Pastoob +Home page: http://weboob.org/applications/pastoob diff --git a/man/qboobmsg.1 b/man/qboobmsg.1 index 5536deba83c3dbe18dd95326a84983442da81359..578a295e25aebb8d0d490e5f6a7c56b2d8a675af 100644 --- a/man/qboobmsg.1 +++ b/man/qboobmsg.1 @@ -1,4 +1,4 @@ -.TH QBOOBMSG 1 "05 February 2012" "qboobmsg 0\&.a" +.TH QBOOBMSG 1 "14 March 2012" "qboobmsg 0\&.b" .SH NAME qboobmsg .SH SYNOPSIS @@ -14,31 +14,33 @@ qboobmsg Qt application allowing to read messages on various websites and reply to them. .SS Supported websites: -* aum (“Adopte un mec” french dating website) +* aum ("Adopte un Mec" French dating website) .br -* bouygues (Bouygues french mobile phone provider) +* bouygues (Bouygues Télécom French mobile phone provider) .br -* dlfp (Da Linux French Page) +* dlfp (Da Linux French Page news website) .br -* ecrans (Ecrans French news website) +* ecrans (Écrans French news website) .br -* fourchan (4chan website) +* fourchan (4chan image board) .br -* hds (histoires\-de\-sexe.net french erotic novels) +* hds (Histoires de Sexe French erotic novels) .br -* inrocks (Inrock French news website) +* inrocks (Les Inrocks French news website) .br -* lefigaro (Lefigaro French news website) +* lefigaro (Le Figaro French newspaper website) .br -* minutes20 (20minutes French news website) +* minutes20 (2 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) .br -* orange (Orange french mobile phone provider) +* orange (Orange French mobile phone provider) .br * phpbb (phpBB forum) .br -* sfr (SFR french mobile phone provider) +* presseurop (Presseurop website) +.br +* sfr (SFR French mobile phone provider) .SH OPTIONS .TP \fB\-\-version\fR @@ -74,7 +76,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Qboobmsg +Home page: http://weboob.org/applications/qboobmsg diff --git a/man/qflatboob.1 b/man/qflatboob.1 index 9e9c9cf1f778c0fda500d4cabf8098026099e952..c28037a3528677454d152bce83558a5e41fcc8f3 100644 --- a/man/qflatboob.1 +++ b/man/qflatboob.1 @@ -1,4 +1,4 @@ -.TH QFLATBOOB 1 "03 March 2012" "qflatboob 0\&.b" +.TH QFLATBOOB 1 "14 March 2012" "qflatboob 0\&.b" .SH NAME qflatboob .SH SYNOPSIS @@ -52,9 +52,9 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" -"~/.weboob/qflatboob" +"~/.config/weboob/qflatboob" .SH SEE ALSO Home page: http://weboob.org/applications/qflatboob diff --git a/man/qhavedate.1 b/man/qhavedate.1 index ce36994da9be70120d0b15078a073b84f7a2a27b..03be76a85cbea8d4c0f38f0128ee3cb9a4cdd02b 100644 --- a/man/qhavedate.1 +++ b/man/qhavedate.1 @@ -1,4 +1,4 @@ -.TH QHAVEDATE 1 "03 March 2012" "qhavedate 0\&.b" +.TH QHAVEDATE 1 "14 March 2012" "qhavedate 0\&.b" .SH NAME qhavedate .SH SYNOPSIS @@ -50,7 +50,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO Home page: http://weboob.org/applications/qhavedate diff --git a/man/qvideoob.1 b/man/qvideoob.1 index 916a69405c3170fa832a91f2f9615e35f4de2f69..6627f8af0506e9d9c02b286409a3ac3e95055dd4 100644 --- a/man/qvideoob.1 +++ b/man/qvideoob.1 @@ -1,4 +1,4 @@ -.TH QVIDEOOB 1 "05 February 2012" "qvideoob 0\&.a" +.TH QVIDEOOB 1 "14 March 2012" "qvideoob 0\&.b" .SH NAME qvideoob .SH SYNOPSIS @@ -14,25 +14,27 @@ qvideoob Qt application allowing to search videos on various websites and play them. .SS Supported websites: -* arte (Arte french TV) +* arte (Arte French and German TV) .br -* canalplus (Canal plus french TV) +* canalplus (Canal Plus French TV) .br -* dailymotion (Dailymotion videos website) +* cappedtv (Capped.tv demoscene website) .br -* francetelevisions (France Televisions video website) +* dailymotion (Dailymotion video streaming website) .br -* ina (INA french video archives) +* francetelevisions (France Télévisions video website) .br -* nolifetv (NolifeTV videos website) +* ina (INA French TV video archives) .br -* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.)) +* nolifetv (NolifeTV French video streaming website) .br -* youjizz (Youjizz videos website) +* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') .br -* youporn (Youporn videos website) +* youjizz (YouJizz pornographic video streaming website) .br -* youtube (Youtube videos website) +* youporn (YouPorn pornographic video streaming website) +.br +* youtube (YouTube video streaming website) .SH OPTIONS .TP \fB\-\-version\fR @@ -68,9 +70,9 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" -"~/.weboob/qvideoob" +"~/.config/weboob/qvideoob" .SH SEE ALSO -Home page: http://weboob.org/Qvideoob +Home page: http://weboob.org/applications/qvideoob diff --git a/man/qwebcontentedit.1 b/man/qwebcontentedit.1 index 5193ba03555a0a2503fbc442d04ba4cf438e8494..b71ba619ec47d6c8f47b771fd5de7f6dde4ba487 100644 --- a/man/qwebcontentedit.1 +++ b/man/qwebcontentedit.1 @@ -1,4 +1,4 @@ -.TH QWEBCONTENTEDIT 1 "05 February 2012" "qwebcontentedit 0\&.a" +.TH QWEBCONTENTEDIT 1 "14 March 2012" "qwebcontentedit 0\&.b" .SH NAME qwebcontentedit .SH SYNOPSIS @@ -14,9 +14,9 @@ qwebcontentedit Qt application allowing to manage contents of various websites. .SS Supported websites: -* dlfp (Da Linux French Page) +* dlfp (Da Linux French Page news website) .br -* mediawiki (Mediawiki wiki software application) +* mediawiki (Wikis running MediaWiki, like Wikipedia) .br * redmine (The Redmine project management web application) .SH OPTIONS @@ -54,7 +54,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Qwebcontentedit +Home page: http://weboob.org/applications/qwebcontentedit diff --git a/man/radioob.1 b/man/radioob.1 index aceb157ce7a0923f1098d4c042ec13774a34f666..fe7e8153aea0289457d62c91fab8fb0819b89736 100644 --- a/man/radioob.1 +++ b/man/radioob.1 @@ -1,4 +1,4 @@ -.TH RADIOOB 1 "05 February 2012" "radioob 0\&.a" +.TH RADIOOB 1 "14 March 2012" "radioob 0\&.b" .SH NAME radioob .SH SYNOPSIS @@ -14,11 +14,11 @@ radioob Console application allowing to search for web radio stations, listen to them and get information like the current song. .SS Supported websites: -* nova (Nova french radio) +* nova (Nova French radio) .br -* ouifm (The Ouï FM french radio) +* ouifm (Ouï FM French radio) .br -* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.)) +* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') .SH RADIOOB COMMANDS .TP \fBinfo\fR \fIID\fR @@ -66,7 +66,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -217,7 +219,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Radioob +Home page: http://weboob.org/applications/radioob diff --git a/man/traveloob.1 b/man/traveloob.1 index 305897aa93948c4ac8e63edc97602c50f7ed5cbd..fb992a9b5abb91534ac58130de355e7c6ce8133b 100644 --- a/man/traveloob.1 +++ b/man/traveloob.1 @@ -1,4 +1,4 @@ -.TH TRAVELOOB 1 "05 February 2012" "traveloob 0\&.a" +.TH TRAVELOOB 1 "14 March 2012" "traveloob 0\&.b" .SH NAME traveloob .SH SYNOPSIS @@ -16,7 +16,7 @@ Console application allowing to search for train stations and get departure time .SS Supported websites: * canaltp (French trains) .br -* transilien (Transports in Paris) +* transilien (Public transportation in the Paris area) .SH TRAVELOOB COMMANDS .TP \fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR] @@ -78,7 +78,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -234,7 +236,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Traveloob +Home page: http://weboob.org/applications/traveloob diff --git a/man/videoob.1 b/man/videoob.1 index 9e9e060ce4311fe6cd482a6c536a046861a16319..9b57904336a8f2d6bfb096a907131dea237d1abe 100644 --- a/man/videoob.1 +++ b/man/videoob.1 @@ -1,4 +1,4 @@ -.TH VIDEOOB 1 "05 February 2012" "videoob 0\&.a" +.TH VIDEOOB 1 "14 March 2012" "videoob 0\&.b" .SH NAME videoob .SH SYNOPSIS @@ -14,25 +14,27 @@ videoob Console application allowing to search for videos on various websites, play and download them and get information. .SS Supported websites: -* arte (Arte french TV) +* arte (Arte French and German TV) .br -* canalplus (Canal plus french TV) +* canalplus (Canal Plus French TV) .br -* dailymotion (Dailymotion videos website) +* cappedtv (Capped.tv demoscene website) .br -* francetelevisions (France Televisions video website) +* dailymotion (Dailymotion video streaming website) .br -* ina (INA french video archives) +* francetelevisions (France Télévisions video website) .br -* nolifetv (NolifeTV videos website) +* ina (INA French TV video archives) .br -* radiofrance (The radios of Radio France (Inter, Culture, Le Mouv', etc.)) +* nolifetv (NolifeTV French video streaming website) .br -* youjizz (Youjizz videos website) +* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') .br -* youporn (Youporn videos website) +* youjizz (YouJizz pornographic video streaming website) .br -* youtube (Youtube videos website) +* youporn (YouPorn pornographic video streaming website) +.br +* youtube (YouTube video streaming website) .SH VIDEOOB COMMANDS .TP \fBdownload\fR \fIID\fR [\fIFILENAME\fR] @@ -92,7 +94,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -243,7 +247,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Videoob +Home page: http://weboob.org/applications/videoob diff --git a/man/webcontentedit.1 b/man/webcontentedit.1 index a5df4ad41772a18293561a554a54da787074f7d5..921707e12788f9f8d528f97c9b5c9b068c3be9ed 100644 --- a/man/webcontentedit.1 +++ b/man/webcontentedit.1 @@ -1,4 +1,4 @@ -.TH WEBCONTENTEDIT 1 "05 February 2012" "webcontentedit 0\&.a" +.TH WEBCONTENTEDIT 1 "14 March 2012" "webcontentedit 0\&.b" .SH NAME webcontentedit .SH SYNOPSIS @@ -14,9 +14,9 @@ webcontentedit Console application allowing to display and edit contents on various websites. .SS Supported websites: -* dlfp (Da Linux French Page) +* dlfp (Da Linux French Page news website) .br -* mediawiki (Mediawiki wiki software application) +* mediawiki (Wikis running MediaWiki, like Wikipedia) .br * redmine (The Redmine project management web application) .SH WEBCONTENTEDIT COMMANDS @@ -58,7 +58,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -208,7 +210,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Webcontentedit +Home page: http://weboob.org/applications/webcontentedit diff --git a/man/weboob-cli.1 b/man/weboob-cli.1 index fb598b0b32fc9be961505807a09c28502dc4729f..55b12c842a3f52a7ab972daf004b03fe2f190ea3 100644 --- a/man/weboob-cli.1 +++ b/man/weboob-cli.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-CLI 1 "05 February 2012" "weboob-cli 0\&.a" +.TH WEBOOB-CLI 1 "14 March 2012" "weboob-cli 0\&.b" .SH NAME weboob-cli .SH SYNOPSIS @@ -13,8 +13,6 @@ weboob-cli Weboob\-Cli is a console application to call a specific method on backends which implement the given capability. -.SS Supported websites: - .SH OPTIONS .TP @@ -76,4 +74,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/weboob-cli diff --git a/man/weboob-config-qt.1 b/man/weboob-config-qt.1 index 38d3a9fe0da682cbe1f43195a94813469ba12cd3..ddc40de9f89feafa415b94fa71031441d6b77623 100644 --- a/man/weboob-config-qt.1 +++ b/man/weboob-config-qt.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-CONFIG-QT 1 "05 February 2012" "weboob-config-qt 0\&.a" +.TH WEBOOB-CONFIG-QT 1 "14 March 2012" "weboob-config-qt 0\&.b" .SH NAME weboob-config-qt .SH SYNOPSIS @@ -48,7 +48,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Qweboobcfg +Home page: http://weboob.org/applications/qweboobcfg diff --git a/man/weboob-config.1 b/man/weboob-config.1 index d2d1d0b6c37d55b8a73d0fdd0fbd6d18fd18c3bd..4303ac5ad55364795fa28c38ead495db9ed62674 100644 --- a/man/weboob-config.1 +++ b/man/weboob-config.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-CONFIG 1 "05 February 2012" "weboob-config 0\&.a" +.TH WEBOOB-CONFIG 1 "14 March 2012" "weboob-config 0\&.b" .SH NAME weboob-config .SH SYNOPSIS @@ -13,8 +13,6 @@ weboob-config Weboob\-Config is a console application to add/edit/remove backends, and to register new website accounts. -.SS Supported websites: - .SH WEBOOB\-CONFIG COMMANDS .TP \fBadd\fR \fINAME\fR [\fIOPTIONS\fR ...] @@ -161,4 +159,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/weboob-config diff --git a/man/weboob-debug.1 b/man/weboob-debug.1 index e5eeeda8f009ff9742c727b9c6ac295d07f5f0c4..79f23e82d54bcdbf8fd3a95717f449aacacabaeb 100644 --- a/man/weboob-debug.1 +++ b/man/weboob-debug.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-DEBUG 1 "05 February 2012" "weboob-debug 0\&.a" +.TH WEBOOB-DEBUG 1 "14 March 2012" "weboob-debug 0\&.b" .SH NAME weboob-debug .SH SYNOPSIS @@ -13,8 +13,6 @@ weboob-debug Weboob\-Debug is a console application to debug backends. -.SS Supported websites: - .SH WEBOOBDEBUG COMMANDS .TP \fBshell\fR \fIBACKEND\fR @@ -50,7 +48,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -200,7 +200,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Weboobdebug +Home page: http://weboob.org/applications/weboobdebug diff --git a/man/weboob-repos.1 b/man/weboob-repos.1 index 4ca7aea7c11fc547426020d682fc8208cbccfcf3..e1bdf5d6e97fa41f4918dbebfa4a6e91bc7beec8 100644 --- a/man/weboob-repos.1 +++ b/man/weboob-repos.1 @@ -1,4 +1,4 @@ -.TH WEBOOB-REPOS 1 "05 February 2012" "weboob-repos 0\&.a" +.TH WEBOOB-REPOS 1 "14 March 2012" "weboob-repos 0\&.b" .SH NAME weboob-repos .SH SYNOPSIS @@ -13,8 +13,6 @@ weboob-repos Weboob\-repos is a console application to manage a Weboob Repository. -.SS Supported websites: - .SH WEBOOB\-REPOS COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -117,4 +115,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/weboob-repos diff --git a/man/weboorrents.1 b/man/weboorrents.1 index 85058f925a3aa34707e9e9f7a229070e10ff57d3..fb65277b0d4ac9d28a998224e509558046f68634 100644 --- a/man/weboorrents.1 +++ b/man/weboorrents.1 @@ -1,4 +1,4 @@ -.TH WEBOORRENTS 1 "05 February 2012" "weboorrents 0\&.a" +.TH WEBOORRENTS 1 "14 March 2012" "weboorrents 0\&.b" .SH NAME weboorrents .SH SYNOPSIS @@ -14,13 +14,13 @@ weboorrents Console application allowing to search for torrents on various trackers and download .torrent files. .SS Supported websites: -* gazelle (gazelle bittorrent tracker) +* gazelle (Gazelle\-based BitTorrent trackers) .br -* isohunt (isohunt.com bittorrent tracker) +* isohunt (isoHunt BitTorrent tracker) .br -* kickass (kickasstorrent.com bittorrent tracker) +* kickass (Kickass Torrents BitTorrent tracker) .br -* piratebay (the pirate bay bittorrent tracker) +* piratebay (The Pirate Bay BitTorrent tracker) .SH WEBOORRENTS COMMANDS .TP \fBgetfile\fR \fIID\fR [\fIFILENAME\fR] @@ -68,7 +68,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -219,7 +221,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Weboorrents +Home page: http://weboob.org/applications/weboorrents diff --git a/man/wetboobs.1 b/man/wetboobs.1 index 5152faac1612b3de183436052d257ac368375272..078c7eadcbe91ae8693be5566427361efe5474e2 100644 --- a/man/wetboobs.1 +++ b/man/wetboobs.1 @@ -1,4 +1,4 @@ -.TH WETBOOBS 1 "05 February 2012" "wetboobs 0\&.a" +.TH WETBOOBS 1 "14 March 2012" "wetboobs 0\&.b" .SH NAME wetboobs .SH SYNOPSIS @@ -13,27 +13,35 @@ wetboobs Console application allowing to display weather and forecasts in your city. -.SS Supported websites: -* meteofrance (Get forecasts from the MeteoFrance website) -.br -* yahoo (Yahoo) .SH WETBOOBS COMMANDS .TP -\fBcurrent\fR \fICITY_ID\fR +\fBcities\fR \fIPATTERN\fR .br -Get current weather for specified city. Use the 'search' command to find +Search cities. +.TP +\fBcurrent\fR \fICITY_ID\fR .br -its ID. +Get current weather for specified city. Use the 'cities' command to find them. .TP \fBforecasts\fR \fICITY_ID\fR .br -Get forecasts for specified city. Use the 'search' command to find +Get forecasts for specified city. Use the 'cities' command to find them. +.TP +\fBgauge\fR \fIGAUGE_ID\fR .br -its ID. +Get history of a specific gauge (use 'rivers' to find them). .TP -\fBsearch\fR \fIPATTERN\fR +\fBgauges\fR .br -Search cities. +rivers [PATTERN] +.br + +.br +List all rivers. If PATTERN is specified, search on a pattern. +.TP +\fBlast_gauge_measure\fR \fIGAUGE_ID\fR +.br +Get last measure of a gauge (use 'rivers' to find them). .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -64,7 +72,9 @@ ACTION is one of the following (default: list): .br Follow a path. .br -If empty, return home. +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br @@ -215,7 +225,7 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES -"~/.weboob/backends" +"~/.config/weboob/backends" .SH SEE ALSO -Home page: http://weboob.org/Wetboobs +Home page: http://weboob.org/applications/wetboobs diff --git a/setup.py b/setup.py index a122b9d3f9aefa8ce9bd30178c591cca8b004517..9fe9645fabb3ff66e89dbb47177ee5ba3e4022a7 100755 --- a/setup.py +++ b/setup.py @@ -193,7 +193,7 @@ class Options(object): setup( name='weboob', - version='0.b', + version = '0.b', description='Weboob, Web Out Of Browsers', long_description=open('README').read(), author='Romain Bignon',