linkchecker/TODO
2005-01-27 17:11:03 +00:00

22 lines
764 B
Text

Possible improvements people could work on:
- [FEATURE] .dot output logger
http://www.graphviz.org/cvs/doc/info/lang.html
- [OPTIMIZATION] Connection pooling. Right now we open for every link a
new connection.
Must be thread-safe, must handle timeouts and connection expiration
(HTTP: only pool persistent (ie. HTTP/1.1) connections; Keepalive
header parsing).
- [USAGE] rethink intern/extern stuff
- [BUGFIX] when an URL is found in the cache and it has a broken anchor,
the broken anchor name is not displayed as a warning
- [USAGE] make a nice GUI for linkchecker
- [FEATURE] warn if overall size of page (including images/flash/etc.) is
too big. Right now, the page size is only html content.
- [FEATURE] Option to save downloaded pages.