|
For our team project, we are planning on developing an automated hyperlink and email address checker. The checker will; given a web page, pass through that page and check every hyperlink to see if the URL is still active. The checker will also send an automatic email to all email addresses on the page asking the recipient to verify by responding to a given email address.
The checker will have an interface where the programmer enters the URL of the page to check, the address to which the email should reply, and a directory to store the log file generated during the programs execution.
The program will operate independent of user input once the initial information is given. The program is targeted at HTML programmers as well as novice users and will be simple in its operation.
|