linkchecker/TODO
2005-01-28 12:16:35 +00:00

20 lines
742 B
Text

Possible improvements people could work on:
- [OPTIMIZATION] HTTP connection pooling. Right now we open for every
HTTP 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).
Note: FTP connection pooling is already there.
- [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.