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/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3a83437 Site checkin for project PLC4X: Jenkins Tools
3a83437 is described below
commit 3a8343770c59477109c2b086e3a6a638ce129393
Author: jenkins <[email protected]>
AuthorDate: Thu Jan 23 12:55:17 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
apache/index.html | 28 +++++++++++++++++++--------
dependency-convergence.html | 8 ++++----
dependency-info.html | 8 ++++----
dependency-management.html | 8 ++++----
developers/building.html | 8 ++++----
developers/ci.html | 8 ++++----
developers/code-gen/index.html | 8 ++++----
developers/code-gen/language/freemarker.html | 8 ++++----
developers/code-gen/protocol/df1.html | 8 ++++----
developers/code-gen/protocol/mspec.html | 8 ++++----
developers/conferences.html | 8 ++++----
developers/contributing.html | 8 ++++----
developers/decisions.html | 8 ++++----
developers/index.html | 8 ++++----
developers/issues.html | 8 ++++----
developers/jqassistant.html | 8 ++++----
developers/maturity.html | 8 ++++----
developers/preparing.html | 8 ++++----
developers/release-build-tools.html | 10 +++++-----
developers/release.html | 10 +++++-----
developers/sonar.html | 8 ++++----
developers/team.html | 8 ++++----
developers/vm.html | 8 ++++----
developers/vpn.html | 8 ++++----
developers/website.html | 8 ++++----
developers/wiki.html | 8 ++++----
developers/writing-driver/writing-driver.html | 8 ++++----
distribution-management.html | 8 ++++----
index.html | 8 ++++----
issue-management.html | 8 ++++----
licenses.html | 8 ++++----
mailing-lists.html | 8 ++++----
modules.html | 8 ++++----
plc4j/index.html | 8 ++++----
plc4j/users/gettingstarted.html | 8 ++++----
plugin-management.html | 8 ++++----
plugins.html | 8 ++++----
project-info.html | 8 ++++----
protocols/ab-eth/index.html | 8 ++++----
protocols/ads/index.html | 8 ++++----
protocols/delta-v/index.html | 8 ++++----
protocols/delta-v/read-data.html | 8 ++++----
protocols/delta-v/reverse-engineering.html | 8 ++++----
protocols/ehtercat/index.html | 8 ++++----
protocols/ethernet-ip/index.html | 8 ++++----
protocols/features.html | 8 ++++----
protocols/index.html | 8 ++++----
protocols/modbus/index.html | 8 ++++----
protocols/opc-ua/index.html | 8 ++++----
protocols/s7/index.html | 8 ++++----
protocols/s7/s7comm-plus.html | 8 ++++----
protocols/s7/s7comm.html | 8 ++++----
scm.html | 8 ++++----
sitemap.html | 16 +++++++--------
summary.html | 8 ++++----
users/download.html | 8 ++++----
users/gettingstarted.html | 8 ++++----
users/index.html | 8 ++++----
users/industry40.html | 8 ++++----
users/integrations/apache-calcite.html | 8 ++++----
users/integrations/apache-camel.html | 8 ++++----
users/integrations/apache-edgent.html | 8 ++++----
users/integrations/apache-iotdb.html | 8 ++++----
users/integrations/apache-kafka.html | 8 ++++----
users/integrations/apache-nifi.html | 8 ++++----
users/integrations/apache-streampipes.html | 8 ++++----
users/integrations/eclipse-ditto.html | 8 ++++----
users/integrations/elastic-logstash.html | 8 ++++----
users/integrations/index.html | 8 ++++----
users/opm.html | 8 ++++----
users/plc4j/gettingstarted.html | 8 ++++----
users/protocols/ab-eth.html | 8 ++++----
users/protocols/ads.html | 8 ++++----
users/protocols/bacnetip.html | 8 ++++----
users/protocols/deltav.html | 8 ++++----
users/protocols/df1.html | 8 ++++----
users/protocols/ethernet-ip.html | 8 ++++----
users/protocols/index.html | 8 ++++----
users/protocols/knxnetip.html | 8 ++++----
users/protocols/modbus.html | 8 ++++----
users/protocols/opc-ua.html | 8 ++++----
users/protocols/s7.html | 8 ++++----
users/protocols/simulated.html | 8 ++++----
users/security.html | 8 ++++----
users/testing.html | 8 ++++----
users/tools/index.html | 8 ++++----
users/tools/opm.html | 8 ++++----
users/tools/testing.html | 8 ++++----
88 files changed, 374 insertions(+), 362 deletions(-)
diff --git a/apache/index.html b/apache/index.html
index 50fe818..7de3cc7 100644
--- a/apache/index.html
+++ b/apache/index.html
@@ -107,22 +107,34 @@
-
-
<nav class="col-sm-push col-md-2 pt-3 sidebar">
<div class="sidebar-sticky">
<ul class="nav flex-column">
<li
class="nav-item">
+ <a href="https://www.apache.org/"
class="nav-link">Apache Software Foundation</a>
+ </li>
+
+
+ <li
class="nav-item">
<a
href="https://www.apache.org/foundation/how-it-works.html" class="nav-link">How
Apache Works</a>
</li>
-
-
-
-
-
- </ul>
+
+ <li
class="nav-item">
+ <a href="https://www.apache.org/licenses/"
class="nav-link">License</a>
+ </li>
+
+
+ <li
class="nav-item">
+ <a
href="https://www.apache.org/foundation/sponsorship.html"
class="nav-link">Sponsoring Apache</a>
+ </li>
+
+
+ <li
class="nav-item">
+ <a
href="https://www.apache.org/foundation/thanks.html" class="nav-link">Thanks</a>
+ </li>
+ </ul>
</div>
</nav>
<main role="main"
class="ml-sm-auto px-4 col-sm-pull col-md-9 col-lg-10 h-100">
diff --git a/dependency-convergence.html b/dependency-convergence.html
index ac2a335..a52519a 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Dependency_Convergence"></a>Dependency Convergence</h2>
diff --git a/dependency-info.html b/dependency-info.html
index 83c3ef6..186086c 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Dependency_Information"></a>Dependency Information</h2><a
name="Dependency_Information"></a><section>
diff --git a/dependency-management.html b/dependency-management.html
index a6155dc..8f66482 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Project_Dependency_Management"></a>Project Dependency
Management</h2><a name="Project_Dependency_Management"></a><section>
diff --git a/developers/building.html b/developers/building.html
index 3c9d3d6..9b3d5d2 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/ci.html b/developers/ci.html
index 2f21509..132c727 100644
--- a/developers/ci.html
+++ b/developers/ci.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/code-gen/index.html b/developers/code-gen/index.html
index a4d1c1b..c125e2d 100644
--- a/developers/code-gen/index.html
+++ b/developers/code-gen/index.html
@@ -172,15 +172,15 @@
<a href="../../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/code-gen/language/freemarker.html
b/developers/code-gen/language/freemarker.html
index ec04f48..bb022af 100644
--- a/developers/code-gen/language/freemarker.html
+++ b/developers/code-gen/language/freemarker.html
@@ -172,15 +172,15 @@
<a href="../../../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/code-gen/protocol/df1.html
b/developers/code-gen/protocol/df1.html
index 4b09300..0e24fd3 100644
--- a/developers/code-gen/protocol/df1.html
+++ b/developers/code-gen/protocol/df1.html
@@ -172,15 +172,15 @@
<a href="../../../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/code-gen/protocol/mspec.html
b/developers/code-gen/protocol/mspec.html
index 3f2e176..49f4fb6 100644
--- a/developers/code-gen/protocol/mspec.html
+++ b/developers/code-gen/protocol/mspec.html
@@ -172,15 +172,15 @@
<a href="../../../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/conferences.html b/developers/conferences.html
index 5e054c2..68f6c61 100644
--- a/developers/conferences.html
+++ b/developers/conferences.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/contributing.html b/developers/contributing.html
index 83c42c3..aa4f89c 100644
--- a/developers/contributing.html
+++ b/developers/contributing.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/decisions.html b/developers/decisions.html
index 895b938..7539717 100644
--- a/developers/decisions.html
+++ b/developers/decisions.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/index.html b/developers/index.html
index 238f166..5a53d3d 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/issues.html b/developers/issues.html
index cb65f23..f3d89c0 100644
--- a/developers/issues.html
+++ b/developers/issues.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/jqassistant.html b/developers/jqassistant.html
index 4b779bf..afddbdc 100644
--- a/developers/jqassistant.html
+++ b/developers/jqassistant.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/maturity.html b/developers/maturity.html
index 561754b..611cd0c 100644
--- a/developers/maturity.html
+++ b/developers/maturity.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/preparing.html b/developers/preparing.html
index 97e3ee2..b045f3c 100644
--- a/developers/preparing.html
+++ b/developers/preparing.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/release-build-tools.html
b/developers/release-build-tools.html
index 22d8e0b..be79712 100644
--- a/developers/release-build-tools.html
+++ b/developers/release-build-tools.html
@@ -172,22 +172,22 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
<main role="main"
class="ml-sm-auto px-4 col-sm-pull col-md-9 col-lg-10 h-100">
<div class="paragraph">
<p>#Properties
-#Thu Jan 23 12:30:48 UTC 2020
+#Thu Jan 23 12:53:57 UTC 2020
jmh.version=1.21
plc4x-code-generation.version=1.1.0
commons-codec.version=1.12
diff --git a/developers/release.html b/developers/release.html
index 24885b5..87a7c38 100644
--- a/developers/release.html
+++ b/developers/release.html
@@ -172,22 +172,22 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
<main role="main"
class="ml-sm-auto px-4 col-sm-pull col-md-9 col-lg-10 h-100">
<div class="paragraph">
<p>#Properties
-#Thu Jan 23 12:30:48 UTC 2020
+#Thu Jan 23 12:53:57 UTC 2020
jmh.version=1.21
plc4x-code-generation.version=1.1.0
commons-codec.version=1.12
diff --git a/developers/sonar.html b/developers/sonar.html
index 2991b35..67e7010 100644
--- a/developers/sonar.html
+++ b/developers/sonar.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/team.html b/developers/team.html
index e9e0c64..43db15d 100644
--- a/developers/team.html
+++ b/developers/team.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/vm.html b/developers/vm.html
index b74913c..8a4a4d6 100644
--- a/developers/vm.html
+++ b/developers/vm.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/vpn.html b/developers/vpn.html
index 4c0067c..9032801 100644
--- a/developers/vpn.html
+++ b/developers/vpn.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/website.html b/developers/website.html
index ad7df70..b5039c3 100644
--- a/developers/website.html
+++ b/developers/website.html
@@ -172,15 +172,15 @@
<a href="../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/wiki.html b/developers/wiki.html
index ae48df5..dc2d3ce 100644
--- a/developers/wiki.html
+++ b/developers/wiki.html
@@ -172,15 +172,15 @@
<strong class="nav-link">Wiki</strong>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/developers/writing-driver/writing-driver.html
b/developers/writing-driver/writing-driver.html
index 0492ecc..5d280c5 100644
--- a/developers/writing-driver/writing-driver.html
+++ b/developers/writing-driver/writing-driver.html
@@ -172,15 +172,15 @@
<a href="../../developers/wiki.html"
class="nav-link">Wiki</a>
</li>
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/distribution-management.html b/distribution-management.html
index dcc96b1..59b5d06 100644
--- a/distribution-management.html
+++ b/distribution-management.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
diff --git a/index.html b/index.html
index 549b1c0..9f5c46f 100644
--- a/index.html
+++ b/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<header class="bg-light text-white align-middle"
style="height: 300px;">
<div class="container text-center pt-5">
diff --git a/issue-management.html b/issue-management.html
index eec3bb9..404da98 100644
--- a/issue-management.html
+++ b/issue-management.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
diff --git a/licenses.html b/licenses.html
index c0ae72f..a7ad9d6 100644
--- a/licenses.html
+++ b/licenses.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
diff --git a/mailing-lists.html b/mailing-lists.html
index 9a10755..fa7496a 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a
name="Project_Mailing_Lists"></a>
diff --git a/modules.html b/modules.html
index 2bc619a..db063d1 100644
--- a/modules.html
+++ b/modules.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Project_Modules"></a>Project Modules</h2><a
name="Project_Modules"></a>
diff --git a/plc4j/index.html b/plc4j/index.html
index 8a1b06b..a871e54 100644
--- a/plc4j/index.html
+++ b/plc4j/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="about_plc4j">About PLC4J</h2>
diff --git a/plc4j/users/gettingstarted.html b/plc4j/users/gettingstarted.html
index 206538b..96c5d3a 100644
--- a/plc4j/users/gettingstarted.html
+++ b/plc4j/users/gettingstarted.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="getting_started">Getting Started</h2>
diff --git a/plugin-management.html b/plugin-management.html
index b753120..b7ed5a5 100644
--- a/plugin-management.html
+++ b/plugin-management.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Project_Plugin_Management"></a>Project Plugin Management</h2><a
name="Project_Plugin_Management"></a>
diff --git a/plugins.html b/plugins.html
index 52f0bc5..ff6121b 100644
--- a/plugins.html
+++ b/plugins.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Project_Build_Plugins"></a>Project Build Plugins</h2><a
name="Project_Build_Plugins"></a>
diff --git a/project-info.html b/project-info.html
index a667ffa..2f567a9 100644
--- a/project-info.html
+++ b/project-info.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Project_Information"></a>Project Information</h2>
diff --git a/protocols/ab-eth/index.html b/protocols/ab-eth/index.html
index 7467765..1ef8702 100644
--- a/protocols/ab-eth/index.html
+++ b/protocols/ab-eth/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="allen_bradley_ethernet">Allen-Bradley Ethernet</h2>
diff --git a/protocols/ads/index.html b/protocols/ads/index.html
index 180c5f8..f0494ed 100644
--- a/protocols/ads/index.html
+++ b/protocols/ads/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="beckhoff_ads">Beckhoff ADS</h2>
diff --git a/protocols/delta-v/index.html b/protocols/delta-v/index.html
index d1b8b77..52f3b36 100644
--- a/protocols/delta-v/index.html
+++ b/protocols/delta-v/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="deltav_industrial_ethernet_communication">DeltaV Industrial Ethernet
Communication</h2>
diff --git a/protocols/delta-v/read-data.html b/protocols/delta-v/read-data.html
index 96f7bf9..bfe76b8 100644
--- a/protocols/delta-v/read-data.html
+++ b/protocols/delta-v/read-data.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="0x0403_before_registration">0x0403 (before registration)</h2>
diff --git a/protocols/delta-v/reverse-engineering.html
b/protocols/delta-v/reverse-engineering.html
index 5aa859e..85b4de8 100644
--- a/protocols/delta-v/reverse-engineering.html
+++ b/protocols/delta-v/reverse-engineering.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="reverse_engineering_the_deltav_protocol">Reverse Engineering the
DeltaV protocol</h2>
diff --git a/protocols/ehtercat/index.html b/protocols/ehtercat/index.html
index 73dc458..607e06c 100644
--- a/protocols/ehtercat/index.html
+++ b/protocols/ehtercat/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="ethercat">EtherCAT</h2>
diff --git a/protocols/ethernet-ip/index.html b/protocols/ethernet-ip/index.html
index 53d5e34..285cd6d 100644
--- a/protocols/ethernet-ip/index.html
+++ b/protocols/ethernet-ip/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="ethernetip">EtherNet/IP</h2>
diff --git a/protocols/features.html b/protocols/features.html
index 0f50fcf..d91b141 100644
--- a/protocols/features.html
+++ b/protocols/features.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="features">Features</h2>
diff --git a/protocols/index.html b/protocols/index.html
index 9e409d6..7c5fc8f 100644
--- a/protocols/index.html
+++ b/protocols/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="protocols">Protocols</h2>
diff --git a/protocols/modbus/index.html b/protocols/modbus/index.html
index 4086a6c..f97af03 100644
--- a/protocols/modbus/index.html
+++ b/protocols/modbus/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="modbus">Modbus</h2>
diff --git a/protocols/opc-ua/index.html b/protocols/opc-ua/index.html
index d14a462..e99c764 100644
--- a/protocols/opc-ua/index.html
+++ b/protocols/opc-ua/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="opc_ua">OPC-UA</h2>
diff --git a/protocols/s7/index.html b/protocols/s7/index.html
index 234325e..b873969 100644
--- a/protocols/s7/index.html
+++ b/protocols/s7/index.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="s7_communication">S7 Communication</h2>
diff --git a/protocols/s7/s7comm-plus.html b/protocols/s7/s7comm-plus.html
index 9c8c5bd..a42b3f9 100644
--- a/protocols/s7/s7comm-plus.html
+++ b/protocols/s7/s7comm-plus.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="s7_comm_plus_0x72">S7 Comm Plus (0x72)</h2>
diff --git a/protocols/s7/s7comm.html b/protocols/s7/s7comm.html
index 7f37e63..f25c192 100644
--- a/protocols/s7/s7comm.html
+++ b/protocols/s7/s7comm.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<div class="sect1">
<h2 id="s7_comm_0x32">S7 Comm (0x32)</h2>
diff --git a/scm.html b/scm.html
index 1b02f1f..3bcc89d 100644
--- a/scm.html
+++ b/scm.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
diff --git a/sitemap.html b/sitemap.html
index 7a98c0c..7c79dc8 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Sitemap"></a>Sitemap</h2>
@@ -246,15 +246,15 @@
<ul>
-<li><a class="externalLink" href="http://www.apache.org/">Apache Software
Foundation</a></li>
+<li><a class="externalLink" href="https://www.apache.org/">Apache Software
Foundation</a></li>
<li><a class="externalLink"
href="https://www.apache.org/foundation/how-it-works.html">How Apache
Works</a></li>
-<li><a class="externalLink"
href="http://www.apache.org/licenses/">License</a></li>
+<li><a class="externalLink"
href="https://www.apache.org/licenses/">License</a></li>
-<li><a class="externalLink"
href="http://www.apache.org/foundation/sponsorship.html">Sponsoring
Apache</a></li>
+<li><a class="externalLink"
href="https://www.apache.org/foundation/sponsorship.html">Sponsoring
Apache</a></li>
-<li><a class="externalLink"
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li></ul></section></section></section>
+<li><a class="externalLink"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li></ul></section></section></section>
</main>
<footer class="pt-4 my-md-5 pt-md-5 w-100 border-top">
<div class="row justify-content-md-center" style="font-size: 13px">
diff --git a/summary.html b/summary.html
index 55399ff..5e6694f 100644
--- a/summary.html
+++ b/summary.html
@@ -107,15 +107,15 @@
-
+
-
+
-
+
-
+
<main role="main" class="ml-sm-auto px-4 w-100 h-100">
<section>
<h2><a name="Project_Summary"></a>Project Summary</h2><a
name="Project_Summary"></a><section>
diff --git a/users/download.html b/users/download.html
index d07570c..caa7cb7 100644
--- a/users/download.html
+++ b/users/download.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/gettingstarted.html b/users/gettingstarted.html
index b72cf89..df60d12 100644
--- a/users/gettingstarted.html
+++ b/users/gettingstarted.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/index.html b/users/index.html
index 16945f1..cd9192a 100644
--- a/users/index.html
+++ b/users/index.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/industry40.html b/users/industry40.html
index 85fab75..8d31944 100644
--- a/users/industry40.html
+++ b/users/industry40.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/apache-calcite.html
b/users/integrations/apache-calcite.html
index af23add..eca3b28 100644
--- a/users/integrations/apache-calcite.html
+++ b/users/integrations/apache-calcite.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/apache-camel.html
b/users/integrations/apache-camel.html
index 14ae13f..9481384 100644
--- a/users/integrations/apache-camel.html
+++ b/users/integrations/apache-camel.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/apache-edgent.html
b/users/integrations/apache-edgent.html
index fc4cbc7..a33f010 100644
--- a/users/integrations/apache-edgent.html
+++ b/users/integrations/apache-edgent.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/apache-iotdb.html
b/users/integrations/apache-iotdb.html
index e984166..97e8f93 100644
--- a/users/integrations/apache-iotdb.html
+++ b/users/integrations/apache-iotdb.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/apache-kafka.html
b/users/integrations/apache-kafka.html
index def6f41..1207543 100644
--- a/users/integrations/apache-kafka.html
+++ b/users/integrations/apache-kafka.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/apache-nifi.html
b/users/integrations/apache-nifi.html
index e93772b..143b1c3 100644
--- a/users/integrations/apache-nifi.html
+++ b/users/integrations/apache-nifi.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/apache-streampipes.html
b/users/integrations/apache-streampipes.html
index 4ce503d..f000c71 100644
--- a/users/integrations/apache-streampipes.html
+++ b/users/integrations/apache-streampipes.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/eclipse-ditto.html
b/users/integrations/eclipse-ditto.html
index 99b8b8e..09aa31c 100644
--- a/users/integrations/eclipse-ditto.html
+++ b/users/integrations/eclipse-ditto.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/elastic-logstash.html
b/users/integrations/elastic-logstash.html
index 63cff43..03bc795 100644
--- a/users/integrations/elastic-logstash.html
+++ b/users/integrations/elastic-logstash.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/integrations/index.html b/users/integrations/index.html
index 4ee1ee3..6322ccf 100644
--- a/users/integrations/index.html
+++ b/users/integrations/index.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/opm.html b/users/opm.html
index ce96442..6c93ab4 100644
--- a/users/opm.html
+++ b/users/opm.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/plc4j/gettingstarted.html b/users/plc4j/gettingstarted.html
index 6c45e68..dc08954 100644
--- a/users/plc4j/gettingstarted.html
+++ b/users/plc4j/gettingstarted.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/ab-eth.html b/users/protocols/ab-eth.html
index 539a5ae..43e3480 100644
--- a/users/protocols/ab-eth.html
+++ b/users/protocols/ab-eth.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/ads.html b/users/protocols/ads.html
index 65b440d..cee0f83 100644
--- a/users/protocols/ads.html
+++ b/users/protocols/ads.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/bacnetip.html b/users/protocols/bacnetip.html
index b72cae6..d090a87 100644
--- a/users/protocols/bacnetip.html
+++ b/users/protocols/bacnetip.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/deltav.html b/users/protocols/deltav.html
index 6dc1182..6f932bf 100644
--- a/users/protocols/deltav.html
+++ b/users/protocols/deltav.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/df1.html b/users/protocols/df1.html
index 3f33f8e..062a557 100644
--- a/users/protocols/df1.html
+++ b/users/protocols/df1.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/ethernet-ip.html b/users/protocols/ethernet-ip.html
index 3b8901d..d522eef 100644
--- a/users/protocols/ethernet-ip.html
+++ b/users/protocols/ethernet-ip.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/index.html b/users/protocols/index.html
index 8e4a9a4..78ee2a3 100644
--- a/users/protocols/index.html
+++ b/users/protocols/index.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/knxnetip.html b/users/protocols/knxnetip.html
index 3292380..c1dd82e 100644
--- a/users/protocols/knxnetip.html
+++ b/users/protocols/knxnetip.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/modbus.html b/users/protocols/modbus.html
index 28a72ee..0b8ac3e 100644
--- a/users/protocols/modbus.html
+++ b/users/protocols/modbus.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/opc-ua.html b/users/protocols/opc-ua.html
index b4eb68b..f95b0e7 100644
--- a/users/protocols/opc-ua.html
+++ b/users/protocols/opc-ua.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/s7.html b/users/protocols/s7.html
index 656a3a4..00c8a47 100644
--- a/users/protocols/s7.html
+++ b/users/protocols/s7.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/protocols/simulated.html b/users/protocols/simulated.html
index 436faad..8e20e58 100644
--- a/users/protocols/simulated.html
+++ b/users/protocols/simulated.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/security.html b/users/security.html
index 9ce97a9..9cb0ca1 100644
--- a/users/security.html
+++ b/users/security.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/testing.html b/users/testing.html
index aefbe1e..2c1aa6a 100644
--- a/users/testing.html
+++ b/users/testing.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/tools/index.html b/users/tools/index.html
index 1cb1b34..3fd5dcc 100644
--- a/users/tools/index.html
+++ b/users/tools/index.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/tools/opm.html b/users/tools/opm.html
index 0cb0ffb..2990b5f 100644
--- a/users/tools/opm.html
+++ b/users/tools/opm.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
diff --git a/users/tools/testing.html b/users/tools/testing.html
index 501fd8b..354dff5 100644
--- a/users/tools/testing.html
+++ b/users/tools/testing.html
@@ -211,15 +211,15 @@
-
+
-
+
-
+
-
+
</ul>
</div>
</nav>
