mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: Make `-k' check for files that were downloaded in the past and convert
links to them in newly-downloaded documents.
This commit is contained in:
parent
80cebf2a76
commit
f7c83b6ee3
@ -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
|
||||
|
11
TODO
11
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user