mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[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:
parent
e1d4d0995f
commit
88c07d546e
@ -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
5
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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user