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 f054d7e72 Site checkin for project PLC4X: Jenkins Tools
f054d7e72 is described below

commit f054d7e727391c48d00a2e7b782b210606407348
Author: jenkins <[email protected]>
AuthorDate: Sun Aug 3 12:05:33 2025 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 plc4x/pre-release/developers/preparing/linux.html  | 29 +++++++++++-----------
 plc4x/pre-release/developers/preparing/macos.html  | 10 ++++----
 .../pre-release/developers/preparing/windows.html  | 14 ++++++-----
 search-index.js                                    |  2 +-
 4 files changed, 29 insertions(+), 26 deletions(-)

diff --git a/plc4x/pre-release/developers/preparing/linux.html 
b/plc4x/pre-release/developers/preparing/linux.html
index 4cf5c8a5f..02a7f8b18 100644
--- a/plc4x/pre-release/developers/preparing/linux.html
+++ b/plc4x/pre-release/developers/preparing/linux.html
@@ -480,7 +480,7 @@
 </div>
 <div class="paragraph">
 <p>The number of checks is highly dependent on which profiles are enabled.
-So for example the availability and version of the C compiler is only checked 
if the <code>with-c</code> profile is enabled.</p>
+So for example, the availability and version of the C compiler is only checked 
if the <code>with-c</code> profile is enabled.</p>
 </div>
 <div class="paragraph">
 <p>If the check is reporting any issues, please feel free to follow the 
corresponding steps in this guide to install the tools.</p>
@@ -510,7 +510,7 @@ So for example the availability and version of the C 
compiler is only checked if
 </div>
 </div>
 <div class="paragraph">
-<p>Yum based systems:</p>
+<p>Yum-based systems:</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -531,10 +531,10 @@ So for example the availability and version of the C 
compiler is only checked if
 </div>
 </div>
 <div class="paragraph">
-<p>If you get successful output indicating at least Java 11, you don&#8217;t 
need to do anything.</p>
+<p>If you get output successfully indicating at least Java 11, you don&#8217;t 
need to do anything.</p>
 </div>
 <div class="paragraph">
-<p>Apt based systems:</p>
+<p>Apt-based systems:</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -560,7 +560,7 @@ So for example the availability and version of the C 
compiler is only checked if
 </div>
 </div>
 <div class="paragraph">
-<p>Yum based systems:</p>
+<p>Yum-based systems:</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -568,7 +568,8 @@ So for example the availability and version of the C 
compiler is only checked if
 </div>
 </div>
 <div class="paragraph">
-<p>Using libpcap usually requires root privileges, however the java process 
can be granted permission to do so by executing the following command.</p>
+<p>Using libpcap usually requires root privileges.
+However, the java process can be granted permission to do so by executing the 
following command.</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -577,7 +578,7 @@ So for example the availability and version of the C 
compiler is only checked if
 </div>
 <div class="paragraph">
 <p><code>/path/to/java</code> however needs to be a real file and not a 
symlink.
-So on my Ubuntu 22.04 system, where I installed java as described above the 
command is as follows:</p>
+So on my Ubuntu 22.04 system, where I installed java as described above, the 
command is as follows:</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -585,7 +586,7 @@ So on my Ubuntu 22.04 system, where I installed java as 
described above the comm
 </div>
 </div>
 <div class="paragraph">
-<p>Sometimes I had to set the uid to execute the java executable with the 
permissions of the owner (root) &#8230;&#8203; however this is quite suboptimal 
solution.</p>
+<p>Sometimes I had to set the uid to execute the java executable with the 
permissions of the owner (root) &#8230;&#8203; However, this is a quite 
suboptimal solution.</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -627,7 +628,7 @@ It seems that when running Linux on <code>aarch64</code> 
(Apple&#8217;s Silicon
 </div>
 </div>
 <div class="paragraph">
-<p>Yum based systems:</p>
+<p>Yum-based systems:</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -656,11 +657,11 @@ It seems that when running Linux on <code>aarch64</code> 
(Apple&#8217;s Silicon
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>wget -q 
https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb
-sudo dpkg -i packages-microsoft-prod.deb
-sudo apt install apt-transport-https
+<pre>sudo mkdir -p /etc/apt/keyrings
+wget https://packages.microsoft.com/keys/microsoft.asc -O 
/etc/apt/keyrings/microsoft.asc
+echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/microsoft.asc] 
https://packages.microsoft.com/ubuntu/24.04/prod noble main" | sudo tee 
/etc/apt/sources.list.d/microsoft-dotnet.list
 sudo apt update
-sudo apt install dotnet-sdk-6.0</pre>
+sudo apt install dotnet-sdk-8.0</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -700,7 +701,7 @@ sudo apt install dotnet-sdk-6.0</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>Yum based systems:</p>
+<p>Yum-based systems:</p>
 </div>
 <div class="literalblock">
 <div class="content">
diff --git a/plc4x/pre-release/developers/preparing/macos.html 
b/plc4x/pre-release/developers/preparing/macos.html
index fef232e29..14dc42eab 100644
--- a/plc4x/pre-release/developers/preparing/macos.html
+++ b/plc4x/pre-release/developers/preparing/macos.html
@@ -486,7 +486,7 @@ So for example the availability and version of the C 
compiler is only checked if
 <p>Most libraries on Mac are installed using <code>Homebrew</code>.</p>
 </div>
 <div class="paragraph">
-<p>Make sure <code>Homebrew</code> ist installed in order to install most of 
these.</p>
+<p>Make sure <code>Homebrew</code> ist installed to install most of these.</p>
 </div>
 <div class="literalblock">
 <div class="content">
@@ -511,7 +511,7 @@ So for example the availability and version of the C 
compiler is only checked if
 </div>
 <div class="paragraph">
 <p>If you are running this command on a really fresh and clean system, it 
might be that you are asked to finish installing the XCode commandline tools.
-If this happens, just follow the process and re-try after it has finished.</p>
+If this happens, follow the process and re-try after it has finished.</p>
 </div>
 <div class="paragraph">
 <p>If you get a response that indicates that git needs to be installed, please 
execute the following command:</p>
@@ -600,11 +600,11 @@ So it&#8217;s best to update to a newer version using 
brew:</p>
 <p>Microsoft is offering an installer for macOS which is available from <a 
href="https://dotnet.microsoft.com/download/dotnet-core/2.2";>here</a>.</p>
 </div>
 <div class="paragraph">
-<p>Alternatively you can also install it via homebrew:</p>
+<p>Alternatively, you can also install it via homebrew:</p>
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>brew install --cask dotnet-sdk</pre>
+<pre>brew install --cask dotnet-sdk8</pre>
 </div>
 </div>
 </div>
@@ -622,7 +622,7 @@ So it&#8217;s best to update to a newer version using 
brew:</p>
 <p>If you get a version of 3.0.0 or higher reported, you probably don&#8217;t 
need to do anything.</p>
 </div>
 <div class="paragraph">
-<p>In order to install it, please execute the following command:</p>
+<p>To install it, please execute the following command:</p>
 </div>
 <div class="literalblock">
 <div class="content">
diff --git a/plc4x/pre-release/developers/preparing/windows.html 
b/plc4x/pre-release/developers/preparing/windows.html
index eece4aaed..a2bde7cd8 100644
--- a/plc4x/pre-release/developers/preparing/windows.html
+++ b/plc4x/pre-release/developers/preparing/windows.html
@@ -526,12 +526,14 @@ So for example the availability and version of the C 
compiler is only checked if
 </div>
 </div>
 <div class="paragraph">
-<p>If you get successful output, check that the version reported is at least 
Java 11.
-If you need to install or update Java, unfortunately this doesn&#8217;t seem 
to be available via Chocolatey, but needs to be installed directly from a 
distribution.</p>
+<p>If you get output successfully, check that the version reported is at least 
Java 11.
+If you need to install or update Java.
+Unfortunately, this doesn&#8217;t seem available via Chocolatey, but needs to 
be installed directly from a distribution.</p>
 </div>
 <div class="paragraph">
 <p>For Oracles OpenJDK 21 this would be from here: <a 
href="https://learn.microsoft.com/de-de/java/openjdk/download"; 
class="bare">https://learn.microsoft.com/de-de/java/openjdk/download</a>
-If you are using a Windows VM on <code>aarch64</code> (Apple M1 or M2 virtual 
machine), the download available from Microsoft build seem to be one of the few 
options you have. When installing make sure to select the option to configure 
the "JAVA_HOME" environment variable (deactivated per default).</p>
+If you are using a Windows VM on <code>aarch64</code> (Apple M1 or M2 virtual 
machine), the download available from Microsoft build seems to be one of the 
few options you have.
+When installing, make sure to select the option to configure the "JAVA_HOME" 
environment variable (deactivated per default).</p>
 </div>
 </div>
 </div>
@@ -539,15 +541,15 @@ If you are using a Windows VM on <code>aarch64</code> 
(Apple M1 or M2 virtual ma
 <h2 id="_optional_and_other_language_support"><a class="anchor" 
href="#_optional_and_other_language_support"></a>Optional and other language 
support</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Git an Java should be all you need for building the Java part of PLC4X.</p>
+<p>Git and Java should be all you need for building the Java part of PLC4X.</p>
 </div>
 <div class="sect2">
 <h3 id="_libpcap_for_raw_ethernet_support"><a class="anchor" 
href="#_libpcap_for_raw_ethernet_support"></a>LibPCAP (For raw-ethernet 
support)</h3>
 <div class="paragraph">
-<p>In order to use the raw ethernet transport capabilities of PLC4X, we need 
to ensure the NPcap library is installed.</p>
+<p>To use the raw ethernet transport capabilities of PLC4X, we need to ensure 
the NPcap library is installed.</p>
 </div>
 <div class="paragraph">
-<p>In order to check if NPcap is installed, check the following 
directories:</p>
+<p>To check if NPcap is installed, check the following directories:</p>
 </div>
 <div class="paragraph">
 <p>64-bit versions:</p>
diff --git a/search-index.js b/search-index.js
index 24db4d032..172c31f14 100644
--- a/search-index.js
+++ b/search-index.js
@@ -1 +1 @@
-antoraSearch.initSearch(lunr, 
{"index":{"version":"2.3.9","fields":["title","name","text","component"],"fieldVectors":[["title/1",[0,67.357]],["name/1",[1,1.532]],["text/1",[]],["component/1",[2,0.4]],["title/2-1",[3,33.925,4,29.665]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,42.326]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,11.806,7,12.464,8,9.361,9,16.101,10,15.692,11,20.935,12,27.094,13,12.15]],["name/2-3",[]],["text/2-3",[]],["co
 [...]
\ No newline at end of file
+antoraSearch.initSearch(lunr, 
{"index":{"version":"2.3.9","fields":["title","name","text","component"],"fieldVectors":[["title/1",[0,67.357]],["name/1",[1,1.532]],["text/1",[]],["component/1",[2,0.4]],["title/2-1",[3,33.925,4,29.665]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,42.326]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,11.806,7,12.464,8,9.361,9,16.101,10,15.692,11,20.935,12,27.094,13,12.15]],["name/2-3",[]],["text/2-3",[]],["co
 [...]
\ No newline at end of file

Reply via email to