linkchecker/TODO
2000-03-28 14:43:50 +00:00

18 lines
599 B
Text

High priority
o Stable release? After 1.1.4 there will be 1.2.
o DNS (and some URLs) seem to hang sometimes. Why?
o I want to be able to supply a "break" command even when multiple
threads are running.
So a thread has to check regularly if a break command was issued? No,
I do not want this. The thread has to be interrupted from outside, but
there is at the moment no way to do this with Python threads. What I
am doing is to call sys.exit(1). This kills the entire Python interpreter.
o Internationalization
o Parse GML output and make a site map graphic (PNG format)
Low priority