> Say, I have a index.html which is not changed, but some of the pages
> linked from this page might be changed. When I use -N option to retrieve
> index.html recursively, wget will quit after find out that index.html is
> not changed, without following the url in index.html, and thus missed the
> fact that some other pages being linked by index.html might have been
> changed.
Every version of wget I've used will indeed process index.html correctly
and follow all the links. Can you give an example of the command line
you're using where the links are not followed?
MZ