jongyoul opened a new pull request, #66: URL: https://github.com/apache/zeppelin-site/pull/66
## Problem The Zeppelin website fails several checks at the ASF website policy checker (https://whimsy.apache.org/site/): **Foundation, Events, License, Trademarks, Copyright, and Privacy**. ## Approach This is an alternative to #55. Instead of adding a new footer block that duplicates the policy links, it reuses the **existing Apache navigation dropdown** and adds only the legally required notices to the footer: - Switch the existing Apache nav links to `https://` - Point **Foundation** at `https://www.apache.org/` (root), as the checker requires - Rename `Apache License` → `License` so the link text matches the checker exactly - Add the missing **Events** and **Privacy** nav links - Add the required **Copyright** and **Trademark** notices to the footer (notices only, no link duplication) This keeps the policy links where Zeppelin already had them (in the nav) — the same placement Apache Spark uses — and adds just two footer lines for the required legal notices. ## Verification Verified locally with whimsy's `tools/site-scan.rb` and `SiteStandards.analyze`: all 9 policy checks (foundation, events, license, thanks, security, sponsorship, trademarks, copyright, privacy) pass. Before this change, 6 of them failed. The `resources` check (external Twitter/widget scripts) is a separate concern and is not addressed here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
