On 2026/05/14 16:23:03 Rich Bowen wrote:
> Add required ASF policy links to footer
>
> The Empire-DB website is failing 6 of 9 ASF website policy checks
> (https://whimsy.apache.org/site/):
>
> - Events (missing)
> - License (missing)
> - Thanks (missing)
> - Security (missing)
> - Sponsorship (missing)
> - Privacy (missing)
>
> Adds the standard ASF policy links to the footer on the home page.
>
> See: https://www.apache.org/foundation/marks/pmcs
> Checker: https://whimsy.apache.org/site/
>
> Patch attached.
Looks like my patch got stripped by the mailing list. Here it is again:
Index: pages/home.html
===================================================================
--- pages/home.html (revision 1934192)
+++ pages/home.html (working copy)
@@ -208,6 +208,8 @@
<span>Copyright © The
Apache Software Foundation. All Rights Reserved.</span>
<br/>
<span>Apache Empire-db,
Apache, the Apache feather logo, and the Apache Empire-db logos are trademarks
of The Apache Software Foundation.</span>
+ <br/>
+ <a
href="https://www.apache.org/events/current-event.html">Events</a> | <a
href="https://www.apache.org/licenses/">License</a> | <a
href="https://www.apache.org/security/">Security</a> | <a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a
href="https://www.apache.org/foundation/thanks.html">Thanks</a> | <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
</td>
</tr>
</table>