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 173c5c9 We don't only check links
173c5c9 is described below
commit 173c5c984707022eb623549b97c527f578fe7012
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 7 14:27:35 2017 +0100
We don't only check links
---
www/pods.cgi | 2 +-
www/site.cgi | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/pods.cgi b/www/pods.cgi
index f62d47c..e2da980 100755
--- a/www/pods.cgi
+++ b/www/pods.cgi
@@ -205,7 +205,7 @@ _html do
_body? do
_whimsy_body(
title: PAGETITLE,
- subtitle: 'Checking TLP Websites For Required Links',
+ subtitle: 'Checking Podling Websites For required content',
related: {
"/committers/tools" => "Whimsy Tool Listing",
"https://www.apache.org/foundation/marks/pmcs#navigation" => "Required
PMC Links Policy",
diff --git a/www/site.cgi b/www/site.cgi
index b16672e..c7c4333 100755
--- a/www/site.cgi
+++ b/www/site.cgi
@@ -13,7 +13,7 @@ require 'json'
require 'net/http'
require 'time' # for httpdate
-PAGETITLE = "Apache TLP Website Link Checks" # Wvisible:sites,brand
+PAGETITLE = "Apache TLP Website Checks" # Wvisible:sites,brand
cols = %w( uri events foundation image license sponsorship security thanks
copyright trademarks )
CHECKS = {
'uri' => %r{https?://[^.]+\.apache\.org},
@@ -193,7 +193,7 @@ _html do
_body? do
_whimsy_body(
title: PAGETITLE,
- subtitle: 'Checking TLP Websites For Required Links',
+ subtitle: 'Checking TLP Websites For required content',
related: {
"/committers/tools" => "Whimsy Tool Listing",
"https://www.apache.org/foundation/marks/pmcs#navigation" => "Required
PMC Links Policy",
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].