|
1 | 1 | # The Nu Markup Checker (v.Nu) [](http://goo.gl/ehNisw)
|
2 | 2 |
|
3 |
| -The Nu Markup Checker (v.Nu) is a name for the backend behind |
| 3 | +The Nu Markup Checker (v.Nu) is a name for the backend of |
4 | 4 | [http://html5.validator.nu][1], [http://validator.w3.org/nu/][2], and the HTML5
|
5 | 5 | facet of the legacy [W3C Validator][3]. Its source code is available from [a set
|
6 |
| -of repositories hosted at github][4], as is `vnu.jar`, a portable standalone |
7 |
| -version for either batch-checking of HTML documents directly from the command |
8 |
| -line and from other scripts/apps, or for use as a simple standalone HTTP server |
9 |
| -that provides a service for browser-based checking of HTML documents over the |
10 |
| -Web—similar to [http://validator.w3.org/nu/][2]. |
| 6 | +of repositories hosted at github][4]. The checker is released as two separate |
| 7 | +packages: |
11 | 8 |
|
12 | 9 | [1]: http://html5.validator.nu
|
13 | 10 | [2]: http://validator.w3.org/nu/
|
14 | 11 | [3]: http://validator.w3.org
|
15 | 12 | [4]: https://github.com/validator/
|
16 | 13 |
|
17 |
| -To use the Nu Markup Checker on your own, [get the latest release][5] and see |
| 14 | + * `vnu.jar` is a portable standalone version for either batch-checking of HTML |
| 15 | + documents directly from the command line and from other scripts/apps or for |
| 16 | + [deploying the checker as a simple standalone HTTP service][5] |
| 17 | + |
| 18 | + * `vnu.war` is for [deploying the checker as an HTTP service through a servlet |
| 19 | + container such as Tomcat][6] |
| 20 | + |
| 21 | + [5]: http://validator.github.io/service.html#standalone |
| 22 | + [6]: http://validator.github.io/service.html#servlet |
| 23 | + |
| 24 | +To use the Nu Markup Checker on your own, [get the latest release][7] and see |
18 | 25 | the **Usage** instructions below— or alternatively, consider automating your
|
19 | 26 | HTML checking with a frontend such as:
|
20 | 27 |
|
21 |
| - [5]: https://github.com/validator/validator.github.io/releases/latest |
| 28 | + [7]: https://github.com/validator/validator.github.io/releases/latest |
22 | 29 |
|
23 |
| - * [Grunt plugin for HTML validation][6] |
| 30 | + * [Grunt plugin for HTML validation][8] |
24 | 31 |
|
25 |
| - * [HTML5 Validator Integration for Travis CI][7] (auto-check documents pushed |
| 32 | + * [HTML5 Validator Integration for Travis CI][9] (auto-check documents pushed |
26 | 33 | to a github repo)
|
27 | 34 |
|
28 |
| - * [LMVTFY: Let Me Validate That For You][8] (auto-check HTML of JSFiddle/JSBin |
29 |
| - etc. links in github issue comments) |
| 35 | + * [LMVTFY: Let Me Validate That For You][10] (auto-check HTML of |
| 36 | + JSFiddle/JSBin etc. links in github issue comments) |
30 | 37 |
|
31 |
| - [6]: https://github.com/jzaefferer/grunt-html |
32 |
| - [7]: https://github.com/svenkreiss/html5validator |
33 |
| - [8]: https://github.com/cvrebert/lmvtfy/ |
| 38 | + [8]: https://github.com/jzaefferer/grunt-html |
| 39 | + [9]: https://github.com/svenkreiss/html5validator |
| 40 | + [10]: https://github.com/cvrebert/lmvtfy/ |
34 | 41 |
|
35 | 42 | ## Usage
|
36 | 43 |
|
@@ -90,9 +97,9 @@ executable provides the following options:
|
90 | 97 | possible values: "gnu", "xml", "json", "text"
|
91 | 98 |
|
92 | 99 | see also:
|
93 |
| - [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][9] |
| 100 | + [http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][11] |
94 | 101 |
|
95 |
| - [9]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
| 102 | + [11]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out |
96 | 103 |
|
97 | 104 | #### --help
|
98 | 105 |
|
@@ -124,9 +131,8 @@ executable provides the following options:
|
124 | 131 |
|
125 | 132 | Shows the vnu.jar version number.
|
126 | 133 |
|
127 |
| -For details on how to provide browser-based checking of documents over the Web |
128 |
| -using either the `vnu.jar` package or an alternative `vnu.war` package that’s |
129 |
| -also available, see [Web-based checking with vnu.war or vnu.jar][10]. |
| 134 | +To provide browser-based checking of documents over the Web, see [Web-based |
| 135 | +checking with vnu.war or vnu.jar][12]. |
130 | 136 |
|
131 |
| - [10]: http://validator.github.io/service.html |
| 137 | + [12]: http://validator.github.io/service.html |
132 | 138 |
|
0 commit comments