File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33The Nu Markup Checker is the backend behind [ http://html5.validator.nu ] [ 1 ] ,
44[ http://validator.w3.org/nu/ ] [ 2 ] , and the HTML5 facet of the [ W3C Validator] [ 3 ] .
55Its source code is available from [ a set of repositories hosted at github] [ 4 ] ,
6- as is ` vnu.jar ` , a portable standalone version for either batch validation of
7- HTML documents directly from the command line and from other scripts/apps or as
8- a simple stand-alone HTTP server that provides a service for browser-based
6+ as is ` vnu.jar ` , a portable standalone version for either batch-checking of HTML
7+ documents directly from the command line and from other scripts/apps or as a
8+ simple stand-alone HTTP server that provides a service for browser-based
99checking of HTML documents over the Web—similar to
1010[ http://validator.w3.org/nu/ ] [ 2 ] , etc.
1111
Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ <h1>The Nu Markup Checker</h1>
1313 Its source code is available from
1414 < a href ="https://github.com/validator/ "> a set of repositories hosted at github</ a > ,
1515 as is < code > vnu.jar</ code > , a portable standalone version for either
16- batch validation of HTML documents directly
17- from the command line and from other scripts/apps or as a simple
18- stand-alone HTTP server that provides a service for browser-based checking
19- of HTML documents over the Web—similar to
16+ batch-checking of HTML documents directly from the command line and from
17+ other scripts/apps or as a simple stand-alone HTTP server that provides a
18+ service for browser-based checking of HTML documents over the Web—similar to
2019 < a href ="http://validator.w3.org/nu/ "> http://validator.w3.org/nu/</ a > ,
2120 etc.
2221
You can’t perform that action at this time.
0 commit comments