]> sjero.net Git - wget/commitdiff
[svn] TODO: -k should convert "hostless absolute" URLs, like <A HREF="/index.html">.
authordan <devnull@localhost>
Fri, 21 Jul 2000 23:16:10 +0000 (16:16 -0700)
committerdan <devnull@localhost>
Fri, 21 Jul 2000 23:16:10 +0000 (16:16 -0700)
However, Brian McMahon <bm@iucr.org> wants the old incorrect behavior to still
be available as an option, as he depends on it to allow mirrors of his site to
send CGI queries to his original site, but still get graphics off of the mirror
site.  Perhaps this would be better dealt with by adding an option to tell -k
not to convert certain URLs patterns?

ChangeLog
TODO

index ec3134f1af5f1688606f76468da53245f2a02c53..bcd289d209bc65ae9be796b98cb5da11bac0f539 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-21  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
+       
+2000-07-19  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
+       
 2000-05-24  Dan Harkless  <dan-wget@dilvish.speed.net>
 
        * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
diff --git a/TODO b/TODO
index 4d99857a1385375d04265b93996ce3c002e2482d..3a5bb5253714ef63dd180b69ce539c8c5b24750b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,6 +30,11 @@ user-visible changes.
 * -k should convert convert relative references to absolute if not downloaded.
 
 * -k should convert "hostless absolute" URLs, like <A HREF="/index.html">.
+  However, Brian McMahon <bm@iucr.org> wants the old incorrect behavior to still
+  be available as an option, as he depends on it to allow mirrors of his site to
+  send CGI queries to his original site, but still get graphics off of the
+  mirror site.  Perhaps this would be better dealt with by adding an option to
+  tell -k not to convert certain URLs patterns?
 
 * Add option to clobber existing file names (no `.N' suffixes).