File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ The Nu Markup Checker is the backend behind [http://validator.nu][1],
44[ http://html5.validator.nu ] [ 2 ] , [ http://validator.w3.org/nu/ ] [ 3 ] , and the HTML5
55facet of the [ W3C Validator] [ 4 ] . Its source code is available from [ a set of
66repositories hosted at github] [ 5 ] , as is ` vnu.jar ` , a portable standalone
7- version.
7+ version for either batch validation of HTML documents directly from the command
8+ line and from other scripts/apps or as a simple stand-alone HTTP server that
9+ provides a service for browser-based checking of HTML documents over the
10+ Web—similar to [ http://html5.validator.nu/ ] [ 2 ] ,
11+ [ http://validator.w3.org/nu/ ] [ 3 ] , etc.
812
913 [ 1 ] : http://validator.nu
1014 [ 2 ] : http://html5.validator.nu
Original file line number Diff line number Diff line change @@ -13,7 +13,14 @@ <h1>The Nu Markup Checker</h1>
1313
1414 Its source code is available from
1515 < a href ="https://github.com/validator/ "> a set of repositories hosted at github</ a > ,
16- as is < code > vnu.jar</ code > , a portable standalone version.
16+ as is < code > vnu.jar</ code > , a portable standalone version for either
17+ batch validation of HTML documents directly
18+ from the command line and from other scripts/apps or as a simple
19+ stand-alone HTTP server that provides a service for browser-based checking
20+ of HTML documents over the Web—similar to
21+ < a href ="http://html5.validator.nu "> http://html5.validator.nu/</ a > ,
22+ < a href ="http://validator.w3.org/nu/ "> http://validator.w3.org/nu/</ a > ,
23+ etc.
1724
1825 < p >
1926 The easiest way to do things with the Nu Markup Checker on your own is to
You can’t perform that action at this time.
0 commit comments