www.scan

www.scan is a simple program used to find dead and damaged links on your website. As it can take a long time to run, this is often run via cron and the results sent to you via email. To better understand the email message sent, as well as the normal output, see the interpretation page.

This checks all of the pages on your site, and each reference as it goes off site. However, once it sees that the offsite reference works, it does not pursue additional work on the remote sites.

This program takes a number of optional parameters.

There are some additional parameters used for debugging, and are not typically very interesting unless you are debugging the program. You can find information about these options within the program.


You can pick up the entire archive for version v0.17. This contains all of the files mentioned on this page.

Once you have the tar file, you will need to extract and build it. Do something like the following:

	cd
	mkdir www.scan
	tar xvfz www.scan-0.17.tar.gz
	cd www.scan-0.17
	make