File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed 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],
4
4
[ http://html5.validator.nu ] [ 2 ] , [ http://validator.w3.org/nu/ ] [ 3 ] , and the HTML5
5
5
facet of the [ W3C Validator] [ 4 ] . Its source code is available from [ a set of
6
6
repositories 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.
8
12
9
13
[ 1 ] : http://validator.nu
10
14
[ 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>
13
13
14
14
Its source code is available from
15
15
< 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.
17
24
18
25
< p >
19
26
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