From fad0fceddc4972aa8a7215fa62f8cc9da95f38e8 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 16 May 2026 14:07:07 -0400 Subject: [PATCH] fix: Add required ASF policy links to site footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Johnzon website is failing 6 of 9 ASF website policy checks (https://whimsy.apache.org/site/): - Foundation link (in nav menu but not detected by scanner) - Events (missing) - License (missing) - Security (existing link is broken - points to #) - Copyright (missing) - Privacy (pointed to project-level page) This adds all required ASF policy links to the footer section of site.xml, adds a copyright line, and updates the trademark text ("Apache feather logo" → "Apache logo"). See: https://www.apache.org/foundation/marks/pmcs Checker: https://whimsy.apache.org/site/ --- src/site/site.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 43f66383..f88c9c7d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -89,9 +89,16 @@