From f7c83b6ee3d9fd912a903a2e5fed9effd67b79f2 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 17 May 2000 19:19:59 -0700 Subject: [PATCH] [svn] TODO: Make `-k' check for files that were downloaded in the past and convert links to them in newly-downloaded documents. --- ChangeLog | 5 +++++ TODO | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55f7e6da..f4a64a55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-17 Dan Harkless + + * TODO: Make `-k' check for files that were downloaded in the past + and convert links to them in newly-downloaded documents. + 2000-04-05 Dan Harkless * TODO: Make -K only leave .orig files around when different. Add diff --git a/TODO b/TODO index 74e383ab..5ad54f9d 100644 --- a/TODO +++ b/TODO @@ -12,13 +12,19 @@ user-visible changes. * Add an option to save all text/html files with a .html extension so that when grabbing the output of a dynamically-generated remote page, you'll end up with a filename that will cause _your_ webserver to realize the saved static HTML - file isn't text/plain. + file isn't text/plain (or an illegal CGI script in the case of *.cgi). * Allow mirroring of FTP URLs where logging in puts you somewhere else besides '/'. * Make `-k' convert too. +* Make `-k' check for files that were downloaded in the past and convert links + to them in newly-downloaded documents. + +* -k should convert convert relative references to absolute if not + downloaded. + * Add option to clobber existing file names (no `.N' suffixes). * Introduce a concept of "boolean" options. For instance, every @@ -45,9 +51,6 @@ user-visible changes. * Allow size limit to files. -* -k should convert convert relative references to absolute if not - downloaded. - * Recognize HTML comments correctly. Add more options for handling bogus HTML found all over the 'net.