]> sjero.net Git - wget/commitdiff
[svn] TODO: Only normal recursion should respect -np -- page-requisite recursion
authordan <devnull@localhost>
Tue, 13 Mar 2001 03:53:34 +0000 (19:53 -0800)
committerdan <devnull@localhost>
Tue, 13 Mar 2001 03:53:34 +0000 (19:53 -0800)
should not.

ChangeLog
TODO

index f65f124c523f4fd4b6b3e9bee56a9e37deb7a5e8..e47721c822df4a5447f7cf8fcd57fe33f03e031e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-12  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
+
+       * TODO: Only normal recursion should respect -np -- page-requisite
+       recursion should not.
+
 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
 
        * TODO: Removed an obsolete item about adding VMS and MS FTP
diff --git a/TODO b/TODO
index 6a3560593a611f6014fc9053437e20f2fe9bf7eb..8b919e43a8c8331eb0fe0a9c08053fd15f84a1ea 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,12 @@ 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.
 
+* 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