Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 10-25-2004, 08:00   #1 (permalink)
Toby Inkster
Civilians

 
Default Re: recursive HTML validator app?

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

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 09:36.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.68863 seconds with 19 queries