linkchecker/doc/todo.txt
2010-10-14 18:36:11 +02:00

8 lines
496 B
Text

- [GUI] Allow login URL to be configured.
- [GUI] Move the debug tab someplace else. Perhaps make a separate
debug window out of it that gets displayed only on demand.
- [GUI] Show detailed URL properties
- [GUI] Save options in qsettings or in external file (for each URL?).
- [PYTHON3]
linkchecker-git/linkcheck/dns/resolver.py:313: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__
linkcheck.dns.name.Name(linkcheck.dns.name.from_text(socket.gethostname())[1:])