@@ -10,33 +10,34 @@ repositories][4]. The checker is released as two separate packages:
10
10
[ 3 ] : http://validator.w3.org
11
11
[ 4 ] : https://github.com/validator/
12
12
13
- * ` vnu.jar ` is a portable standalone version for batch-checking documents from
14
- the command line and from other scripts/apps, or for [ deploying the checker as
15
- a self-contained service] [ 5 ]
13
+ * ` vnu.jar ` is a portable standalone version for [ batch-checking documents
14
+ from the command line] [ 5 ] and from other scripts/apps, or for [ deploying the
15
+ checker as a self-contained service] [ 6 ]
16
16
17
17
* ` vnu.war ` is for [ deploying the checker service through a servlet container
18
- such as Tomcat] [ 6 ]
18
+ such as Tomcat] [ 7 ]
19
19
20
- [ 5 ] : http://validator.github.io/service.html#standalone
21
- [ 6 ] : http://validator.github.io/service.html#servlet
20
+ [ 5 ] : http://validator.github.io/#usage
21
+ [ 6 ] : http://validator.github.io/service.html#standalone
22
+ [ 7 ] : http://validator.github.io/service.html#servlet
22
23
23
- To use the Nu Markup Checker on your own, [ get the latest release] [ 7 ] and see
24
+ To use the Nu Markup Checker on your own, [ get the latest release] [ 8 ] and see
24
25
the ** Usage** section below— or alternatively, consider automating your HTML
25
26
checking with a frontend such as:
26
27
27
- [ 7 ] : https://github.com/validator/validator.github.io/releases/latest
28
+ [ 8 ] : https://github.com/validator/validator.github.io/releases/latest
28
29
29
- * [ Grunt plugin for HTML validation] [ 8 ]
30
+ * [ Grunt plugin for HTML validation] [ 9 ]
30
31
31
- * [ HTML5 Validator Integration for Travis CI] [ 9 ] (auto-check documents pushed
32
+ * [ HTML5 Validator Integration for Travis CI] [ 10 ] (auto-check documents pushed
32
33
to a github repo)
33
34
34
- * [ LMVTFY: Let Me Validate That For You] [ 10 ] (auto-check HTML of
35
+ * [ LMVTFY: Let Me Validate That For You] [ 11 ] (auto-check HTML of
35
36
JSFiddle/JSBin etc. links in github issue comments)
36
37
37
- [ 8 ] : https://github.com/jzaefferer/grunt-html
38
- [ 9 ] : https://github.com/svenkreiss/html5validator
39
- [ 10 ] : https://github.com/cvrebert/lmvtfy/
38
+ [ 9 ] : https://github.com/jzaefferer/grunt-html
39
+ [ 10 ] : https://github.com/svenkreiss/html5validator
40
+ [ 11 ] : https://github.com/cvrebert/lmvtfy/
40
41
41
42
## Usage
42
43
@@ -96,9 +97,9 @@ executable provides the following options:
96
97
possible values: "gnu", "xml", "json", "text"
97
98
98
99
see also:
99
- [wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][11 ]
100
+ [wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][12 ]
100
101
101
- [ 11 ] : https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
102
+ [ 12 ] : https://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
102
103
103
104
#### --help
104
105
@@ -130,8 +131,3 @@ executable provides the following options:
130
131
131
132
Shows the vnu.jar version number.
132
133
133
- To provide browser-based checking of documents over the Web, see [ Web-based
134
- checking with vnu.war or vnu.jar] [ 12 ] .
135
-
136
- [ 12 ] : http://validator.github.io/service.html
137
-
0 commit comments