English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i already have bought a web hosting account.
i want my "new" server to check my all other sites (page by page) automatically (and periodically) for accessibility.
my site (and it's SiteMap) changes about 10 times a day.
so i want my server to get links from sitemap and check those links for accessibility. (i don't need serious Log)
please help me to set up this. (using script or other way)
i know C, HTML, and VB programing. But new to java. and knows nothing about Php.
Please give me steps to do this Or/And Links to detailed pages.

2007-06-15 02:51:18 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

My personal favorite to implementing this would be Python. It is very similar to C, but has powerful libraries that would allow you to do this in a few lines. Specifically, the httplib library allows you to fetch entire pages in one line of code.

Get "Learning Python". If you're good with C it will take you a few hours to learn Python.

A potentially smarter way to do this would be to use software that already exists, for example Xenu link sleuth (see link).

2007-06-15 05:52:54 · answer #1 · answered by Jan O 4 · 1 0

Of which sort of accessibility do you speak? Website Accessibility Initiative? This cannot be done on an automatic basis. It must be done by a real person, or a mix of real people, with various disabilities, and with corresponding feedback to the website developer...

2007-06-15 12:42:49 · answer #2 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers