Skip to content

sugitak/validator.nu-standalone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validator.nu Standalone

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.

How to build the Validator.nu

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

How to run the Validator.nu standalone

./sbt run

Then go to http://localhost:8888.

How to generate a standalone jar

make jar

Then you can run the validator:

java -jar target/validator-nu-standalone.jar 8888

Licence

This source code is made available under the W3C Licence.

Releases

No releases published

Packages

No packages published

Languages

  • Scala 93.5%
  • Shell 6.5%