| > It is possible to use httrack to just create a list
> of all external links on a website? I would like to
> be able to use it to scan my website and generate a
> list of all external links that I could then use to
> write a script that will check for dead links. I
> really don't want to download any content except for
> a href's. Any help would be appreciated.
If you mirror the site with options -> Build -> No external pages = checked,
any links not mirrored will be:
a_href="..\external.html?link=http://www.site..."
create a sed script to isolate site
findstr external.html|sed ... |sort|uniq | |