@@ -8,8 +8,8 @@ <h1>Using vnu.jar for Web-based validation</h1>
8
8
< a href ="https://github.com/validator/validator.github.io/releases "
9
9
> latest version</ a >
10
10
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 .
13
13
14
14
< p class =note > < b > Note:</ b > In the instructions, replace
15
15
< 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>
24
24
< section id =web-based-usage >
25
25
< h2 > Web-based usage</ h2 >
26
26
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
30
29
< a href ="http://html5.validator.nu/ "> http://html5.validator.nu/</ a >
31
30
and
32
31
< 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.
33
34
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
35
36
and invoke < code > vnu.jar</ code > like this:
36
37
37
38
< pre >
0 commit comments