|
1 |
| -# The vnu.jar markup checker |
| 1 | +# The Nu Markup Checker |
2 | 2 |
|
3 |
| -The `vnu.jar` application is a portable standalone version of the validator.nu |
4 |
| -markup checker. |
| 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]. |
5 | 6 |
|
6 |
| -The [latest vnu.jar release][1] is available from the `validator` project at |
7 |
| -github. In in the **Usage** section below are instructions on how to use it to |
8 |
| -check the markup of documents. |
| 7 | + [1]: http://validator.nu [2]: http://html5.validator.nu |
| 8 | + [3]: http://validator.w3.org/nu/ [4]: http://validator.w3.org |
| 9 | + |
| 10 | +The source code for the Nu Markup Checker is contained in [a number of |
| 11 | +repositories hosted at github][5]. |
| 12 | + |
| 13 | + [5]: https://github.com/validator/ |
9 | 14 |
|
10 |
| - [1]: https://github.com/validator/validator.github.io/releases |
| 15 | +The Nu Markup Checker is also available as a portable standalone jar file called |
| 16 | +`vnu.jar`. The [latest vnu.jar release][6] is available for download. |
| 17 | + |
| 18 | + [6]: https://github.com/validator/validator.github.io/releases/latest |
| 19 | + |
| 20 | +In in the **Usage** section below are instructions on how to use `vnu.jar` to |
| 21 | +check the markup of documents. |
11 | 22 |
|
12 | 23 | **Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
|
13 | 24 | `vnu.jar` file on your system.
|
14 | 25 |
|
15 |
| -Alternatively, there’s also now a [Grunt plugin for HTML validation][2] that |
| 26 | +Alternatively, there’s also now a [Grunt plugin for HTML validation][7] that |
16 | 27 | uses `vnu.jar` as its backend. You can install that plugin with `npm install
|
17 | 28 | grunt-html --save-dev`.
|
18 | 29 |
|
19 |
| - [2]: https://github.com/jzaefferer/grunt-html |
| 30 | + [7]: https://github.com/jzaefferer/grunt-html |
20 | 31 |
|
21 | 32 | ## Usage
|
22 | 33 |
|
@@ -73,9 +84,9 @@ executable provides the following options:
|
73 | 84 | possible values: "gnu", "xml", "json", "text"
|
74 | 85 |
|
75 | 86 | see also:
|
76 |
| - [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][3] |
| 87 | + [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][8] |
77 | 88 |
|
78 |
| - [3]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
| 89 | + [8]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
79 | 90 |
|
80 | 91 | #### --help
|
81 | 92 |
|
@@ -109,7 +120,7 @@ executable provides the following options:
|
109 | 120 |
|
110 | 121 | For details on how to provide browser-based checking of documents over the Web
|
111 | 122 | using either the `vnu.jar` package or an alternative `vnu.war` package that’s
|
112 |
| -also available, see [Web-based checking with vnu.war or vnu.jar][4]. |
| 123 | +also available, see [Web-based checking with vnu.war or vnu.jar][9]. |
113 | 124 |
|
114 |
| - [4]: http://validator.github.io/service.html |
| 125 | + [9]: http://validator.github.io/service.html |
115 | 126 |
|
0 commit comments