You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/12/22 11:05:20 UTC

[incubator-hop-website] branch master updated: HOP-3564 removed incubator references from layout html files

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a198527  HOP-3564 removed incubator references from layout html files
     new 51c64c2  Merge pull request #104 from bamaer/HOP-3564
a198527 is described below

commit a198527b3c07d8e0b04222ce2a29f1a7ed8851df
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Wed Dec 22 10:21:57 2021 +0100

    HOP-3564 removed incubator references from layout html files
---
 layouts/index.html           | 4 ++--
 layouts/partials/footer.html | 1 -
 layouts/partials/header.html | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index ca2a415..671d733 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,7 +3,7 @@
 <header class="frontpage">
   <div class="main-heading">
     <h1>Apache Hop</h1>
-    <p>The <b>H</b>op <b>O</b>rchestration <b>P</b>latform, or Apache Hop (Incubating), aims to facilitate all aspects of data and metadata orchestration.</p>
+    <p>The <b>H</b>op <b>O</b>rchestration <b>P</b>latform, or Apache Hop, aims to facilitate all aspects of data and metadata orchestration.</p>
     <p>Hop is an entirely new open source data integration platform that is easy to use, fast and flexible</p>
     <p>Hop aims to be the future of data integration. <b>Visual development</b> enables developers to be more productive than they can be through code.
       Our <b>Design once, run anywhere</b> workflows and pipelines can be designed in the Hop Gui and run on the Hop native engine (local or remote), or on Spark, Flink, Google Dataflow or AWS EMR through Beam.
@@ -11,7 +11,7 @@
     </p>
     <p><a class="button-dark" href="./manual/latest/getting-started/">Get started</a></p>
   </div>
-  <img src="./img/hop-logo.svg" alt="Apache Hop (Incubating) - Hop Orchestration Platform">
+  <img src="./img/hop-logo.svg" alt="Apache Hop - Hop Orchestration Platform">
 </header>
 
 <div class="frontpage news">
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index c3da4df..094c53f 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -23,7 +23,6 @@
             </dl>
             <p>
                 &copy; 2019-{{ now.Format "2006" }}  <a href="http://www.apache.org/" target="blank">The Apache Software Fountation</a>,  Licensed under the Apache <a href="https://apache.org/licenses/LICENSE-2.0" target="blank">License</a>.<br>
-            Disclaimer: Apache Hop is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indic [...]
                 Apache Hop, Apache, Hop, the Hop logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation. All other products or name brands are trademarks of their respective holders, including The Apache Software Foundation.</p>
         </div>
     </footer>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 591284a..f09871f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -6,7 +6,7 @@
     {{ template "_internal/opengraph.html" . }}
     <link rel="icon" type="image/png" href="{{ "favicon-196x196.png" | relURL }}" sizes="196x196">
     <link rel="stylesheet" href="{{ path.Join "_" (index .Site.Data "rev-manifest" "css/site.css") | relURL }}">
-    <meta name="application-name" content="Apache Hop (Incubating)">
+    <meta name="application-name" content="Apache Hop">
     <link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
     <title>{{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
     <link rel="canonical" href="{{ .RelPermalink }}">