mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 21:01:00 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@185 e7d03fd6-7b0d-0410-9947-9c21f3af8025
18 lines
534 B
Text
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
|