1
0
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:
dan 2000-05-17 19:19:59 -07:00
parent 80cebf2a76
commit f7c83b6ee3
2 changed files with 12 additions and 4 deletions

View File

@ -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> 2000-04-05 Dan Harkless <dan-wget@dilvish.speed.net>
* TODO: Make -K only leave .orig files around when different. Add * TODO: Make -K only leave .orig files around when different. Add

11
TODO
View File

@ -12,13 +12,19 @@ user-visible changes.
* Add an option to save all text/html files with a .html extension so that when * 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 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 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 * Allow mirroring of FTP URLs where logging in puts you somewhere else besides
'/'. '/'.
* Make `-k' convert <base href=...> too. * 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). * Add option to clobber existing file names (no `.N' suffixes).
* Introduce a concept of "boolean" options. For instance, every * Introduce a concept of "boolean" options. For instance, every
@ -45,9 +51,6 @@ user-visible changes.
* Allow size limit to files. * 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 * Recognize HTML comments correctly. Add more options for handling
bogus HTML found all over the 'net. bogus HTML found all over the 'net.