[svn] TODO: Only normal recursion should respect -np -- page-requisite recursion

should not.
This commit is contained in:
dan 2001-03-12 19:53:34 -08:00
parent 2a36d475db
commit 8bf001f5d8
2 changed files with 11 additions and 0 deletions

View File

@ -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

6
TODO
View File

@ -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