From 7a44f3d563aefd4e2e24951f4a013c574254b3c6 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 3 Oct 2010 13:00:20 +0200 Subject: [PATCH] Updated todo list. --- doc/todo.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/todo.txt b/doc/todo.txt index 8e72e7d7..25767c26 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,7 +1,8 @@ - [HTTP] Allow sending POST data for login at beginning of check. -- [GUI] Add more context menu actions: - + Show detailed URL properties -- [GUI] Save options in qsettings, and read linkcheckerrc file. +- [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:])