Re: Quality problems - AGREE!

bbehlen@soda.berkeley.edu (Brian Behlendorf)
Errors-To: listmaster@www0.cern.ch
Date: Fri, 15 Apr 1994 02:58:43 --100
Message-id: <199404150055.RAA10947@soda.berkeley.edu>
Errors-To: listmaster@www0.cern.ch
Reply-To: bbehlen@soda.berkeley.edu
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: bbehlen@soda.berkeley.edu (Brian Behlendorf)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Quality problems - AGREE!
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Mailer: Mail User's Shell (7.2.3 5/22/91)
X-Mailer: Mail User's Shell (7.2.3 5/22/91)
Content-Length: 904
Once again, technology to the rescue :)

Howbout a program which, given a local html file, recurses through
links on that file to other files, and the base case on the recursion
is a link to a file on another machine.  When it reaches this, it
sends out a HEAD command, and if the file exists it moves on, but if
it gets sent back a REDIRECT header, it finds this new document, and
reports back to the web maintainer on the local machine that his link
to "x" is wrong and needs to be changed to "x'".  If the script were
robust enough, this could be set up to do interactively, or even
automatically.  Thus the conundrum of moving pages or whole sites
could work.

I know there are scripts out there that do the first part - checking
links - so adding the functionality to automatically change incorrect
links might be a good thing.  Or, it could be as dangerous as the
speller in MS Word 5. :)

	Brian