# MK CHECKLINKS v0.1
# by Michael Khler
# mikoehler@vossnet.de
#
# This script checks local or http files for HTTP links.
# (That means only links with <a href="<link>">mylink</a>)
#
# USAGE:
# EX. ./mkcl mylinks.html or ./mkcl http://www.mysite.com/mylinks.html
#
# NOTE:
# This script is using LYNX to fetch HTTP headers and documents.
# You have to install LYNX on your *nix system, before you can
# can this script.
# Only one HTTP link reference per line is allowed in the file that
# should be checked with mkcl. EMail references are ignored.
# The autor of this script wants to receive an email, if u use it.
