Christophe Benz
|
b81e681131
|
introduce ini config for frontends, by default
|
2010-04-19 19:10:36 +02:00 |
|
Romain Bignon
|
82c59cf612
|
pyflakes fixes
|
2010-04-17 11:34:07 +02:00 |
|
Romain Bignon
|
e88247e495
|
implement scheduler functions
|
2010-04-17 11:33:59 +02:00 |
|
Romain Bignon
|
c3f6618bc8
|
new QtApplication class
|
2010-04-17 11:20:48 +02:00 |
|
Romain Bignon
|
3f9083df27
|
documentation
|
2010-04-16 20:11:36 +02:00 |
|
Christophe Benz
|
f8e2016d59
|
get_parser returns class instead of object
|
2010-04-16 19:41:06 +02:00 |
|
Romain Bignon
|
384e3521c7
|
factorization
|
2010-04-16 18:44:55 +02:00 |
|
Christophe Benz
|
db11f16d49
|
beautify code
|
2010-04-16 18:11:52 +02:00 |
|
Christophe Benz
|
d16a44ffbd
|
remove tostring() from Browser
|
2010-04-16 18:11:52 +02:00 |
|
Christophe Benz
|
cebcead318
|
add __all__ variable to many modules
|
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
|
54cc3b0a4a
|
unused code, imports, or variables
|
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
|
ed0e1989f8
|
use new style classes
|
2010-04-16 18:11:52 +02:00 |
|
Romain Bignon
|
15625b9fa7
|
Browser.home()'s default behavior is to go on PROTOCOL://DOMAIN
|
2010-04-16 17:18:40 +02:00 |
|
Romain Bignon
|
be642f00e9
|
works when there are default arguments
|
2010-04-16 17:13:25 +02:00 |
|
Romain Bignon
|
3703adb44e
|
use LxmlHtmlParser as default parser
|
2010-04-16 14:06:28 +02:00 |
|
Romain Bignon
|
a1f3452c62
|
import parsers only if library used is available
|
2010-04-15 12:47:14 +02:00 |
|
Christophe Benz
|
fb711746b3
|
add function name to logs
|
2010-04-14 18:14:46 +02:00 |
|
Romain Bignon
|
e77865064b
|
reset NoHistory() as default history class (to save memory)
|
2010-04-14 11:32:37 +02:00 |
|
Romain Bignon
|
ff87ba2348
|
fix parser when api is not 'etree'
|
2010-04-14 10:25:18 +02:00 |
|
Romain Bignon
|
3ebdea9faf
|
several fixes
|
2010-04-14 09:49:10 +02:00 |
|
Romain Bignon
|
66ba8f89c1
|
fix syntax error
|
2010-04-14 09:10:42 +02:00 |
|
Romain Bignon
|
18e88ae244
|
revert test on commands arguments
|
2010-04-14 00:45:32 +02:00 |
|
Romain Bignon
|
9c828733ab
|
Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/juke/weboob
|
2010-04-14 00:44:55 +02:00 |
|
Juke
|
ac5049ae07
|
remove arg_parse error when len(args) > nb_args
|
2010-04-13 18:26:25 +02:00 |
|
Christophe Benz
|
57e233cf3b
|
change Browser API to specify parser instance
|
2010-04-13 16:48:12 +02:00 |
|
Christophe Benz
|
41ef766e48
|
add html5lib parser
|
2010-04-13 16:46: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 |
|
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 |
|
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
|
3c4ea6f451
|
add a wrapper of html2text
|
2010-04-11 19:45:12 +02:00 |
|
Romain Bignon
|
db32ee67f9
|
check commands arguments without catching TypeError exception
|
2010-04-11 19:26:32 +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
|
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 |
|
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
|
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
|
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 |
|
Christophe Benz
|
b15bd31557
|
disallow empty passwords
|
2010-04-08 18:27:28 +02:00 |
|
Christophe Benz
|
4ef9fd43d3
|
enhance log messages format
|
2010-04-08 18:27:22 +02:00 |
|
Christophe Benz
|
239c4ddeb3
|
save default frontend config
|
2010-04-08 16:07:31 +02:00 |
|