Commit 93285b8
authored
fix: Render ASF policy links in static HTML footer (apache#1303)
The Lucene.NET website already has all required ASF policy links
defined in docfx.json and toc.yml, but they're only rendered via
client-side JavaScript. The ASF compliance scanner
(https://whimsy.apache.org/site/) cannot execute JavaScript, so it
reports 7 of 9 checks as failing.
This PR:
- Adds a footer.tmpl.partial that renders the ASF links as static
HTML in the page footer (using the existing template variables)
- Fixes "Apache feather logo" → "Apache logo" in trademark text
(ASF rebranded in September 2025)
- Updates license link to canonical https://www.apache.org/licenses/
See: https://www.apache.org/foundation/marks/pmcs
Checker: https://whimsy.apache.org/site/1 parent 1c95ddc commit 93285b8
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments