Skip to content

Commit 1224d2d

Browse files
Added links to LMVTFY & Travis CI HTML validator.
Thanks https://github.com/svenkreiss and https://github.com/cvrebert/
1 parent 15b36bd commit 1224d2d

2 files changed

Lines changed: 20 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,16 @@ the markup of documents.
2525
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
2626
`vnu.jar` file on your system.
2727

28-
Alternatively, there’s also now a [Grunt plugin for HTML validation][6] that
29-
uses `vnu.jar` as its backend. You can install that plugin with `npm install
30-
grunt-html --save-dev`.
28+
Alternatively, consider automating your HTML markup checking using a frontend
29+
such as [Grunt plugin for HTML validation][6], [HTML5 Validator Integration for
30+
Travis CI][7] (to automatically check any HTML documents pushed to a particular
31+
github repo/branch), or [LMVTFY: Let Me Validate That For You][8] (to
32+
automatically check the HTML content of JSFiddle, JSBin, Codepen, etc. pages
33+
posted as links in github issue-tracker comments).
3134

3235
[6]: https://github.com/jzaefferer/grunt-html
36+
[7]: https://github.com/svenkreiss/html5validator
37+
[8]: https://github.com/cvrebert/lmvtfy/
3338

3439
## Usage
3540

@@ -86,9 +91,9 @@ executable provides the following options:
8691
possible values: "gnu", "xml", "json", "text"
8792

8893
see also:
89-
[http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][7]
94+
[http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out][9]
9095

91-
[7]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
96+
[9]: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out
9297

9398
#### --help
9499

@@ -122,7 +127,7 @@ executable provides the following options:
122127

123128
For details on how to provide browser-based checking of documents over the Web
124129
using either the `vnu.jar` package or an alternative `vnu.war` package that’s
125-
also available, see [Web-based checking with vnu.war or vnu.jar][8].
130+
also available, see [Web-based checking with vnu.war or vnu.jar][10].
126131

127-
[8]: http://validator.github.io/service.html
132+
[10]: http://validator.github.io/service.html
128133

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
3131
<var>"~/vnu.jar"</var> with the actual path to the <code>vnu.jar</code>
3232
file on your system.
3333

34-
<p>Alternatively, there’s also now a
35-
<a href="https://github.com/jzaefferer/grunt-html">Grunt plugin for HTML validation</a>
36-
that uses <code>vnu.jar</code> as its backend. You can install that plugin
37-
with <code>npm install grunt-html --save-dev</code>.
34+
<p>Alternatively, consider automating your HTML markup checking using a frontend such as
35+
<a href="https://github.com/jzaefferer/grunt-html">Grunt plugin for HTML validation</a>,
36+
<a href="https://github.com/svenkreiss/html5validator">HTML5 Validator Integration for Travis CI</a>
37+
(to automatically check any HTML documents pushed to a particular github repo/branch),
38+
or
39+
<a href="https://github.com/cvrebert/lmvtfy/">LMVTFY: Let Me Validate That For You</a>
40+
(to automatically check the HTML content of JSFiddle, JSBin, Codepen, etc.
41+
pages posted as links in github issue-tracker comments).
3842

3943
<p class=links>
4044
<a href="#usage">Usage</a> ·

0 commit comments

Comments
 (0)