On Fri, Dec 10, 1999 at 07:17:00AM -0700, john s jacobs anderson wrote:
>>>>> "Olivier" == Olivier Galibert
<galibert(a)pobox.com> writes:
Olivier> Do we have some good documents about that? The links on our
Olivier> web page are mostly broken...
Letting the web people know which ones are broken might result in them
becoming un-broken sooner than not...
Since you seem to have a problem in this area, a friend of mine just
wrote a script for you to use. It requires another of his scripts to
run, dead link check, which you can find on
http://dlc.sourceforge.net/.
This script requires the site to be available online for now, and is
also highly beta, so all comments, bug reports, suggestions,
etc... are welcome. Send them to Martial directly, at
martial(a)users.sourceforge.net.
How to use it:
cd <base of your html files directory>
find . -name "*.htm*" > sitelinksinfile
dumpsitelinks.pl -base=http://www.xemacs.org sitelinksinfile sitelinksoutfile
deadlinkcheck -i -l -u -o -s -d -H sitelinksoutfile
And then you can look at the resulting DLC_result_*.html files.
OG.
PS: Options for dumpsitelinks.pl:
-Verb very verbose
-verb medium verbose
-base=http://whatever/ base URL for the site (required)
-limit=substring,.. add only urls including one of the substrings
-exclude=substring,... exclude all urls including any of the substrings