]> sjero.net Git - wget/blobdiff - TODO
[svn] Added support for cookies.
[wget] / TODO
diff --git a/TODO b/TODO
index 961d76af6e38966cb59f08b34167589af36e8332..fd5e00ec4f16a5bfb1fd3befcd84d959785fbfed 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,19 @@ 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.
 
+* -p should probably go "_two_ more hops" on <FRAMESET> pages.
+
+* Only normal link-following recursion should respect -np.  Page-requisite
+  recursion should not.  When -np -p is specified, Wget should still retrieve
+  requisite images and such on the server, even if they aren't in that directory
+  or a subdirectory of it.  Likewise, -H -np -p should retrieve requisite files
+  from other hosts. 
+
+* Add a --range parameter allowing you to explicitly specify a range of bytes to
+  get from a file over HTTP (FTP only supports ranges ending at the end of the
+  file, though forcibly disconnecting from the server at the desired endpoint
+  might be workable).
+
 * RFC 1738 says that if logging on to an FTP server puts you in a directory
   other than '/', the way to specify a file relative to '/' in a URL (let's use
   "/bin/ls" in this example) is "ftp://host/%2Fbin/ls".  Wget needs to support
@@ -107,8 +120,6 @@ changes.
 * Rewrite FTP code to allow for easy addition of new commands.  It
   should probably be coded as a simple DFA engine.
 
-* Recognize more FTP servers (VMS).
-
 * Make HTTP timestamping use If-Modified-Since facility.
 
 * Implement better spider options.
@@ -120,8 +131,6 @@ changes.
 
 * Implement correct RFC1808 URL parsing.
 
-* Implement HTTP cookies.
-
 * Implement more HTTP/1.1 bells and whistles (ETag, Content-MD5 etc.)
 
 * Add a "rollback" option to have --continue throw away a configurable number of