Commit 92e5117b1e9f28a596714faccc63b96d804fc892:
    Split into HEADER/README; fix icon URL


Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>

------------------------------------------------------------
www/public/HEADER.html                                       | ++++ 
www/public/README.html                                       |  -------------
------------------------------------------------------------
29 changes: 4 additions, 25 deletions.
------------------------------------------------------------


diff --git a/www/public/HEADER.html b/www/public/HEADER.html
new file mode 100644
index 0000000..c95d7bf
--- /dev/null
+++ b/www/public/HEADER.html
@@ -0,0 +1,4 @@
+    <img title="ASF Logo" src="https://www.apache.org/img/asf_logo.png"/>
+    <a href="http://whimsy.apache.org/";>
+      <img src="../whimsy.svg" width="80" title="whimsy"/>
+    </a>
diff --git a/www/public/README.html b/www/public/README.html
index 0d9815c..7050c90 100644
--- a/www/public/README.html
+++ b/www/public/README.html
@@ -1,26 +1,3 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-  <head>
-    <meta charset="utf-8"/>
-    <title>Whimsy</title>
-    <style type="text/css">
-      h2 {text-decoration: underline}
-      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;
-        position: absolute; background-color: white}
-      aside ol {margin-bottom: 0}
-    </style>
-  </head>
-
-  <body>
-    <img title="ASF Logo" src="https://id.apache.org/img/asf_logo_wide.png"/>
-    <a href="http://whimsy.apache.org/";>
-      <img src="whimsy.svg" width="80" title="whimsy"/>
-    </a>
-
     <h2>Public JSON files</h2>
     <dl>
       <dt>committee-info.json</dt><dd>Committee (PMC) names and membership</dd>
@@ -32,5 +9,3 @@
       <dt>public_ldap_services.json</dt><dd>Membership of LDAP service groups. 
For example pmc_chairs shows the list of people with PMC chair karma</dd>
       <dt>public_nonldap_groups.json</dt><dd>Membership of auth groups not 
defined in LDAP. For example, podlings.</dd>
     </dl>
-  </body>
-</html>

Reply via email to