File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ executable provides the following options:
107
107
108
108
Shows the vnu.jar version number.
109
109
110
- For details on using the ` vnu.jar ` markup checker to provide a service for
111
- browser-based checking of HTML documents over the Web, see [ Using vnu.jar for
112
- Web-based markup checking] [ 4 ] .
110
+ For details on how to provide browser-based checking of documents over the Web
111
+ 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 ] .
113
113
114
114
[ 4 ] : http://validator.github.io/service.html
115
115
Original file line number Diff line number Diff line change @@ -133,9 +133,11 @@ <h4 id="version">--version</h4>
133
133
</ section >
134
134
</ div >
135
135
136
- < p > For details on using the < code > vnu.jar</ code > markup checker to provide a
137
- service for browser-based checking of HTML documents over the Web, see
138
- < a href ="http://validator.github.io/service.html "> Using vnu.jar for Web-based markup checking</ a > .
136
+ < p > For details on how to provide browser-based checking of documents over
137
+ the Web using either the < code > vnu.jar</ code > package or an alternative
138
+ < code > vnu.war</ code > package that’s also available, see
139
+ < a href ="http://validator.github.io/service.html "> Web-based checking with vnu.war or vnu.jar</ a > .
140
+ </ p >
139
141
140
142
<!-- TODO: For more information... sources bugz etc. -->
141
143
Original file line number Diff line number Diff line change 1
1
<!doctype html> < html > < head > < meta charset =utf-8 >
2
- < title > Web-based markup checking with vnu.jar & vnu.war</ title >
2
+ < title > Web-based checking with vnu.jar or vnu.war</ title >
3
3
4
4
< style type ="text/css ">
5
5
html {
107
107
108
108
</ head >
109
109
< body >
110
- < h1 > Web-based checking with vnu.war and vnu.jar</ h1 >
110
+ < h1 > Web-based checking with vnu.war or vnu.jar</ h1 >
111
111
112
112
< p > Along with < a href ="./ "> command-line use</ a > ,
113
113
the < code > vnu.jar</ code > package is suited to use
@@ -123,8 +123,8 @@ <h1>Web-based checking with vnu.war and vnu.jar</h1>
123
123
packages to provide a service for browser-based checking of
124
124
HTML documents over the web.
125
125
126
- < p class =note > < b > Note:</ b > In the instructions, replace
127
- < var > "~/vnu.jar"</ var > and < var > "~/vnu.war"</ var >
126
+ < p class =note > < b > Note:</ b > Replace
127
+ < var > "~/vnu.jar"</ var > or < var > "~/vnu.war"</ var > below
128
128
with the actual paths to those files on your system.
129
129
130
130
< p class =links >
You can’t perform that action at this time.
0 commit comments