Commit graph

545 commits

Author SHA1 Message Date
Juke
8ac4dd104f ADD copyright information 2010-04-13 19:20:55 +02:00
Juke
6df41d2219 add copyright information 2010-04-13 19:19:46 +02:00
Juke
9363333b34 ADD plateform to disting late_reason and plateform 2010-04-13 19:17:01 +02:00
Juke
ac5049ae07 remove arg_parse error when len(args) > nb_args 2010-04-13 18:26:25 +02:00
Christophe Benz
90e3ffad1f follow API 2010-04-13 16:48:26 +02:00
Christophe Benz
57e233cf3b change Browser API to specify parser instance 2010-04-13 16:48:12 +02:00
Christophe Benz
a39b7904b1 use html5lib parser 2010-04-13 16:47:27 +02:00
Christophe Benz
41ef766e48 add html5lib parser 2010-04-13 16:46:13 +02:00
Christophe Benz
4d82163b41 add video title command 2010-04-13 16:02:13 +02:00
Christophe Benz
da612c58c4 provide many parsers 2010-04-13 16:02:13 +02:00
Romain Bignon
d5e1d22c2d bad fix when page is strangely encoded (for example fucking DLFP) 2010-04-13 15:03:50 +02:00
Romain Bignon
0c71eb643d error messages when backend is not found or if it does not implement
ICapMessagesReply
2010-04-13 10:29:19 +02:00
Romain Bignon
e402c49fab script to run pyflakes 2010-04-13 09:09:05 +02:00
Romain Bignon
32a06b8e3c new frontend: wetboob 2010-04-12 22:04:45 +02:00
Romain Bignon
6c18b30389 new backend: yweather (Yahoo Weather) 2010-04-12 22:04:17 +02:00
Romain Bignon
06707256c4 new capability: ICapWeather 2010-04-12 22:03:47 +02:00
Christophe Benz
12908c01c5 display nice message on SIGINT 2010-04-12 16:57:38 +02:00
Christophe Benz
1b7514dbfd use optparse to set loglevel 2010-04-12 16:57:38 +02:00
Christophe Benz
89218af7c1 new frontend videoob and new backend for youtube 2010-04-12 16:57:38 +02:00
Christophe Benz
1bee1e5165 minor fixes for monfric frontend 2010-04-12 16:57:38 +02:00
Christophe Benz
69d7d970c1 print header only if needed 2010-04-12 16:57:38 +02:00
Romain Bignon
67dc423f0a ignore *.swp 2010-04-12 15:07:16 +02:00
Romain Bignon
7b3ab4c38a fix entity parsing in fucking bad HTML (for example DLFP) 2010-04-12 14:42:17 +02:00
Romain Bignon
d261317303 change html2text parameters to get unicode chars and to skip internal links 2010-04-12 14:22:03 +02:00
Romain Bignon
3027c1ece2 fix parsing of HTML entities with HTMLParser 2010-04-12 14:21:38 +02:00
Romain Bignon
2f297530a8 new Message attribute 'is_html' 2010-04-12 13:45:33 +02:00
Romain Bignon
5db21d01a6 fix detection of new messages 2010-04-12 13:36:15 +02:00
Romain Bignon
ec7aa7a4e7 change copyrights and translate to english 2010-04-12 10:11:05 +02:00
Romain Bignon
07033e1033 Merge branch 'maemoui' of ssh+git://git.symlink.me/var/git/pub/juke/weboob 2010-04-12 10:02:28 +02:00
Juke
ed84bf0e37 display stations and departures [IN DEV] 2010-04-12 09:33:48 +02:00
Romain Bignon
9125622328 fix parsing of default values in backend config 2010-04-11 20:11:33 +02:00
Romain Bignon
3c4ea6f451 add a wrapper of html2text 2010-04-11 19:45:12 +02:00
Romain Bignon
14518d060f can post replies (pipe email with 'monboob post') 2010-04-11 19:35:56 +02:00
Romain Bignon
db32ee67f9 check commands arguments without catching TypeError exception 2010-04-11 19:26:32 +02:00
Juke
350deaafbc Merge branch 'master' into maemoui 2010-04-11 18:36:18 +02:00
Juke
dced2bcc6c add file for script and frontend 2010-04-11 18:16:27 +02:00
Romain Bignon
b3a6596d25 [aum] new 'profiles walker' optimization feature 2010-04-11 18:07:10 +02:00
Romain Bignon
36eb6ac11b new frontend 'havesex' 2010-04-11 18:06:57 +02:00
Romain Bignon
00d00da858 avoid unlimited loop in scheduler 2010-04-11 18:06:20 +02:00
Romain Bignon
98352c71ee ICapDating capability 2010-04-11 18:06:05 +02:00
Romain Bignon
33922ca89e BackendStorage class to encapsulate storage for a specific backend 2010-04-11 18:05:37 +02:00
Romain Bignon
cad438214e add weboob.tools.application.prompt.PromptApplication 2010-04-11 18:04:57 +02:00
Romain Bignon
da8c6433d4 split weboob.tools.application to .base and .console 2010-04-11 18:04:30 +02:00
Romain Bignon
637875c49a [aum] aibility to post answers 2010-04-11 12:03:59 +02:00
Romain Bignon
f3a017cb01 [aum] ICapMessages.iter_[new_]messages() implemented 2010-04-11 11:48:59 +02:00
Romain Bignon
76c4622dc3 [dlfp] ICapMessagesReply.post_reply() implemented 2010-04-10 17:14:59 +02:00
Romain Bignon
c819276f4f correctly implement iter_messages() to return every messages 2010-04-10 10:24:14 +02:00
Laurent Bachelier
52488b4527 Removes unneeded shebangs 2010-04-09 18:50:10 +02:00
Christophe Benz
5446e41eee new frontend monfric 2010-04-09 18:42:19 +02:00
Christophe Benz
97f3d22b8a do not set default APPNAME since it breaks default config file generation 2010-04-09 18:42:03 +02:00