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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new aafccaa90 fix: satisfy ASF website policy checks via nav links and 
footer notices (#66)
aafccaa90 is described below

commit aafccaa90ef381ae843a22ee1b04d99b48869713
Author: Jongyoul Lee <[email protected]>
AuthorDate: Mon Jun 22 11:58:21 2026 +0900

    fix: satisfy ASF website policy checks via nav links and footer notices 
(#66)
    
    The Zeppelin website fails several checks at 
https://whimsy.apache.org/site/.
    Rather than duplicating links in a new footer, this reuses the existing
    Apache navigation dropdown — switching it to https and to the exact link
    text/URLs the checker requires (Foundation root, "License", Events,
    Privacy) — and adds the required Copyright and Trademark notices to the
    footer.
    
    Verified locally with whimsy tools/site-scan.rb: all 9 policy checks
    (foundation, events, license, thanks, security, sponsorship, trademarks,
    copyright, privacy) pass.
    
    Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
---
 _includes/themes/zeppelin/_navigation.html | 10 ++++++----
 _includes/themes/zeppelin/default.html     |  3 ++-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index e68bd4ef1..6e16ff489 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -55,11 +55,13 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b 
class="caret"></b></a>
           <ul class="dropdown-menu">
-            <li><a 
href="http://www.apache.org/foundation/how-it-works.html";>Apache Software 
Foundation</a></li>
-            <li><a href="http://www.apache.org/licenses/";>Apache 
License</a></li>
-            <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+            <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+            <li><a href="https://www.apache.org/licenses/";>License</a></li>
+            <li><a 
href="https://www.apache.org/events/current-event.html";>Events</a></li>
+            <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+            <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+            <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy</a></li>
             <li><a href="/assets.html">Assets</a></li>
-            <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
           </ul>
         </li>
       </ul>
diff --git a/_includes/themes/zeppelin/default.html 
b/_includes/themes/zeppelin/default.html
index 527836f36..6183977da 100644
--- a/_includes/themes/zeppelin/default.html
+++ b/_includes/themes/zeppelin/default.html
@@ -68,7 +68,8 @@
     {% endif %}
 
     <footer>
-      <!-- <p>&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}</p>-->
+      <p>Copyright &copy; {{ site.time | date: '%Y' }} The Apache Software 
Foundation. Licensed under the <a 
href="https://www.apache.org/licenses/";>Apache License, Version 2.0</a>.</p>
+      <p>Apache Zeppelin, Zeppelin, Apache, the Apache feather logo, and the 
Apache Zeppelin project logo are either registered trademarks or trademarks of 
The Apache Software Foundation in the United States and other countries.</p>
     </footer>
   </body>
 </html>

Reply via email to