#!/bin/bash

#find html \( -type d -name CVS -prune -o -type f -print \)
#exit

websitelinkcheck.pl \
--entry=/about/ \
--entry=/collaborators/ \
--entry=/documentation/ \
--entry=/download/ \
--entry=/index.html \
--entry=/mailarch/ \
--entry=/microsat/ \
--entry=/plant_ontology/ \
--entry=/plant_ontology/submission \
--entry=/resources/ \
--entry=/rice_mutant/ \
--ignore='^/favicon.ico' \
--ignore='^/contact/' \
--ignore='^/employment/' \
--ignore='^/images/riceimages/' \
--ignore='/top_insert.html' \
--check-external \
html

