Validating HTML from behind a firewall
Steve Clay’s Private Validator is a really handy tool for people who working on intranet sites who want to be able to run them through the W3C’s validator. It’s a PHP script which you install on a server behind the firewall that has access to both the intranet and the outside world. It comes with a bookmarklet which activates the script. When the script is activated, it grabs the indicated page, then uploads it to the external validator and grabs the result. It’s pretty neat, but even neater would be some kind of desktop application that did the same thing. I can almost feel a Python script coming on.
For Windows, there are at least a couple of options:
Of course, you can just download the WDG or W3C validators, they are both open-source, IIRC.
Jim Dabell - 30th July 2003 01:01 - #
Great, I've been looking for something to do this for a while. I'd tried "A Real Validator" before, but it only validates files rather then URLs which makes it useless for validating PHP pages etc.
Xiven - 30th July 2003 10:47 - #
Phil Wilson - 30th July 2003 15:32 - #
Steven Garrity - 31st July 2003 19:49 - #
Phil Wilson - 1st August 2003 20:06 - #
Armor2net - 14th August 2004 04:14 - #