1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] New item.

This commit is contained in:
hniksic 2001-12-01 10:44:08 -08:00
parent d6064a4a94
commit f5625139a1

18
TODO
View File

@ -1,11 +1,17 @@
Hey Emacs, this is -*- outline -*- mode Hey Emacs, this is -*- outline -*- mode
This is the to-do list for Wget. There is no timetable of when we plan to This is the to-do list for Wget. There is no timetable of when we
implement these features -- this is just a list of things it'd be nice to see in plan to implement these features -- this is just a list of features
Wget. Patches to implement any of these items would be gladly accepted. The we'd like to see in Wget, as well as a list of problems that need
items are not listed in any particular order (except that recently-added items fixing. Patches to implement these items are likely to be accepted.
may tend towards the top). Not all of these represent user-visible The items are not listed in any particular order (except that
changes. recently-added items may tend towards the top). Not all of these
represent user-visible changes.
* Wget shouldn't delete rejected files that were not downloaded, but
just found on disk because of `-nc'. For example, `wget -r -nc
-A.gif URL' should allow the user to get all the GIFs without
removing any of the existing HTML files.
* Be careful not to lose username/password information given for the * Be careful not to lose username/password information given for the
URL on the command line. URL on the command line.