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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 56347b8e5 IMPALA-11899: Add mandatory links to the Impala Apache home 
page
56347b8e5 is described below

commit 56347b8e5f7f13967d8385bb6f0833a1df06e7af
Author: Laszlo Gaal <[email protected]>
AuthorDate: Mon Feb 6 16:59:09 2023 +0100

    IMPALA-11899: Add mandatory links to the Impala Apache home page
    
    The Apache Foundation has a number of requirements for TLP websites,
    which are checked regularly, with reports being published
    whimsy.apache.org.
    
    Impala failed in two categories: missing a copyright notice, and missing
    a link to the Apache Privacy Policy.
    
    This change to the Impala home page adds both.
    
    It also fixes a misindented source line, and wraps the whole footer into
    the <center> tag originally reserved for the events box.
    
    Tested by loading the local copy of the page into Chrome and Firefox on
    my system.
    
    Change-Id: Ibbb491fe2ec3c15305c3c66f1e8857a98fced10f
    Reviewed-on: http://gerrit.cloudera.org:8080/19477
    Reviewed-by: Michael Smith <[email protected]>
    Tested-by: Laszlo Gaal <[email protected]>
---
 index.html | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index 8a81ce3f3..d2118e7e8 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <title>Impala</title>
     <meta name="keywords" content="hadoop, impala, sql, mpp, bi, big data, 
open source" />
-   <meta name="description" content="Apache Impala is a modern, open source, 
distributed SQL query engine for Apache Hadoop." />
+    <meta name="description" content="Apache Impala is a modern, open source, 
distributed SQL query engine for Apache Hadoop." />
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
     <!-- Le styles -->
@@ -166,11 +166,16 @@
           <a href="http://www.apache.org/events/current-event.html";>
             <img src="http://www.apache.org/events/current-event-234x60.png"/>
           </a>
+          <p>
+            Copyright © 2016-2023 <a href="https://www.apache.org";>The Apache 
Software Foundation</a>.
+            Licensed under the <a 
href="https://www.apache.org/licenses/";>Apache License, Version 2.0</a>.
+          </p>
+          <p>Apache Impala, Impala, Apache, the Apache feather logo, and the 
Apache Impala
+            project logo are either registered trademarks or trademarks of The 
Apache Software
+            Foundation in the United States and other countries.
+          </p>
+          <p><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></p>
         </center>
-        <p>Apache Impala, Impala, Apache, the Apache feather logo, and the 
Apache Impala
-          project logo are either registered trademarks or trademarks of The 
Apache Software
-          Foundation in the United States and other countries.
-        </p>
       </div>
 
     </div> <!-- /container -->

Reply via email to