Attached is the result of running W3C's link checker script (obtainable from CPAN) over the files of http://www.devel.lyx.org/~leeming/www-user and then post processing the results to make 'em more human friendly:
$ ./process_links.py lyx-links.txt > lyx-links-processed.txt $ sed '/Check manually/d; /validator/d' lyx-links-processed.txt > \ lyx-links-errors.txt The resulting data file describes problems with 161 links... $ sed '/^$/d; /^Page/d' lyx-links-errors.txt | wc -l 161 -- Angus
lyx-links-errors.txt.bz2
Description: BZip2 compressed data
process_links.py
Description: application/python