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 9f7bba74 Clarify disclaimers content
9f7bba74 is described below

commit 9f7bba743df91ede04a7e550feaac53aa92fe4a0
Author: Sebb <[email protected]>
AuthorDate: Wed Oct 15 12:41:58 2025 +0100

    Clarify disclaimers content
---
 tools/site-scan.rb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index 6d6cc631..bce50ce5 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -233,7 +233,10 @@ def parse(id, site, name, podling=false)
     end
   end
   if nodisclaimer.size > 0
-    data[:disclaimers] = [hasdisclaimer, nodisclaimer]
+    data[:disclaimers] = {
+      seen: hasdisclaimer,
+      notfound: nodisclaimer
+    }
   end
   # Show potential download pages and related text
   data[:downloads] = subpages.

Reply via email to