You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2020/04/26 17:48:02 UTC

[whimsy] branch master updated: Add crosslinks for easy finding

This is an automated email from the ASF dual-hosted git repository.

curcuru 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 4a55c10  Add crosslinks for easy finding
4a55c10 is described below

commit 4a55c10b1b200d3c448c1ac445af1136056ffc61
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Sun Apr 26 13:47:48 2020 -0400

    Add crosslinks for easy finding
---
 www/pods.cgi | 1 +
 www/site.cgi | 1 +
 2 files changed, 2 insertions(+)

diff --git a/www/pods.cgi b/www/pods.cgi
index 6de5f8c..7abb0c2 100755
--- a/www/pods.cgi
+++ b/www/pods.cgi
@@ -49,6 +49,7 @@ _html do
     subtitle: 'Checking Podling Websites For required content',
     related: {
       "/committers/tools" => "Whimsy Tool Listing",
+      "/site/" => "TLP Website Checker",
       "https://www.apache.org/foundation/marks/pmcs#navigation" => "Required PMC Links Policy",
       "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code",
       "mailto:dev@whimsical.apache.org?subject=[SITE] Website Checker Question" => "Questions? Email Whimsy PMC"
diff --git a/www/site.cgi b/www/site.cgi
index eff1094..b316dbe 100755
--- a/www/site.cgi
+++ b/www/site.cgi
@@ -49,6 +49,7 @@ _html do
     subtitle: "Checking #{cgi_for_tlps ? 'Project' : 'Podling'} Websites For required content",
     related: {
       "/committers/tools" => "Whimsy Tool Listing",
+      "/pods/" => "PPMC Podling Website Checker",
       "https://www.apache.org/foundation/marks/pmcs#navigation" => "Required PMC Links Policy",
       "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code",
       "mailto:dev@whimsical.apache.org?subject=[SITE] Website Checker Question" => "Questions? Email Whimsy PMC"