I'm currently using 1.8.1, and have noticed some bugs...

1) if i have index.html.orig, but no index.html, wget doesn't make it...

   # wget -EKkpm -np http://localhost/test/

   Server file no newer than local file `localhost/test/index.html.orig'
        -- not retrieving.

   localhost/test/index.html: No such file or directory
   Converting localhost/test/index.html... nothing to do.

2) some links that should be converted to relative links is instead
   converted to absolute links when updating an already mirrored site.

   # wget -EKkpm -np http://www.w3.org/TR/2001/WD-xhtml1-20011004/
   # cp -a www.w3.org/ www.w3.org-old
   # wget -EKkpm -np http://www.w3.org/TR/2001/WD-xhtml1-20011004/

   diff shows that all links in index.html refering were relative in the
   first grab, but got converted to absolute in the second grab.

   thats quite annoying, and definitly not as it should be.

3) seems that wget reads the converted files instead of of the original
   .orig file, may not have anything to say...

-- 
[ IRL: Peder Stray                                  ]
[ "A new life awaits you in the off world colonies" ]

Reply via email to