How does one validate an entire site?
Posted
by American Yak
on Stack Overflow
See other posts from Stack Overflow
or by American Yak
Published on 2010-05-20T15:26:33Z
Indexed on
2010/05/20
15:30 UTC
Read the original article
Hit count: 170
I realize there's the W3C validator, which works great for one page. There's also the perl install they provide, but it seems to not work on a Mac or it's buggy.
Given that
1) I have an entire set of local files
How do I
a) Validate the entire set
b) do it behind a firewall
c) do it simply without installing anything on my computer? (i.e., is there a web service?)
Or is this just futile?
© Stack Overflow or respective owner