Skip to content

06 October 2014

Compare
Choose a tag to compare
@sideshowbarker sideshowbarker released this 06 Oct 11:42

What's new: This release adds checking for bad IDs in form attributes.

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 checking of HTML documents from the command line and from other scripts/apps, as documented at http://validator.github.io, or as a self-contained 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 through a servlet container such as Tomcat, as documented at http://validator.github.io/service.html#servlet.