This project continues at https://github.com/w3c/validators
The Validator.nu HTML Validator service
This project packages the Validator.nu HTML Validator so that it can easily be run locally.
make
You need Python, Java , hg, svn and ant. The script takes the code from the official repository at http://validator.nu/.
On some systems, you may have to set the JAVA_HOME
variable:
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 make
./sbt run
Then go to http://localhost:8888.
make jar
Then you can run the validator:
java -jar target/validator-nu-standalone.jar 8888
This source code is made available under the W3C Licence.