linkchecker/TODO
2000-11-02 08:26:14 +00:00

18 lines
534 B
Text

High priority
o Proxy geht nicht:
- getrennter http/https/ftp proxy
- environment Variablen werden bei RobotParser benutzt, also muß ich
das auch machen.
o Robot parser testen
o I want to be able to supply a "break" command even when multiple
threads are running.
The thread implementation of Python is somewhat sparse and does not allow
suspending/stopping of threads. What I am doing is to call sys.exit(1).
o Parse output and make a site map graphic (PNG format)
Use an existing layout algorithm.
Low priority