Christophe Benz
1955d1be59
move core files to weboob.core
2010-07-07 17:20:16 +02:00
Christophe Benz
470f2a9fe2
use real comments for licence header
2010-06-22 16:27:33 +02:00
Romain Bignon
70c10e69a9
import with_statement
2010-06-09 12:09:18 +02:00
Romain Bignon
1c118c8e52
fix posting messages on fucking old python versions
2010-05-28 15:09:06 +02:00
Romain Bignon
ca89c3ce5f
ooops
2010-05-27 14:43:46 +02:00
Romain Bignon
64f0b50d13
correctly set when a message is new
2010-05-27 14:34:47 +02:00
Romain Bignon
c1279aa496
new API in BaseBackend to create browser
2010-05-20 10:39:49 +02:00
Romain Bignon
eb7a6b746c
dlfp sucks
2010-05-18 00:58:35 +02:00
Christophe Benz
619770b90a
simplify code
2010-05-16 02:18:32 +02:00
Romain Bignon
0ec9b6244c
use lxml instead of elementtidy
2010-05-12 20:40:02 +02:00
Romain Bignon
937e8ca370
fix parsing of crappy DLFP pages
2010-05-11 15:08:40 +02:00
Romain Bignon
bd833e189f
fix import
2010-05-03 21:03:20 +02:00
Romain Bignon
707cd69e4b
fix when I can't get articles
2010-05-03 19:55:11 +02:00
Romain Bignon
7a7f373018
fix call of post_reply()
2010-04-22 15:17:21 +02:00
Romain Bignon
82c59cf612
pyflakes fixes
2010-04-17 11:34:07 +02:00
Romain Bignon
0bd6951873
do not use a specific parser
2010-04-16 20:12:33 +02:00
Christophe Benz
d16a44ffbd
remove tostring() from Browser
2010-04-16 18:11:52 +02:00
Christophe Benz
8638024756
rename parser/parsers module, add get_parsers() with preference_order
2010-04-16 18:11:52 +02:00
Christophe Benz
42de7aa5a3
rename BasePage.loaded() to on_loaded()
2010-04-16 18:11:52 +02:00
Christophe Benz
2ca57c15a8
rename Browser to BaseBrowser
2010-04-16 18:11:52 +02:00
Christophe Benz
a09658d6cf
rename Backend to BaseBackend
2010-04-16 18:11:52 +02:00
Romain Bignon
3703adb44e
use LxmlHtmlParser as default parser
2010-04-16 14:06:28 +02:00
Romain Bignon
c086dc7c6a
works with no storage
2010-04-14 11:33:11 +02:00
Romain Bignon
3ebdea9faf
several fixes
2010-04-14 09:49:10 +02:00
Romain Bignon
2f297530a8
new Message attribute 'is_html'
2010-04-12 13:45:33 +02:00
Romain Bignon
33922ca89e
BackendStorage class to encapsulate storage for a specific backend
2010-04-11 18:05:37 +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
Romain Bignon
bdf34a2176
better organisation in storage
2010-04-09 00:15:25 +02:00
Romain Bignon
6e3e93e08b
use storage to store dlfp messages state
2010-04-08 22:34:57 +02:00
Romain Bignon
dc706132ab
set description
2010-04-06 22:52:52 +02:00
Romain Bignon
9d730fedbd
little fixes
2010-04-04 18:58:14 +02:00
Romain Bignon
d0588a4c6c
fucking workaround to fix bad HTML on DLFP
2010-04-04 18:56:01 +02:00
Romain Bignon
3393fb73e9
abstraction on scheduler
2010-04-04 18:17:01 +02:00
Romain Bignon
e66f47e3fb
can fetch also telegrams
2010-04-04 18:15:07 +02:00
Romain Bignon
97d6ad447b
convert comment time to UTC
2010-04-04 15:10:59 +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
913d89192e
[dlfp] url2id and id2url functions
2010-04-03 18:01:52 +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
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
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
7d274c74b7
fix backends initialization
2010-03-30 23:30:58 +02:00
Romain Bignon
d15365fe26
added a LICENSE attribute
2010-03-30 17:39:28 +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