[svn] TODO: -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?
This commit is contained in:
dan 2000-07-21 16:16:10 -07:00
parent e1d4d0995f
commit 88c07d546e
2 changed files with 13 additions and 0 deletions

View File

@ -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.

5
TODO
View File

@ -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).