You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/03/04 17:43:56 UTC

[whimsy.git] [1/1] Commit 3a0689f: Advertise additional secretary and status tools

Commit 3a0689f99d0ad2360f1559696bb5c0a2b418c4e5:
    Advertise additional secretary and status tools


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/index.html                                               | +++++++++ ---
www/status/index.cgi                                         | ++++++++ -
------------------------------------------------------------
33 changes: 26 additions, 7 deletions.
------------------------------------------------------------


diff --git a/www/index.html b/www/index.html
index e36e809..6c27d74 100644
--- a/www/index.html
+++ b/www/index.html
@@ -39,6 +39,10 @@
     </header>
 
     <blockquote>
+     <a href="status/">Current status</a>.
+    </blockquote>
+
+    <blockquote>
      Feel free to <a href="technology.html">look under the hood</a>.
     </blockquote>
 
@@ -47,7 +51,7 @@
      <a href="https://infra.apache.org/">In-house projects</a>.
     </blockquote>
 
-    <h2>Open to the Public</h2>
+    <h2 id="public">Open to the Public</h2>
     <ul>
       <li><a href="board/minutes/">Board Minutes Collated by PMC/officer/topic</a></li>
       <li><a href="incubator/podlings/by-age">Incubator podlings by age</a></li>
@@ -55,14 +59,14 @@
       <li><a href="public/">Generated JSON data files</a></li>
     </ul>
 
-    <h2>Open to Committers</h2>
+    <h2 id="committers">Open to Committers</h2>
     <ul>
       <li><a href="roster/committer/">Email address lookup</a></li>
       <li><a href="roster/committee/">PMC Roster</a></li>
       <li><a href="committers/subscribe">Mailing list subscription</a></li>
     </ul>
 
-    <h2>Open to Officers and Members</h2>
+    <h2 id="officers+members">Open to Officers and Members</h2>
     <ul>
       <li><a href="board/agenda/">Board Agenda</a></li>
       <li><a href="fundraising/invoice/">Fundraising Invoice</a></li>
@@ -77,17 +81,25 @@
 -->
     </ul>
 
-    <h2>Member Only</h2>
+    <h2 id="member">Member Only</h2>
     <ul>
       <li><a href="members/subscriptions/">Member subscription cross-checks</a></li>
       <li><a href="members/watch/">Member watch</a></li>
       <li><a href="voter/whatif">STV Explorer</a></li>
     </ul>
 
-    <h2>Other</h2>
+    <h2 id="secretary">Secretarial team</h2>
     <ul>
-      <li><a href="incubator/moderators">Incubator moderators</a></li>
       <li><a href="secretary/workbench/">Secretary Workbench</a></li>
+      <li><a href="secretary/icla-lint">Lint test for iclas.txt</a></li>
+      <li><a href="secretary/public-names">Public names: LDAP vs icla.txt</a></li>
+      <li><a href="secretary/response-time">Response time test</a></li>
+      <li><a href="secmail/">Secretary Mail</a> (experimental)</li>
+    </ul>
+
+    <h2 id="other">Other</h2>
+    <ul>
+      <li><a href="incubator/moderators">Incubator moderators</a></li>
     </ul>
   </body>
 </html>
diff --git a/www/status/index.cgi b/www/status/index.cgi
index 7ed1402..3c48bb0 100755
--- a/www/status/index.cgi
+++ b/www/status/index.cgi
@@ -45,7 +45,7 @@ print <<-EOF
 
   <body>
     <img src="../whimsy.svg" class="logo"/>
-    <h1>Whimsy-Test Status</h1>
+    <h1>Whimsy VM2 Status</h1>
 
     <div class="list-group list-group-root well">
       Loading...
@@ -56,6 +56,13 @@ print <<-EOF
       <a href="https://www.pingmybox.com/dashboard?location=470">Ping My
       Box</a> (<a href="errors">full log</a>).
     </p>
+
+    <h2>Additional status</h2>
+
+    <ul>
+      <li><a href="passenger">Passenger</a> (ASF committer only)</li>
+      <li><a href="svn">Subversion</a></li>
+    </ul>
   </body>
 </html>
 EOF