mirror of
https://github.com/mirror/wget.git
synced 2025-03-10 01:30:16 +08:00
[svn] Reworded the opening paragraph to reflect that there are now more developers
besides Hrvoje, and added the following three items I've been meaning to get to: * Make -K compare X.orig to X and move the former on top of the latter if they're the same, rather than leaving identical .orig files laying around. * 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. * Allow mirroring of FTP URLs where logging in puts you somewhere else besides '/'.
This commit is contained in:
parent
1ecfed1e10
commit
532c3fb65a
21
TODO
21
TODO
@ -1,10 +1,21 @@
|
|||||||
Hey Emacs, this is -*- outline -*- mode
|
Hey Emacs, this is -*- outline -*- mode
|
||||||
|
|
||||||
This is the todo list for Wget. I don't have any time-table of when I
|
This is the to-do list for Wget. There is no timetable of when we plan to
|
||||||
plan to implement these features; this is just a list of things I'd
|
implement these features -- this is just a list of things it'd be nice to see in
|
||||||
like to see in Wget. I'll work on some of them myself, and I will
|
Wget. Patches to implement any of these items would be gladly accepted. The
|
||||||
accept patches in their direction. The items are not listed in any
|
items are not listed in any particular order. Not all of them represent
|
||||||
particular order. Not all of them are user-visible changes.
|
user-visible changes.
|
||||||
|
|
||||||
|
* Make -K compare X.orig to X and move the former on top of the latter if
|
||||||
|
they're the same, rather than leaving identical .orig files laying around.
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user