File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3
3
The Nu Markup Checker is the backend behind [ http://html5.validator.nu ] [ 1 ] ,
4
4
[ http://validator.w3.org/nu/ ] [ 2 ] , and the HTML5 facet of the [ W3C Validator] [ 3 ] .
5
5
Its 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
9
9
checking of HTML documents over the Web—similar to
10
10
[ http://validator.w3.org/nu/ ] [ 2 ] , etc.
11
11
Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ <h1>The Nu Markup Checker</h1>
13
13
Its source code is available from
14
14
< a href ="https://github.com/validator/ "> a set of repositories hosted at github</ a > ,
15
15
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
20
19
< a href ="http://validator.w3.org/nu/ "> http://validator.w3.org/nu/</ a > ,
21
20
etc.
22
21
You can’t perform that action at this time.
0 commit comments