2003-11-20 15:04:29 +00:00
|
|
|
- test CGI script
|
|
|
|
|
|
2003-06-24 20:57:33 +00:00
|
|
|
- all threads should regularly poll a status variable
|
|
|
|
|
this can be used to make ctrl-c working faster, and to print messages
|
2003-06-20 10:47:47 +00:00
|
|
|
|
2003-01-05 02:01:50 +00:00
|
|
|
- use optparse instead of getopt with more flexible commandline help
|
2003-08-11 12:50:12 +00:00
|
|
|
|
2003-01-05 02:01:50 +00:00
|
|
|
- replace the debug() function with the logging module
|
|
|
|
|
we'll see how we can insert multiple debug levels into this thing
|
2003-08-11 12:50:12 +00:00
|
|
|
|
2003-07-04 15:09:17 +00:00
|
|
|
- use the Set type instead of hashmaps (did I use hashmaps for sets here?)
|
2003-04-29 14:55:42 +00:00
|
|
|
|
|
|
|
|
include some web check and/or spider features:
|
|
|
|
|
- warn if overall size of page (including images/flash/etc.) is too big
|
|
|
|
|
- save downloaded pages
|
2003-08-29 12:00:34 +00:00
|
|
|
use interrupt_main?
|