01 September 2014
What's new: This release fixes a bug that broke json & xml message output.
The files in this release provide a portable standalone version of the Nu Markup Checker in two different forms: as a Java jar file, and as a Java WAR file.
Use the jar file either for batch validation of HTML documents directly from the command line and from other scripts/apps, as documented at http://validator.github.io, or as a simple stand-alone HTTP server that provides a service for browser-based checking of HTML documents over the Web—similar to http://html5.validator.nu/ and http://validator.w3.org/nu/.
Use the WAR file to deploy the Nu Markup Checker as an application to a servlet container such as Apache Tomcat, as documented at http://validator.github.io/service.html#servlet.