]> sjero.net Git - wget/commitdiff
[svn] Reworded the opening paragraph to reflect that there are now more developers
authordan <devnull@localhost>
Thu, 6 Apr 2000 03:36:28 +0000 (20:36 -0700)
committerdan <devnull@localhost>
Thu, 6 Apr 2000 03:36:28 +0000 (20:36 -0700)
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
  '/'.

TODO

diff --git a/TODO b/TODO
index 30e9f9caaeca35d3ea36c022b382735a929364a9..74e383ab56543e750ed99f7ac5fb511a07f77488 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,21 @@
                                  Hey Emacs, this is -*- outline -*- mode
 
-This is the todo list for Wget.  I don't have any time-table of when I
-plan to implement these features; this is just a list of things I'd
-like to see in Wget.  I'll work on some of them myself, and I will
-accept patches in their direction.  The items are not listed in any
-particular order.  Not all of them are user-visible changes.
+This is the to-do list for Wget.  There is no timetable of when we plan to
+implement these features -- this is just a list of things it'd be nice to see in
+Wget.  Patches to implement any of these items would be gladly accepted.  The
+items are not listed in any particular order.  Not all of them represent
+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.