]> sjero.net Git - wget/commitdiff
[svn] TODO: Make `-k' check for files that were downloaded in the past and convert
authordan <devnull@localhost>
Thu, 18 May 2000 02:19:59 +0000 (19:19 -0700)
committerdan <devnull@localhost>
Thu, 18 May 2000 02:19:59 +0000 (19:19 -0700)
links to them in newly-downloaded documents.

ChangeLog
TODO

index 55f7e6daf3fd478a0f6ddc0e3c3fddef15f2c6b2..f4a64a5575015783c80f4dedbe3c878b0d25747e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-17  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * 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  <dan-wget@dilvish.speed.net>
 
        * TODO: Make -K only leave .orig files around when different.  Add
diff --git a/TODO b/TODO
index 74e383ab56543e750ed99f7ac5fb511a07f77488..5ad54f9dd404b79c8431331b38a9c9f7e34d77bb 100644 (file)
--- 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 <base href=...> 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.