Skip to content

Commit cbcbe94

Browse files
ThibautGerysvenkreiss
authored andcommitted
upgrade vnu to 16.6.29 (#19)
1 parent 1054f71 commit cbcbe94

File tree

4 files changed

+41
-10
lines changed

4 files changed

+41
-10
lines changed

vnujar/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@ With a few exceptions, this is a record of mainly just user-facing
22
changes—that is, either changes to the actual behavior of the checker, or
33
changes to any options/interfaces the checker exposes for developers.
44

5+
# 16.6.29
6+
29 June 2016
7+
- JSON/gnu message formats updated to ensure doc URL is always included
8+
- `<!-->` (IE conditional comment end) is now (again) a non-error
9+
- `<template>` contents are now hidden from outline views
10+
11+
# 16.6.20
12+
20 June 2016
13+
- fixes problem that made the release jars unusable with Scala `sbt test`
14+
- adds “Heading-level outline” in Web UI; shows simple h1-h6 hierarchy
15+
16+
# 16.6.18
17+
18 June 2016
18+
- link[rel=stylesheet] in body now non-error (body-OK)
19+
- rel=dns-prefetch|preconnect|prefetch|preload|prerender non-error+body-OK
20+
- style[scoped] now error
21+
- iframe[seamless] now error
22+
- `--` (consecutive hyphens) within a comment now non-error
23+
- new specific error for `--!>` at end of a comment
24+
- new specific error for `<!--` within a comment
25+
- multiple meta[charset] now error
26+
- `autocomplete` checking now aligned with current spec
27+
- label[form] now error
28+
- a|area[rel=noopener] now non-error
29+
- allow-presentation/allow-orientation-lock in iframe[sandbox] non-error
30+
- label-less empty option now non-error if datalist child
31+
- section[role=navigation|complementary|banner] now non-error
32+
533
# 16.3.3
634
3 March 2016
735
- Made `minlength` a non-error for `input[type=password]`/`input[type=text]`

vnujar/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ It is released as two packages:
2727
[11]: https://validator.github.io/validator/#standalone
2828
[12]: https://validator.github.io/validator/#servlet
2929

30+
**Note:** The _vnu.jar_ and _vnu.war_ packages require a Java 8 environment;
31+
they won’t run in Java 7 or older environment.
32+
3033
To use the Nu Html Checker on your own, [get the latest release][13] and see the
3134
**Usage** and **Web-based checking** sections belowーor alternatively, consider
3235
automating your HTML checking with a frontend such as:
@@ -356,19 +359,16 @@ parameters documented at
356359
Follow the steps below to build, test, and run the checker such that you can
357360
open `http://localhost:8888/` in a Web browser to use the checker Web UI.
358361

359-
1. Make sure you have git, python, and JDK 5 or later installed.
362+
1. Make sure you have git, python, and JDK 8 installed.
360363

361364
2. Set the `JAVA_HOME` environment variable:
362365

363366
export JAVA_HOME=@@/PATH/TO/JDK/ON/YOUR/SYSTEM@@
364367

365368
For example:
366369

367-
* export JAVA_HOME=/usr/lib/jvm/java-6-openjdk (older Ubuntu)
368-
369-
* export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 (newer Ubuntu)
370-
371-
* export JAVA_HOME=$(/usr/libexec/java_home) (Mac OS X)
370+
* `export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64` * `export
371+
JAVA_HOME=$(/usr/libexec/java_home)` (Mac OS X)
372372

373373
3. Create a working directory:
374374

vnujar/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ <h1>The Nu Html Checker (v.Nu)
148148
<a href="https://validator.github.io/validator/#servlet">deploying the checker service through a servlet container such as Tomcat</a>
149149
</ul>
150150

151+
<p class=note><b>Note:</b> The <var>vnu.jar</var> and <var>vnu.war</var>
152+
packages require a Java 8 environment; they won’t run in Java 7 or
153+
older environment.
154+
151155
<p>
152156
To use the Nu Html Checker on your own,
153157
<a href="https://github.com/validator/validator/releases/latest">get the latest release</a>
@@ -558,15 +562,14 @@ <h2>Build instructions</h2>
558562

559563
<div class=set>
560564
<ol>
561-
<li>Make sure you have git, python, and JDK 5 or later installed.
565+
<li>Make sure you have git, python, and JDK 8 installed.
562566

563567
<li>Set the <code>JAVA_HOME</code> environment variable:
564568
<pre>export JAVA_HOME=@@/PATH/TO/JDK/ON/YOUR/SYSTEM@@</pre>
565569
For example:
566570
<ul>
567-
<li>export JAVA_HOME=/usr/lib/jvm/java-6-openjdk (older Ubuntu)
568-
<li>export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 (newer Ubuntu)
569-
<li>export JAVA_HOME=$(/usr/libexec/java_home) (Mac OS X)
571+
<li><code>export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64</code>
572+
<li><code>export JAVA_HOME=$(/usr/libexec/java_home)</code> (Mac OS X)
570573
</ul>
571574

572575
<li>Create a working directory:

vnujar/vnu.jar

231 KB
Binary file not shown.

0 commit comments

Comments
 (0)