Commit 88512b17435c2e1eee1d034cb5f07a55880b4403:
    update website

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/index.html                                               | +++++ ----
www/technology.html                                          | ++++++++++ --
------------------------------------------------------------
33 changes: 25 additions, 8 deletions.
------------------------------------------------------------


diff --git a/www/index.html b/www/index.html
index 3c09082..50b555d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -8,7 +8,9 @@
       header h2 span {display: none}
       header:hover h2 span {display: inline}
       aside {display: none}
-      header:hover aside {margin-left: 4em; display: block; border: 3px solid 
#B7B; padding: 1em; border-radius: 1em}
+      header:hover aside {margin-left: 4em; display: block; 
+        border: 3px solid #B7B; padding: 1em; border-radius: 1em;
+        position: absolute; background-color: white}
       aside ol {margin-bottom: 0}
     </style>
   </head>
@@ -43,8 +45,8 @@
     </blockquote>
 
     <blockquote>
-     <a href="https://infra.apache.org/";>Infrastructure-related apps</a>
-     are listed separately.
+     See also the list of Apache Infrastructure
+     <a href="https://infra.apache.org/";>In-house projects</a>.
     </blockquote>
 
     <h2>Open to the Public</h2>
@@ -59,7 +61,6 @@
       <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>
-      <li><a href="committers/X_______">Release signing</a></li>
     </ul>
 
     <h2>Open to Officers and Members</h2>
diff --git a/www/technology.html b/www/technology.html
index 7529d96..7f10031 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -17,18 +17,25 @@
     <h2>Whimsy</h2>
 
     <ul>
-      <li><a 
href="https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy";>Source</a></li>
-      <li><a 
href="https://issues.apache.org/jira/browse/INFRA/component/12318503";>Issue 
Tracker</a></li>
+      <li><a href="https://github.com/apache/whimsy";>Source</a></li>
+      <li><a href="https://issues.apache.org/jira/browse/WHIMSY/";>Issue 
Tracker</a></li>
+      <li><a 
href="https://github.com/apache/whimsy/blob/master/README.md";>README</a></li>
+      <li><a 
href="https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md";>Development</a></li>
+      <li><a 
href="https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md";>Deployment</a></li>
+      <li><a 
href="https://github.com/apache/whimsy/blob/master/www/status/README.md";>Monitoring</a></li>
     </ul>
 
     <h2>Technology behind Whimsy</h2>
 
     <ul>
+      <li><a href="http://getbootstrap.com/";>Bootstrap</a></li>
       <li><a href="http://www.w3.org/Style/CSS/";>CSS</a></li>
-      <li><a href="http://dev.w3.org/html5/spec/spec.html";>HTML5</a></li>
-      <li><a title="tecnically it is called ECMAScript" 
href="http://www.ecma-international.org/publications/standards/Ecma-262.htm";>JavaScript</a></li>
+      <li><a href="https://www.w3.org/TR/html5/";>HTML5</a></li>
+      <li><a title="technically it is called ECMAScript" 
href="http://www.ecma-international.org/publications/standards/Ecma-262.htm";>JavaScript</a></li>
       <li><a href="http://jquery.com/";>JQuery</a></li>
+      <li><a href="https://facebook.github.io/react/";>React.js</a></li>
       <li><a href="http://www.ruby-lang.org/en/";>Ruby</a></li>
+      <li><a 
href="https://github.com/rubys/ruby2js/blob/master#readme";>Ruby2JS</a></li>
       <li><a href="http://www.w3.org/TR/SVG/";>SVG</a></li>
       <li><a 
href="https://github.com/rubys/wunderbar#readme";>Wunderbar</a></li>
     </ul>
@@ -41,5 +48,14 @@
       <li><a href="http://www.openldap.org/";>LDAP</a></li>
       <li><a href="http://subversion.apache.org/";>Subversion</a></li>
     </ul>
+
+    <h2>Operational issues</h2>
+
+    <ul>
+      <li><a href="status/">Current status</a></li>
+      <li><a href="http://www.apache.org/dev/infra-contact#how";>Contact the
+         Infrastructure team</a></li>
+    </ul>
+
   </body>
 </html>

Reply via email to