mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 13:10:37 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1088 e7d03fd6-7b0d-0410-9947-9c21f3af8025
16 lines
579 B
Text
16 lines
579 B
Text
- test CGI script
|
|
|
|
- all threads should regularly poll a status variable
|
|
this can be used to make ctrl-c working faster, and to print messages
|
|
|
|
- use optparse instead of getopt with more flexible commandline help
|
|
|
|
- replace the debug() function with the logging module
|
|
we'll see how we can insert multiple debug levels into this thing
|
|
|
|
- use the Set type instead of hashmaps (did I use hashmaps for sets here?)
|
|
|
|
include some web check and/or spider features:
|
|
- warn if overall size of page (including images/flash/etc.) is too big
|
|
- save downloaded pages
|
|
use interrupt_main?
|