mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: Oops. Hostless absolute link conversion _is_ working. My test that led
me to believe it wasn't was exposing a different bug -- URLs specified on the commandline as opposed to being recursed to don't always get re-converted at the end of the Wget run.
This commit is contained in:
parent
d41af5f52e
commit
f81e644ae3
@ -1,3 +1,10 @@
|
||||
2001-03-20 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* TODO: Oops. Hostless absolute link conversion _is_ working. My
|
||||
test that led me to believe it wasn't was exposing a different bug
|
||||
-- URLs specified on the commandline as opposed to being recursed
|
||||
to don't always get re-converted at the end of the Wget run.
|
||||
|
||||
2001-03-17 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
|
||||
|
5
TODO
5
TODO
@ -78,11 +78,6 @@ changes.
|
||||
* Make `-k' check for files that were downloaded in the past and convert links
|
||||
to them in newly-downloaded documents.
|
||||
|
||||
* -k currently converts non-fully-qualified (i.e. relative or "hostless
|
||||
absolute") links to files that weren't downloaded into fully-qualified URLs.
|
||||
When files _are_ downloaded, though, absolute links to them (hostless or
|
||||
with-host) should be converted to relative.
|
||||
|
||||
* Add option to clobber existing file names (no `.N' suffixes).
|
||||
|
||||
* Introduce a concept of "boolean" options. For instance, every
|
||||
|
Loading…
Reference in New Issue
Block a user