You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/02/13 15:15:47 UTC

[plc4x] 02/02: - Minor page updates

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit d85f8c81432de87e205ceb94894426a2d7a18854
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Feb 13 16:15:37 2020 +0100

    - Minor page updates
---
 src/site/asciidoc/developers/index.adoc           |  2 +-
 src/site/asciidoc/developers/preparing/index.adoc | 15 ++++++++++-----
 src/site/site.xml                                 |  2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/site/asciidoc/developers/index.adoc b/src/site/asciidoc/developers/index.adoc
index 0938193..a3b25be 100644
--- a/src/site/asciidoc/developers/index.adoc
+++ b/src/site/asciidoc/developers/index.adoc
@@ -43,7 +43,7 @@ Please read this page on information about how to build Apache PLC4X.
 
 === Contributing
 
-If you want to work on Apache PLC4X in order to `fix thing`, `add things` and start contributing back to the project, please have a look at our link:contributng.html[Contributing] page. It should contain all the information you need.
+If you want to work on Apache PLC4X in order to `fix things`, `add things` and start `contributing` in general, please have a look at our link:contributng.html[Contributing] page. It should contain all the information you need.
 
 === Getting Help
 
diff --git a/src/site/asciidoc/developers/preparing/index.adoc b/src/site/asciidoc/developers/preparing/index.adoc
index 3f6aa17..f70797f 100644
--- a/src/site/asciidoc/developers/preparing/index.adoc
+++ b/src/site/asciidoc/developers/preparing/index.adoc
@@ -19,11 +19,16 @@
 
 Building a project like Apache PLC4X on multiple target operating-systems is quite a challenge, but I think we managed to make it as simple as possible.
 
-However when building any of the parts of PLC4X there are some requirements the build is expecting you to have provided.
+However when building PLC4X there are some requirements the build is expecting you to have provided.
+However this greatly depends on which parts you want to build.
+The `Java` modules hereby probably have the least demanding requirements.
 
 In order to build at all you are required to have `Java 8` installed on your machine.
-We have tested the build with Java 8 up to Java 13.
-If a new version comes out, please give us a little time to handle any related issues, but we'll probably fix them as soon as possible.
+
+TIP: We have tested the build with Java 8 up to Java 13 (Latest version at the time of writing this document).
+
+If a new version comes out, please give us a little time to verify and handle any related issues.
+We'll probably fix them as soon as possible.
 However in the past with Oracle's new release strategy, there have been a few bumps on the road.
 
 [width=100%]
@@ -43,11 +48,11 @@ However in the past with Oracle's new release strategy, there have been a few bu
 * bison
 * flex
 * python
-| `with-docker ` | Adds building of Docker images                          a|
+| `with-docker` | Adds building of Docker images                          a|
 * docker
 |===
 
-The following pages will describe how to provide these requirements sorted by operating system.
+The following pages will describe how to provide these requirements for your operating system.
 
 * link:linux.html[Linux]
 * link:macos.html[Mac OS]
diff --git a/src/site/site.xml b/src/site/site.xml
index a49068a..f28869f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -88,7 +88,7 @@
     <menu name="Developers">
       <item name="Section Home" href="developers/index.html"/>
       <item name="Preparing your Computer" href="developers/preparing/index.html">
-        <item name="Liunx" href="developers/preparing/linux.html"/>
+        <item name="Linux" href="developers/preparing/linux.html"/>
         <item name="Mac OS" href="developers/preparing/macos.html"/>
         <item name="Windows" href="developers/preparing/windows.html"/>
       </item>