This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bval-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c45ff35  Automatic Site Publish by Buildbot
c45ff35 is described below

commit c45ff35a90cab64b1418633b790d9c4714d69913
Author: buildbot <[email protected]>
AuthorDate: Fri Jun 4 19:25:04 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/automated-builds.html           |  3 ++
 output/beanvalidation-tck.html         |  3 ++
 output/board-reports/2010-04.html      |  3 ++
 output/board-reports/2010-05.html      |  3 ++
 output/board-reports/2010-06.html      |  3 ++
 output/board-reports/2010-07.html      |  3 ++
 output/board-reports/2010-08.html      |  3 ++
 output/board-reports/2010-09.html      |  3 ++
 output/board-reports/2011-01.html      |  3 ++
 output/board-reports/2011-06.html      |  3 ++
 output/board-reports/2011-09.html      |  3 ++
 output/board-reports/2011-12.html      |  3 ++
 output/board-reports/2012-03.html      |  3 ++
 output/board-reports/2012-04.html      |  3 ++
 output/board-reports/2012-05.html      |  3 ++
 output/board-reports/2012-06.html      |  3 ++
 output/board-reports/2012-09.html      |  3 ++
 output/board-reports/2012-12.html      |  3 ++
 output/board-reports/2013-03.html      |  3 ++
 output/board-reports/2013-06.html      |  3 ++
 output/board-reports/2013-09.html      |  3 ++
 output/board-reports/2013-12.html      |  3 ++
 output/board-reports/2014-03.html      |  3 ++
 output/board-reports/2014-06.html      |  3 ++
 output/board-reports/2014-09.html      |  3 ++
 output/board-reports/2014-12.html      |  3 ++
 output/board-reports/2015-03.html      |  3 ++
 output/board-reports/2015-06.html      |  3 ++
 output/board-reports/2015-09.html      |  3 ++
 output/board-reports/2015-12.html      |  3 ++
 output/board-reports/2016-03.html      |  3 ++
 output/board-reports/2016-06.html      |  3 ++
 output/board-reports/2016-09.html      |  3 ++
 output/board-reports/2016-12.html      |  3 ++
 output/board-reports/2017-03.html      |  3 ++
 output/board-reports/2017-06.html      |  3 ++
 output/board-reports/2017-09.html      |  3 ++
 output/board-reports/2017-12.html      |  3 ++
 output/board-reports/2018-03.html      |  3 ++
 output/board-reports/2018-06.html      |  3 ++
 output/board-reports/2018-09.html      |  3 ++
 output/board-reports/2018-12.html      |  3 ++
 output/board-reports/2019-03.html      |  3 ++
 output/board-reports/2019-06.html      |  3 ++
 output/board-reports/2019-09.html      |  3 ++
 output/board-reports/2019-12.html      |  3 ++
 output/board-reports/2020-04.html      |  3 ++
 output/board-reports/2020-06.html      |  3 ++
 output/board-reports/2020-09.html      |  3 ++
 output/board-reports/2020-12.html      |  3 ++
 output/board-reports/index.html        |  3 ++
 output/building.html                   |  3 ++
 output/coding-standards.html           |  3 ++
 output/documentation.html              |  3 ++
 output/downloads.html                  |  3 ++
 output/feeds/all.atom.xml              |  2 +-
 output/found-a-bug.html                |  3 ++
 output/getting-involved.html           |  3 ++
 output/index.html                      |  3 ++
 output/mailing-lists.html              |  3 ++
 output/obtaining-a-validator.html      |  3 ++
 output/people.html                     |  3 ++
 output/privacy-policy.html             |  3 ++
 output/release-management.html         |  3 ++
 output/release-process.html            |  3 ++
 output/release-setup.html              |  3 ++
 output/resources/css/arduino-light.css | 89 ++++++++++++++++++++++++++++++++++
 output/samples.html                    |  3 ++
 output/version-info.html               |  3 ++
 69 files changed, 291 insertions(+), 1 deletion(-)

diff --git a/output/automated-builds.html b/output/automated-builds.html
index 4432942..66ecfa3 100644
--- a/output/automated-builds.html
+++ b/output/automated-builds.html
@@ -170,6 +170,9 @@ account on the server, check out the
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/beanvalidation-tck.html b/output/beanvalidation-tck.html
index e81539a..cdb4ff4 100644
--- a/output/beanvalidation-tck.html
+++ b/output/beanvalidation-tck.html
@@ -198,6 +198,9 @@ mvn -Ptck,incontainer -Djboss.home=$jbosshome
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2010-04.html 
b/output/board-reports/2010-04.html
index 2ce82be..b8d7fe7 100644
--- a/output/board-reports/2010-04.html
+++ b/output/board-reports/2010-04.html
@@ -173,6 +173,9 @@ dt:hover > .headerlink, p:hover > .headerlink, td:hover > 
.headerlink, h1:hover
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2010-05.html 
b/output/board-reports/2010-05.html
index ad8123b..b8ef07f 100644
--- a/output/board-reports/2010-05.html
+++ b/output/board-reports/2010-05.html
@@ -163,6 +163,9 @@ TCK testing is being run by 3 or 4 committers and 
contributors.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2010-06.html 
b/output/board-reports/2010-06.html
index c3275bd..5bb65a9 100644
--- a/output/board-reports/2010-06.html
+++ b/output/board-reports/2010-06.html
@@ -163,6 +163,9 @@ We completed our first release on June 11, 2010, which was 
released as 0.1-incub
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2010-07.html 
b/output/board-reports/2010-07.html
index 5a94428..27a7d1d 100644
--- a/output/board-reports/2010-07.html
+++ b/output/board-reports/2010-07.html
@@ -163,6 +163,9 @@ Bean Validation benchmark app contributed by Carlos Vara to 
help with performanc
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2010-08.html 
b/output/board-reports/2010-08.html
index 24e5d3d..2ca25f6 100644
--- a/output/board-reports/2010-08.html
+++ b/output/board-reports/2010-08.html
@@ -169,6 +169,9 @@ dt:hover > .headerlink, p:hover > .headerlink, td:hover > 
.headerlink, h1:hover
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2010-09.html 
b/output/board-reports/2010-09.html
index 4db383e..fa49dd0 100644
--- a/output/board-reports/2010-09.html
+++ b/output/board-reports/2010-09.html
@@ -168,6 +168,9 @@ dt:hover > .headerlink, p:hover > .headerlink, td:hover > 
.headerlink, h1:hover
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2011-01.html 
b/output/board-reports/2011-01.html
index fd4001e..b5434fb 100644
--- a/output/board-reports/2011-01.html
+++ b/output/board-reports/2011-01.html
@@ -168,6 +168,9 @@ dt:hover > .headerlink, p:hover > .headerlink, td:hover > 
.headerlink, h1:hover
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2011-06.html 
b/output/board-reports/2011-06.html
index f35c568..2eed401 100644
--- a/output/board-reports/2011-06.html
+++ b/output/board-reports/2011-06.html
@@ -176,6 +176,9 @@ dt:hover > .headerlink, p:hover > .headerlink, td:hover > 
.headerlink, h1:hover
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2011-09.html 
b/output/board-reports/2011-09.html
index 85786e4..ad65d01 100644
--- a/output/board-reports/2011-09.html
+++ b/output/board-reports/2011-09.html
@@ -173,6 +173,9 @@ not included in the JSR303 spec.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2011-12.html 
b/output/board-reports/2011-12.html
index 5e7064b..09cc506 100644
--- a/output/board-reports/2011-12.html
+++ b/output/board-reports/2011-12.html
@@ -173,6 +173,9 @@ and the level of achievement of conformity to that 
specification.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2012-03.html 
b/output/board-reports/2012-03.html
index ce05247..deaf16d 100644
--- a/output/board-reports/2012-03.html
+++ b/output/board-reports/2012-03.html
@@ -184,6 +184,9 @@ from infrastructure to accomplish this.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2012-04.html 
b/output/board-reports/2012-04.html
index c715074..caa783e 100644
--- a/output/board-reports/2012-04.html
+++ b/output/board-reports/2012-04.html
@@ -186,6 +186,9 @@ from infrastructure to accomplish this.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2012-05.html 
b/output/board-reports/2012-05.html
index 1b9e41d..4137b62 100644
--- a/output/board-reports/2012-05.html
+++ b/output/board-reports/2012-05.html
@@ -171,6 +171,9 @@ Apache BVal will implement Bean Validation v1.1.0 as soon 
as is practical.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2012-06.html 
b/output/board-reports/2012-06.html
index c8bdd80..1361c84 100644
--- a/output/board-reports/2012-06.html
+++ b/output/board-reports/2012-06.html
@@ -177,6 +177,9 @@ IRIAN's efforts are greatly appreciated!</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2012-09.html 
b/output/board-reports/2012-09.html
index ac8511a..5a785a6 100644
--- a/output/board-reports/2012-09.html
+++ b/output/board-reports/2012-09.html
@@ -173,6 +173,9 @@ employer, IRIAN Solutions, for his time.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2012-12.html 
b/output/board-reports/2012-12.html
index 2004964..3d192ae 100644
--- a/output/board-reports/2012-12.html
+++ b/output/board-reports/2012-12.html
@@ -175,6 +175,9 @@ Apache BVal will implement Bean Validation v1.1.0 as soon 
as is practical.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2013-03.html 
b/output/board-reports/2013-03.html
index bfd811b..b8fba0e 100644
--- a/output/board-reports/2013-03.html
+++ b/output/board-reports/2013-03.html
@@ -172,6 +172,9 @@ incorporating the new logo.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2013-06.html 
b/output/board-reports/2013-06.html
index 31743cd..7a0497c 100644
--- a/output/board-reports/2013-06.html
+++ b/output/board-reports/2013-06.html
@@ -174,6 +174,9 @@ specification is a top priority.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2013-09.html 
b/output/board-reports/2013-09.html
index 9619e40..7c4ab77 100644
--- a/output/board-reports/2013-09.html
+++ b/output/board-reports/2013-09.html
@@ -173,6 +173,9 @@ Romain is the driving force behind the implementation of 
spec v1.1.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2013-12.html 
b/output/board-reports/2013-12.html
index c6fec7b..e44418a 100644
--- a/output/board-reports/2013-12.html
+++ b/output/board-reports/2013-12.html
@@ -170,6 +170,9 @@ have been agreed upon.  BVal's developers are busy all over 
the place
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2014-03.html 
b/output/board-reports/2014-03.html
index d37c660..ddb1454 100644
--- a/output/board-reports/2014-03.html
+++ b/output/board-reports/2014-03.html
@@ -175,6 +175,9 @@ previous quarter after having been elected a committer the 
quarter before that.<
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2014-06.html 
b/output/board-reports/2014-06.html
index 5a8bd58..86b4e2f 100644
--- a/output/board-reports/2014-06.html
+++ b/output/board-reports/2014-06.html
@@ -176,6 +176,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2014-09.html 
b/output/board-reports/2014-09.html
index 11996ec..dc22f62 100644
--- a/output/board-reports/2014-09.html
+++ b/output/board-reports/2014-09.html
@@ -169,6 +169,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2014-12.html 
b/output/board-reports/2014-12.html
index b5534f3..c0bdac5 100644
--- a/output/board-reports/2014-12.html
+++ b/output/board-reports/2014-12.html
@@ -176,6 +176,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2015-03.html 
b/output/board-reports/2015-03.html
index 9f9f32e..8c9e434 100644
--- a/output/board-reports/2015-03.html
+++ b/output/board-reports/2015-03.html
@@ -172,6 +172,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2015-06.html 
b/output/board-reports/2015-06.html
index 866ad41..db79694 100644
--- a/output/board-reports/2015-06.html
+++ b/output/board-reports/2015-06.html
@@ -172,6 +172,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2015-09.html 
b/output/board-reports/2015-09.html
index b89b5ea..941ff8c 100644
--- a/output/board-reports/2015-09.html
+++ b/output/board-reports/2015-09.html
@@ -167,6 +167,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2015-12.html 
b/output/board-reports/2015-12.html
index 67b1c80..7103658 100644
--- a/output/board-reports/2015-12.html
+++ b/output/board-reports/2015-12.html
@@ -168,6 +168,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2016-03.html 
b/output/board-reports/2016-03.html
index 254ba4a..79553f7 100644
--- a/output/board-reports/2016-03.html
+++ b/output/board-reports/2016-03.html
@@ -168,6 +168,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2016-06.html 
b/output/board-reports/2016-06.html
index 453fdb6..cc90e75 100644
--- a/output/board-reports/2016-06.html
+++ b/output/board-reports/2016-06.html
@@ -169,6 +169,9 @@ Last committer added Q3 2013</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2016-09.html 
b/output/board-reports/2016-09.html
index 8bc7045..1874b60 100644
--- a/output/board-reports/2016-09.html
+++ b/output/board-reports/2016-09.html
@@ -171,6 +171,9 @@ specification.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2016-12.html 
b/output/board-reports/2016-12.html
index e1f3cbf..c943f5b 100644
--- a/output/board-reports/2016-12.html
+++ b/output/board-reports/2016-12.html
@@ -209,6 +209,9 @@ that had inadvertently become obsolete, etc.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2017-03.html 
b/output/board-reports/2017-03.html
index 9d0a43f..a364e60 100644
--- a/output/board-reports/2017-03.html
+++ b/output/board-reports/2017-03.html
@@ -214,6 +214,9 @@ previous release.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2017-06.html 
b/output/board-reports/2017-06.html
index 1905d68..1c1d51d 100644
--- a/output/board-reports/2017-06.html
+++ b/output/board-reports/2017-06.html
@@ -190,6 +190,9 @@ heightened activity over the next cycle or two while this 
work proceeds.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2017-09.html 
b/output/board-reports/2017-09.html
index 1592edc..c158581 100644
--- a/output/board-reports/2017-09.html
+++ b/output/board-reports/2017-09.html
@@ -190,6 +190,9 @@ as not a great many issues have arisen requiring urgent 
attention.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2017-12.html 
b/output/board-reports/2017-12.html
index 21daeae..fd3edcc 100644
--- a/output/board-reports/2017-12.html
+++ b/output/board-reports/2017-12.html
@@ -212,6 +212,9 @@ may foster new activity in the community.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2018-03.html 
b/output/board-reports/2018-03.html
index 54b09c4..22061ae 100644
--- a/output/board-reports/2018-03.html
+++ b/output/board-reports/2018-03.html
@@ -205,6 +205,9 @@ afloat.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2018-06.html 
b/output/board-reports/2018-06.html
index 0f51ee4..d953575 100644
--- a/output/board-reports/2018-06.html
+++ b/output/board-reports/2018-06.html
@@ -193,6 +193,9 @@ afloat.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2018-09.html 
b/output/board-reports/2018-09.html
index d5fdbd2..1f2a262 100644
--- a/output/board-reports/2018-09.html
+++ b/output/board-reports/2018-09.html
@@ -199,6 +199,9 @@ afloat.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2018-12.html 
b/output/board-reports/2018-12.html
index 7a52f7f..c1b2f71 100644
--- a/output/board-reports/2018-12.html
+++ b/output/board-reports/2018-12.html
@@ -220,6 +220,9 @@ accompanying JIRA cleanup. Post-release saw some activity 
in response.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2019-03.html 
b/output/board-reports/2019-03.html
index 3883a6c..d5061d4 100644
--- a/output/board-reports/2019-03.html
+++ b/output/board-reports/2019-03.html
@@ -214,6 +214,9 @@ among this pool of resources is suboptimal; we continue to 
do what we can.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2019-06.html 
b/output/board-reports/2019-06.html
index 278b915..2448dbe 100644
--- a/output/board-reports/2019-06.html
+++ b/output/board-reports/2019-06.html
@@ -223,6 +223,9 @@ trust that the right people for this niche project will 
find their way.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2019-09.html 
b/output/board-reports/2019-09.html
index 291c279..158a733 100644
--- a/output/board-reports/2019-09.html
+++ b/output/board-reports/2019-09.html
@@ -177,6 +177,9 @@ dormant line of development (the aforementioned 1.1.3 
release).</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2019-12.html 
b/output/board-reports/2019-12.html
index 898d493..2a76d8b 100644
--- a/output/board-reports/2019-12.html
+++ b/output/board-reports/2019-12.html
@@ -171,6 +171,9 @@ itself. Our (low) capacity continues to exceed our (lower) 
demand.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2020-04.html 
b/output/board-reports/2020-04.html
index b864a3b..1824da9 100644
--- a/output/board-reports/2020-04.html
+++ b/output/board-reports/2020-04.html
@@ -174,6 +174,9 @@ need to/can be given the nature of the project.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2020-06.html 
b/output/board-reports/2020-06.html
index 8e5d6e3..b8ad40f 100644
--- a/output/board-reports/2020-06.html
+++ b/output/board-reports/2020-06.html
@@ -169,6 +169,9 @@ consider this normal for Apache BVal.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2020-09.html 
b/output/board-reports/2020-09.html
index fe9f866..1f04ba4 100644
--- a/output/board-reports/2020-09.html
+++ b/output/board-reports/2020-09.html
@@ -169,6 +169,9 @@ carrying out necessary upkeep.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/2020-12.html 
b/output/board-reports/2020-12.html
index 1503cda..6598743 100644
--- a/output/board-reports/2020-12.html
+++ b/output/board-reports/2020-12.html
@@ -173,6 +173,9 @@ which was another contributing factor.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/board-reports/index.html b/output/board-reports/index.html
index db4f9f2..ea860d1 100644
--- a/output/board-reports/index.html
+++ b/output/board-reports/index.html
@@ -206,6 +206,9 @@ dt:hover > .headerlink, p:hover > .headerlink, td:hover > 
.headerlink, h1:hover
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/building.html b/output/building.html
index 0793910..9a87b46 100644
--- a/output/building.html
+++ b/output/building.html
@@ -245,6 +245,9 @@ options under <strong>Goals to invoke after project 
clean:</strong>.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/coding-standards.html b/output/coding-standards.html
index e704904..0f65e09 100644
--- a/output/coding-standards.html
+++ b/output/coding-standards.html
@@ -230,6 +230,9 @@ not be committed.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/documentation.html b/output/documentation.html
index 52c6273..1624b94 100644
--- a/output/documentation.html
+++ b/output/documentation.html
@@ -186,6 +186,9 @@ as a reference:</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/downloads.html b/output/downloads.html
index dc19022..16006d6 100644
--- a/output/downloads.html
+++ b/output/downloads.html
@@ -389,6 +389,9 @@ Windows users can get binary md5 programs from these (and 
likely other) places:<
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml
index 2c6fe1b..f01a56e 100644
--- a/output/feeds/all.atom.xml
+++ b/output/feeds/all.atom.xml
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom";><title>A Pelican Blog</title><link 
href="https://bval.apache.org/"; rel="alternate"></link><link 
href="https://bval.apache.org/feeds/all.atom.xml"; 
rel="self"></link><id>https://bval.apache.org/</id><updated>2021-06-01T20:01:17Z</updated></feed>
\ No newline at end of file
+<feed xmlns="http://www.w3.org/2005/Atom";><title>A Pelican Blog</title><link 
href="https://bval.apache.org/"; rel="alternate"></link><link 
href="https://bval.apache.org/feeds/all.atom.xml"; 
rel="self"></link><id>https://bval.apache.org/</id><updated>2021-06-04T19:24:58Z</updated></feed>
\ No newline at end of file
diff --git a/output/found-a-bug.html b/output/found-a-bug.html
index 7c772d9..1b39fbd 100644
--- a/output/found-a-bug.html
+++ b/output/found-a-bug.html
@@ -206,6 +206,9 @@ page for details of how to subscribe.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/getting-involved.html b/output/getting-involved.html
index ce2f4b6..5a6b576 100644
--- a/output/getting-involved.html
+++ b/output/getting-involved.html
@@ -199,6 +199,9 @@ page for more details on creating and submitting 
patches.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/index.html b/output/index.html
index cfb9f51..5fd5f37 100644
--- a/output/index.html
+++ b/output/index.html
@@ -173,6 +173,9 @@ dt:hover > .headerlink, p:hover > .headerlink, td:hover > 
.headerlink, h1:hover
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/mailing-lists.html b/output/mailing-lists.html
index 29acddb..b66cc7a 100644
--- a/output/mailing-lists.html
+++ b/output/mailing-lists.html
@@ -181,6 +181,9 @@ from the BVal Commits list</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/obtaining-a-validator.html 
b/output/obtaining-a-validator.html
index cb306b0..e4cd2c8 100644
--- a/output/obtaining-a-validator.html
+++ b/output/obtaining-a-validator.html
@@ -330,6 +330,9 @@ the method's return value should be validated.</li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/people.html b/output/people.html
index b08c375..18ab26d 100644
--- a/output/people.html
+++ b/output/people.html
@@ -262,6 +262,9 @@ Wessendorf, and Niall Pemberton.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/privacy-policy.html b/output/privacy-policy.html
index a747fe6..c834b6b 100644
--- a/output/privacy-policy.html
+++ b/output/privacy-policy.html
@@ -180,6 +180,9 @@ us on the following mailing list <a 
href="mailto:[email protected]";>privat
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/release-management.html b/output/release-management.html
index e2821c0..2723a65 100644
--- a/output/release-management.html
+++ b/output/release-management.html
@@ -164,6 +164,9 @@ may be of interest.</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/release-process.html b/output/release-process.html
index c2ca3f4..8416805 100644
--- a/output/release-process.html
+++ b/output/release-process.html
@@ -557,6 +557,9 @@ gpg: Signature made ...
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/release-setup.html b/output/release-setup.html
index 98c1530..37dcc60 100644
--- a/output/release-setup.html
+++ b/output/release-setup.html
@@ -316,6 +316,9 @@ between SVN and password login for 
<code>people.apache.org</code>.</em></li>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/resources/css/arduino-light.css 
b/output/resources/css/arduino-light.css
new file mode 100644
index 0000000..d34c443
--- /dev/null
+++ b/output/resources/css/arduino-light.css
@@ -0,0 +1,89 @@
+/*
+
+Arduino® Light Theme - Stefania Mellai <[email protected]>
+
+From 
https://raw.githubusercontent.com/highlightjs/highlight.js/main/src/styles/arduino-light.css
+
+Modified the background to be #f5f5f5
+
+*/
+
+.hljs {
+  background: #f5f5f5;
+  color: #434f54;
+}
+
+.hljs-subst {
+  color: #434f54;
+}
+
+.hljs-keyword,
+.hljs-attribute,
+.hljs-selector-tag,
+.hljs-doctag,
+.hljs-name {
+  color: #00979D;
+}
+
+.hljs-built_in,
+.hljs-literal,
+.hljs-bullet,
+.hljs-code,
+.hljs-addition {
+  color: #D35400;
+}
+
+.hljs-regexp,
+.hljs-symbol,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-link,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+  color: #00979D;
+}
+
+.hljs-type,
+.hljs-string,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-quote,
+.hljs-template-tag,
+.hljs-deletion {
+  color: #005C5F;
+}
+
+.hljs-comment {
+  color: rgba(149,165,166,.8);
+}
+
+.hljs-meta .hljs-keyword {
+
+  color: #728E00;
+}
+
+.hljs-meta {
+  color: #434f54;
+}
+
+.hljs-emphasis {
+  font-style: italic;
+}
+
+.hljs-strong {
+  font-weight: bold;
+}
+
+.hljs-function {
+  color: #728E00;
+}
+
+.hljs-title,
+.hljs-section {
+  color: #880000;
+  font-weight: bold;
+}
+
+.hljs-number {
+  color: #8A7B52;
+}
diff --git a/output/samples.html b/output/samples.html
index 54e1527..0e612c6 100644
--- a/output/samples.html
+++ b/output/samples.html
@@ -175,6 +175,9 @@ updated samples....</p>
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/output/version-info.html b/output/version-info.html
index abcbd1a..64ec714 100644
--- a/output/version-info.html
+++ b/output/version-info.html
@@ -182,6 +182,9 @@ getRevision() == "943245"
   <!-- Placed at the end of the document so the pages load faster -->
   <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";; 
type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
+  <link rel="stylesheet" href="/resources/css/arduino-light.css">
+  <script 
src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
+  <script>hljs.highlightAll();</script>
 
 </body>
 </html>
\ No newline at end of file

Reply via email to