![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Beowulf wrote: > Anybody know of an application (linux, open source) that can do recursive > checking of html files for accessibility, like Tidy HTML but with > recursive ability to go and check subfolders, multiple folders, etc? HTML Tidy checks for validity and does some other sanity checks, but it does not really check for accessibility. You should be able to use HTML Tidy along with the standard UNIX utilities "find" and "xargs" to do this. find -name "*.html" | xargs tidy -qe is almost what you want. -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML validator for Windows | Alfred Molon | Web Design | 2 | 08-12-2005 20:00 |
| Offline XHTML validator ? | Justin Sane | Web Design | 7 | 06-27-2005 20:00 |
| Is google indexing recursive? | Brian Huether | Web Design | 6 | 06-16-2005 16:00 |
| Seeking whole site HTML validator (plus extras) | Papa.Legba.666@gmail.com | Web Design | 8 | 05-25-2005 20:00 |
| W3C Validator and frames | webdev | Web Design | 10 | 12-22-2004 04:00 |
![]() | ![]() | ![]() |