This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8ea09aa7 Additional docs [skip ci]
8ea09aa7 is described below
commit 8ea09aa709ec4936d2b681818b05d6834370531f
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 10 10:28:47 2024 +0100
Additional docs [skip ci]
---
www/site_or_pod.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/site_or_pod.rb b/www/site_or_pod.rb
index ce610250..3407f665 100644
--- a/www/site_or_pod.rb
+++ b/www/site_or_pod.rb
@@ -51,7 +51,7 @@ _html do
_body? do
_whimsy_body(
title: PAGETITLE,
- subtitle: "Checking #{cgi_for_tlps? ? 'Project' : 'Podling'} Websites
For required content",
+ subtitle: "Checking #{cgi_for_tlps? ? 'Project' : 'Podling'} Websites
for required and disallowed content",
related: {
'/committers/tools' => 'Whimsy Tool Listing',
other => other_text,
@@ -71,6 +71,7 @@ _html do
_a 'required links', href:
'https://www.apache.org/foundation/marks/pmcs#navigation'
_ ' appear on a project homepage, along with an "image" check if
project logo files are in apache.org/img'
end
+ _p 'The script also checks for 3rd party resource references that
might be in conflict with our privacy policy.'
_p! do
_a 'View the crawler code', href:
'https://github.com/apache/whimsy/blob/master/tools/site-scan.rb'
_ ', '