Skip to content

Commit 1d95ca5

Browse files
Updated.
1 parent 64b1f4e commit 1d95ca5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ executable provides the following options:
101101

102102
Shows the vnu.jar version number.
103103

104-
For details on using the `vnu.jar` validator to provide validation of HTML
105-
documents over the Web (in a Web browser, as an HTTP service), see [Using
106-
vnu.jar for Web-based validation][3].
104+
For details on using the `vnu.jar` validator to provide a service for
105+
browser-based validation of HTML documents over the Web, see [Using vnu.jar for
106+
Web-based validation][3].
107107

108108
[3]: http://validator.github.io/web-based-usage.html
109109

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,8 @@ <h4 id="version">--version</h4>
121121
</section>
122122
</div>
123123

124-
<p>For details on using the <code>vnu.jar</code> validator to provide
125-
validation of HTML documents over the Web (in a Web browser, as an HTTP
126-
service), see
124+
<p>For details on using the <code>vnu.jar</code> validator to provide a
125+
service for browser-based validation of HTML documents over the Web, see
127126
<a href="http://validator.github.io/web-based-usage.html">Using vnu.jar for Web-based validation</a>.
128127

129128
<p>

web-based-usage.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ <h1>Using vnu.jar for Web-based validation</h1>
88
<a href="https://github.com/validator/validator.github.io/releases"
99
>latest version</a>
1010
is available from the validator area at github.
11-
The following are instructions on how to use it to do Web-based
12-
(browser-based) validation of documents.
11+
The following are instructions on how to use it to provide a
12+
service for browser-based validation of HTML documents over the Web.
1313

1414
<p class=note><b>Note:</b> In the instructions, replace
1515
<var>"~/vnu.jar"</var> with the actual path to the <code>vnu.jar</code>
@@ -24,14 +24,15 @@ <h1>Using vnu.jar for Web-based validation</h1>
2424
<section id=web-based-usage>
2525
<h2>Web-based usage</h2>
2626

27-
<p>The <code>vnu.jar</code> validator provides a way for you to
28-
validate HTML documents over the Web, in a Web browser, as an HTTP
29-
service—just as with
27+
<p>You can use <code>vnu.jar</code> to provide a service for
28+
browser-based validation of HTML documents over the Web, similar to
3029
<a href="http://html5.validator.nu/">http://html5.validator.nu/</a>
3130
and
3231
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>.
32+
The service also includes a REST API for providing validation of HTML
33+
documents to non-browser clients.
3334

34-
<p> To run the validator as an HTTP service, open a new terminal window
35+
<p>To run the validator as a service, open a new terminal window
3536
and invoke <code>vnu.jar</code> like this:
3637

3738
<pre>

0 commit comments

Comments
 (0)