This is an automated email from the ASF dual-hosted git repository.
rubys 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 88745b0 add images to the checks
88745b0 is described below
commit 88745b0bf2f4b0c226790dfe2d68df9b5bdd3639
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 4 19:47:22 2017 -0400
add images to the checks
---
www/site.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/site.cgi b/www/site.cgi
index 0dfeb5b..d2a9dd1 100755
--- a/www/site.cgi
+++ b/www/site.cgi
@@ -14,11 +14,12 @@ require 'net/http'
require 'time' # for httpdate
PAGETITLE = "Apache TLP Website Link Checks" # Wvisible:sites,brand
-cols = %w( uri events foundation license sponsorship security thanks copyright
trademarks )
+cols = %w( uri events foundation image license sponsorship security thanks
copyright trademarks )
CHECKS = {
'uri' => %r{https?://[^.]+\.apache\.org},
'copyright' => %r{[Cc]opyright [^.]+ Apache Software Foundation}, # Do we
need '[Tt]he ASF'?
'foundation' => %r{.},
+ 'image' => %r{.},
# TODO more checks needed here, e.g. ASF registered and 3rd party marks
'trademarks' => %r{trademarks of [Tt]he Apache Software Foundation},
'events' => %r{apache.org/events/current-event},
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].