|
1 | 1 | # The Nu Markup Checker
|
2 | 2 |
|
3 |
| -The Nu Markup Checker is the backend behind [http://validator.nu][1], |
4 |
| -[http://html5.validator.nu][2], [http://validator.w3.org/nu/][3], and the HTML5 |
5 |
| -facet of the [W3C Validator][4]. Its source code is available from [a set of |
6 |
| -repositories hosted at github][5], as is `vnu.jar`, a portable standalone |
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], [http://validator.w3.org/nu/][3], |
11 |
| -etc. |
12 |
| - |
13 |
| - [1]: http://validator.nu |
14 |
| - [2]: http://html5.validator.nu |
15 |
| - [3]: http://validator.w3.org/nu/ |
16 |
| - [4]: http://validator.w3.org |
17 |
| - [5]: https://github.com/validator/ |
| 3 | +The Nu Markup Checker is the backend behind [http://html5.validator.nu][1], |
| 4 | +[http://validator.w3.org/nu/][2], and the HTML5 facet of the [W3C Validator][3]. |
| 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 |
| 9 | +checking of HTML documents over the Web—similar to |
| 10 | +[http://validator.w3.org/nu/][2], etc. |
| 11 | + |
| 12 | + [1]: http://html5.validator.nu |
| 13 | + [2]: http://validator.w3.org/nu/ |
| 14 | + [3]: http://validator.w3.org |
| 15 | + [4]: https://github.com/validator/ |
18 | 16 |
|
19 | 17 | The easiest way to do things with the Nu Markup Checker on your own is to [get
|
20 |
| -the latest vnu.jar release][6]. |
| 18 | +the latest vnu.jar release][5]. |
21 | 19 |
|
22 |
| - [6]: https://github.com/validator/validator.github.io/releases/latest |
| 20 | + [5]: https://github.com/validator/validator.github.io/releases/latest |
23 | 21 |
|
24 | 22 | In the **Usage** section below are instructions on how to use `vnu.jar` to check
|
25 | 23 | the markup of documents.
|
26 | 24 |
|
27 | 25 | **Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
|
28 | 26 | `vnu.jar` file on your system.
|
29 | 27 |
|
30 |
| -Alternatively, there’s also now a [Grunt plugin for HTML validation][7] that |
| 28 | +Alternatively, there’s also now a [Grunt plugin for HTML validation][6] that |
31 | 29 | uses `vnu.jar` as its backend. You can install that plugin with `npm install
|
32 | 30 | grunt-html --save-dev`.
|
33 | 31 |
|
34 |
| - [7]: https://github.com/jzaefferer/grunt-html |
| 32 | + [6]: https://github.com/jzaefferer/grunt-html |
35 | 33 |
|
36 | 34 | ## Usage
|
37 | 35 |
|
@@ -88,9 +86,9 @@ executable provides the following options:
|
88 | 86 | possible values: "gnu", "xml", "json", "text"
|
89 | 87 |
|
90 | 88 | see also:
|
91 |
| - [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][8] |
| 89 | + [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][7] |
92 | 90 |
|
93 |
| - [8]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
| 91 | + [7]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
94 | 92 |
|
95 | 93 | #### --help
|
96 | 94 |
|
@@ -124,7 +122,7 @@ executable provides the following options:
|
124 | 122 |
|
125 | 123 | For details on how to provide browser-based checking of documents over the Web
|
126 | 124 | using either the `vnu.jar` package or an alternative `vnu.war` package that’s
|
127 |
| -also available, see [Web-based checking with vnu.war or vnu.jar][9]. |
| 125 | +also available, see [Web-based checking with vnu.war or vnu.jar][8]. |
128 | 126 |
|
129 |
| - [9]: http://validator.github.io/service.html |
| 127 | + [8]: http://validator.github.io/service.html |
130 | 128 |
|
0 commit comments