From 8bf001f5d8b7d771af4e2a873294059ebf7f65da Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 12 Mar 2001 19:53:34 -0800 Subject: [PATCH] [svn] TODO: Only normal recursion should respect -np -- page-requisite recursion should not. --- ChangeLog | 5 +++++ TODO | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index f65f124c..e47721c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-12 Jan Prikryl + + * TODO: Only normal recursion should respect -np -- page-requisite + recursion should not. + 2001-03-07 Jan Prikryl * TODO: Removed an obsolete item about adding VMS and MS FTP diff --git a/TODO b/TODO index 6a356059..8b919e43 100644 --- 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