]> sjero.net Git - wget/commitdiff
[svn] One more todo item.
authorhniksic <devnull@localhost>
Tue, 14 Nov 2000 22:45:43 +0000 (14:45 -0800)
committerhniksic <devnull@localhost>
Tue, 14 Nov 2000 22:45:43 +0000 (14:45 -0800)
TODO

diff --git a/TODO b/TODO
index 60372dbd23ebbd654cc9b1a7dcae041986ec7faf..d831903973be6ec8adf28ae80a5783cb20b74676 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,7 +4,12 @@ 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 (except that recently-added items
-may tend towards the top).  Not all of these represent user-visible changes.
+may tend towards the top).  Not all of these represent user-visible
+changes.
+
+* Take a look at
+  <http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html>
+  and support the new directives.
 
 * Generalize --html-extension to something like --mime-extensions and have it
   look at mime.types/mimecap file for preferred extension.  Non-HTML files with
@@ -29,9 +34,6 @@ may tend towards the top).  Not all of these represent user-visible changes.
 
 * Timestamps are sometimes not copied over on files retrieved by FTP.
 
-* Wget does not currently handle "fragment identifiers" (the part of a URL 
-  starting with the '#' character) properly.
-
 * 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.