Commit graph

180 commits

Author SHA1 Message Date
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
Romain Bignon
d61a9ad4d5 create ~/.weboob/backends with right permssions if it does not exist. 2010-04-09 17:31:47 +02:00
Juke
3d5d85e36b os.mkdir ne prend pas de nom d'argument (mode) 2010-04-09 16:25:18 +02:00
Romain Bignon
0ef8819821 install scripts 2010-04-09 15:21:32 +02:00
Romain Bignon
b69cf69101 split http into weboob.frontends.http 2010-04-09 15:20:22 +02:00
Romain Bignon
3fcb0eb8f2 move scripts into topdir scripts/ directory 2010-04-09 15:18:13 +02:00
Christophe Benz
1540932542 ignore setuptools build and dist dirs 2010-04-09 11:22:44 +02:00
Christophe Benz
7030680566 add INSTALL file 2010-04-09 11:17:50 +02:00
Romain Bignon
bdf34a2176 better organisation in storage 2010-04-09 00:15:25 +02:00
Romain Bignon
92eed9465f monboob provides a storage object to backends 2010-04-08 22:35:15 +02:00
Romain Bignon
6e3e93e08b use storage to store dlfp messages state 2010-04-08 22:34:57 +02:00
Romain Bignon
e883c355e5 create ~/.weboob with mode 0700 2010-04-08 22:02:45 +02:00
Romain Bignon
1f712ec513 method 'create_storage' to... create a IStorage object 2010-04-08 22:00:57 +02:00
Romain Bignon
7630dac4e6 new backends storage system 2010-04-08 22:00:37 +02:00
Romain Bignon
24f80df0fd fix weboobcfg to new ModulesLoader API 2010-04-08 20:40:23 +02:00
Christophe Benz
f0e8747a9b load modules on demand for load_backends 2010-04-08 18:32:34 +02:00