linkchecker/TODO
2005-01-24 21:16:24 +00:00

19 lines
683 B
Text

Possible improvements people could work on:
- [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.