Skip to content

Commit 1cdba4e

Browse files
Broadened the intro a bit.
1 parent f867c7c commit 1cdba4e

File tree

2 files changed

+48
-25
lines changed

2 files changed

+48
-25
lines changed

README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
1-
# The vnu.jar markup checker
1+
# The Nu Markup Checker
22

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].
56

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/
914

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.
1122

1223
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
1324
`vnu.jar` file on your system.
1425

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
1627
uses `vnu.jar` as its backend. You can install that plugin with `npm install
1728
grunt-html --save-dev`.
1829

19-
[2]: https://github.com/jzaefferer/grunt-html
30+
[7]: https://github.com/jzaefferer/grunt-html
2031

2132
## Usage
2233

@@ -73,9 +84,9 @@ executable provides the following options:
7384
possible values: "gnu", "xml", "json", "text"
7485

7586
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]
7788

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
7990

8091
#### --help
8192

@@ -109,7 +120,7 @@ executable provides the following options:
109120

110121
For details on how to provide browser-based checking of documents over the Web
111122
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].
113124

114-
[4]: http://validator.github.io/service.html
125+
[9]: http://validator.github.io/service.html
115126

index.html

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
<!doctype html><html><head><meta charset=utf-8>
2-
<title>The vnu.jar markup checker</title></head>
2+
<title>The Nu Markup Checker</title></head>
33
<body>
4-
<h1>The vnu.jar markup checker</h1>
5-
6-
<p>The <code>vnu.jar</code> application is a portable standalone
7-
version of the validator.nu markup checker.
8-
<p>The
9-
<a href="https://github.com/validator/validator.github.io/releases"
10-
>latest vnu.jar release</a>
11-
is available from the <code>validator</code> project at github.
12-
13-
In in the <b>Usage</b> section below are instructions on how to use it
14-
to check the markup of documents.
4+
<h1>The Nu Markup Checker</h1>
5+
6+
<p>
7+
The Nu Markup Checker is the backend behind
8+
<a href="http://validator.nu">http://validator.nu</a>,
9+
<a href="http://html5.validator.nu">http://html5.validator.nu</a>,
10+
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
11+
and the HTML5 facet of the
12+
<a href="http://validator.w3.org">W3C Validator</a>.
13+
14+
<p>
15+
The source code for the Nu Markup Checker is contained in
16+
<a href="https://github.com/validator/">a number of repositories hosted at github</a>.
17+
18+
<p>
19+
The Nu Markup Checker is also available as a portable standalone jar
20+
file called <code>vnu.jar</code>. The
21+
<a href="https://github.com/validator/validator.github.io/releases/latest">latest vnu.jar release</a>
22+
is available for download.
23+
24+
<p>
25+
In in the <b>Usage</b> section below are instructions on how to use
26+
<code>vnu.jar</code> to check the markup of documents.
1527

1628
<p class=note><b>Note:</b> In the instructions, replace
1729
<var>"~/vnu.jar"</var> with the actual path to the <code>vnu.jar</code>

0 commit comments

Comments
 (0)