From f81e644ae37df8210c9fe9615c58145886108c82 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 20 Mar 2001 05:54:49 -0800 Subject: [PATCH] [svn] TODO: Oops. Hostless absolute link conversion _is_ working. My test that led me to believe it wasn't was exposing a different bug -- URLs specified on the commandline as opposed to being recursed to don't always get re-converted at the end of the Wget run. --- ChangeLog | 7 +++++++ TODO | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c383be1..d3be25d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-03-20 Dan Harkless + + * TODO: Oops. Hostless absolute link conversion _is_ working. My + test that led me to believe it wasn't was exposing a different bug + -- URLs specified on the commandline as opposed to being recursed + to don't always get re-converted at the end of the Wget run. + 2001-03-17 Dan Harkless * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it. diff --git a/TODO b/TODO index fc1d8c67..8b919e43 100644 --- a/TODO +++ b/TODO @@ -78,11 +78,6 @@ changes. * Make `-k' check for files that were downloaded in the past and convert links to them in newly-downloaded documents. -* -k currently converts non-fully-qualified (i.e. relative or "hostless - absolute") links to files that weren't downloaded into fully-qualified URLs. - When files _are_ downloaded, though, absolute links to them (hostless or - with-host) should be converted to relative. - * Add option to clobber existing file names (no `.N' suffixes). * Introduce a concept of "boolean" options. For instance, every