]> sjero.net Git - wget/blobdiff - TODO
[svn] Updated long_to_string(); enhanced opt.downloaded to use
[wget] / TODO
diff --git a/TODO b/TODO
index e8f610852260c4c19c0394c347865bc90aa71920..a1dcd0a7b15d9051136071033d2ec7652f8eed31 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,7 +6,7 @@ Wget.  Patches to implement any of these items would be gladly accepted.  The
 items are not listed in any particular order (except that recently-added items
 may tend towards the top).  Not all of these represent user-visible changes.
 
-* Generalize --html-extension to something like --mime-extension and have it
+* Generalize --html-extension to something like --mime-extensions and have it
   look at mime.types/mimecap file for preferred extension.  Non-HTML files with
   filenames changed this way would be re-downloaded each time despite -N unless
   .orig files were saved for them.  Since .orig would contain the same data as
@@ -28,9 +28,6 @@ may tend towards the top).  Not all of these represent user-visible changes.
 
 * --retr-symlinks should cause wget to traverse links to directories too.
 
-* Lots of noncompliant webservers issue HTTP redirects to relative URLs, and
-  browsers follow them, so wget should too.
-
 * Make wget return non-zero status in more situations, like incorrect HTTP auth.
 
 * Timestamps are sometimes not copied over on files retrieved by FTP.