Commit graph

85 commits

Author SHA1 Message Date
Romain Bignon
5d5d1ac0f7 new ICapBank capability 2010-04-04 16:50:26 +02:00
Romain Bignon
97d6ad447b convert comment time to UTC 2010-04-04 15:10:59 +02:00
Romain Bignon
9d6da1e7bb missing iter_new_message() implementation 2010-04-04 14:38:17 +02:00
Romain Bignon
538b810d06 iter_new_messages() return correctly every articles and comments 2010-04-04 14:37:54 +02:00
Romain Bignon
409c182624 parse articles and comments 2010-04-04 14:37:34 +02:00
Romain Bignon
d59da7c030 fix sent mails 2010-04-04 14:35:22 +02:00
Romain Bignon
612fcd1cf5 function tostring() to get HTML string from element 2010-04-04 14:34:30 +02:00
Romain Bignon
82e9108aa8 fix yaml config loader 2010-04-03 18:31:17 +02:00
Romain Bignon
913d89192e [dlfp] url2id and id2url functions 2010-04-03 18:01:52 +02:00
Romain Bignon
a045024e80 [backends.aum] little fixes 2010-04-03 17:34:09 +02:00
Romain Bignon
51433d6549 use cElementTree and elementtidy as default encoders, and added wrappers to ElementParser and HTMLParser if they are missing 2010-04-03 17:14:59 +02:00
Romain Bignon
3d0c80c323 improve the dummy script 2010-04-01 20:25:32 +02:00
Romain Bignon
2cb52beba5 new frontend configuration system 2010-04-01 20:06:49 +02:00
Romain Bignon
e119a70cec new system to load backends
Now there is a single file ~/.weboob/backends, where every backends are
instancied. There are two ways to create backends for frontends:
- Use Weboob.load_backends(), to load every backends in the config file
- Use Weboob.load_modules(), to instanciate every module one time
2010-04-01 20:05:09 +02:00
Romain Bignon
bc567a2208 missing import 2010-03-31 00:50:05 +02:00
Romain Bignon
8a32f75c0a works even if html5lib is missing 2010-03-31 00:48:30 +02:00
Romain Bignon
36bc436739 fix launch 2010-03-31 00:39:59 +02:00
Romain Bignon
b8ca98faa4 [dlfp] new ContentPage 2010-03-31 00:39:08 +02:00
Romain Bignon
d66d496a08 store feed datetime 2010-03-31 00:38:30 +02:00
Romain Bignon
098d22ba35 fixed frontends 2010-03-31 00:06:27 +02:00
Romain Bignon
7d274c74b7 fix backends initialization 2010-03-30 23:30:58 +02:00
Romain Bignon
e8349f5ddc renamed 'mail' frontend to 'monboob' 2010-03-30 23:25:56 +02:00
Romain Bignon
29400eb185 reorganization of config management 2010-03-30 23:24:18 +02:00
Romain Bignon
d15365fe26 added a LICENSE attribute 2010-03-30 17:39:28 +02:00
Romain Bignon
163fe6913e various fixes 2010-03-29 15:30:34 +02:00
Christophe Benz
9c923da16a code factorization 2010-03-29 15:14:44 +02:00
Christophe Benz
8ece426999 simple http frontend 2010-03-29 13:25:40 +02:00
Christophe Benz
1c035761a8 follow new interface 2010-03-29 13:25:40 +02:00
Romain Bignon
812c597f34 minor fixes 2010-03-27 11:42:54 +01:00
Christophe Benz
b08db0035e WIP: updatable 2010-03-26 20:14:10 +01:00
Romain Bignon
8e394c2203 aibility to use search stations 2010-03-24 00:32:25 +01:00
Romain Bignon
df003c7f29 import list of transilien.fr station IDs 2010-03-24 00:31:59 +01:00
Romain Bignon
0e3907601a new Transilien backend (thanks to Julien Hébert) 2010-03-23 23:46:42 +01:00
Romain Bignon
123e16b563 fix change_location calls 2010-03-23 23:46:42 +01:00
Romain Bignon
0f92967357 ICapTravel.iter_station_departures can take an optional 'arival_station' argument 2010-03-23 23:46:42 +01:00
Romain Bignon
825aa80df6 add attributes to backend (maintainer, email address and version) 2010-03-23 23:46:37 +01:00
Romain Bignon
b920e20570 can change parser 2010-03-23 22:38:29 +01:00
Romain Bignon
267a2a9947 renamed sncf backend to canaltp 2010-03-23 15:10:40 +01:00
Romain Bignon
c9debbc619 fix unicode issues 2010-03-23 14:19:59 +01:00
Romain Bignon
e789bb52e7 correctly encoding to unicode 2010-03-23 13:59:28 +01:00
Romain Bignon
3f6d62f34a add the 'travel' frontend 2010-03-23 13:59:14 +01:00
Romain Bignon
f65ca1c8b6 improve caps 2010-03-23 11:56:18 +01:00
Romain Bignon
0afb45d777 backends.dlfp.feeds returns an Article object 2010-03-23 11:55:52 +01:00
Romain Bignon
4af91565af added the SNCF backend to get stations and departures 2010-03-23 11:55:15 +01:00
Romain Bignon
287a6b4985 added the ICapTravel capability 2010-03-23 11:54:50 +01:00
Romain Bignon
1f4b33c8e4 license 2010-03-20 12:41:06 +01:00
Christophe Benz
4533e02c35 move mail frontend 2010-03-19 17:43:10 +01:00
Christophe Benz
120bd99d93 ignore egg-info files 2010-03-19 17:11:50 +01:00
Christophe Benz
e324432d0c add setup.py 2010-03-19 17:11:34 +01:00
Christophe Benz
c23564d48d add dummy frontend 2010-03-19 17:11:27 +01:00