From 5b1ecc69c9b704e76a67ac0abeafd05d3b01652c Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 17 Oct 2003 06:34:58 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1055 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 2 +- TODO | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24ef7ffb..17c859e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 1.9.4 - * check CSS background-image urls + * check CSS urls Changed: linkcheck/UrlData.py, linkcheck/linkparser.py 1.9.3 (released 16.10.2003) diff --git a/TODO b/TODO index f22b671f..ae744bbf 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -- check CSS urls, like style="background-image:url(mylogo.gif)" +- also parse .css stylesheets (not only the style="" attribute in html) - all threads should regularly poll a status variable this can be used to make ctrl-c working faster, and to print messages