Title: [158130] trunk/Tools
Revision
158130
Author
[email protected]
Date
2013-10-28 14:24:39 -0700 (Mon, 28 Oct 2013)

Log Message

Tidy up main http://build.webkit.org page
https://bugs.webkit.org/show_bug.cgi?id=123413

Reviewed by Alexey Proskuryakov.

Break the list of links into sections. Add some font style.

* BuildSlaveSupport/build.webkit.org-config/templates/root.html:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html (158129 => 158130)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html	2013-10-28 21:19:27 UTC (rev 158129)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html	2013-10-28 21:24:39 UTC (rev 158130)
@@ -2,14 +2,26 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Welcome to the Buildbot</title>
+<title>WebKit Build Central</title>
+<style>
+    body {
+        font-family: "HelveticaNeue-Light", sans-serif;
+    }
+    
+    h1, h2, h3 {
+        font-family: "HelveticaNeue", sans-serif;
+    }
+</style>
 </head>
 
 <body>
-<h1>Welcome to the Buildbot!</h1>
+<h2>Dashboard</h2>
+<ul>
+  <li><a href="" watcher's dashboard</a></li>
+</ul>
 
+<h2>Buildbot Pages</h2>
 <ul>
-  <li><a href="" watcher's dashboard</a></li>
   <li><a href="" - <a href="" Mac</a>, <a href="" Windows</a>,
   <a href="" <a href=""
   and <a href=""
@@ -19,14 +31,22 @@
   and <a href=""
   <li><a href="" Build</a> for each builder is here.</li>
   <li><a href="" Builds</a> are summarized here, one per line.</li>
+  <li><a href="" Results</a></li>
   <li><a href="" information</li>
-  <li><a href="" Warning System and Commit Queue Status</a> (External site)</li>
+</ul>
+
+<h2>Tests and Performance</h2>
+<ul>
   <li><a href="" dashboard</a> (External site)</li>
-  <li><a href="" information.</li>
-  <li><a href="" Results</a></li>
   <li><a href="" Viewer</a></li>
   <li><a href="" Failures</a></li>
   <li><a href="" Perf Monitor</a> results submitted by <a href="" bots</a></li>
 </ul>
+
+<h2>Status</h2>
+<ul>
+    <li><a href="" Warning System and Commit Queue Status</a> (External site)</li>
+</ul>
+
 </body>
 </html>

Modified: trunk/Tools/ChangeLog (158129 => 158130)


--- trunk/Tools/ChangeLog	2013-10-28 21:19:27 UTC (rev 158129)
+++ trunk/Tools/ChangeLog	2013-10-28 21:24:39 UTC (rev 158130)
@@ -1,3 +1,14 @@
+2013-10-28  Simon Fraser  <[email protected]>
+
+        Tidy up main http://build.webkit.org page
+        https://bugs.webkit.org/show_bug.cgi?id=123413
+
+        Reviewed by Alexey Proskuryakov.
+        
+        Break the list of links into sections. Add some font style.
+
+        * BuildSlaveSupport/build.webkit.org-config/templates/root.html:
+
 2013-10-28  Myles C. Maxfield  <[email protected]>
 
         Parsing support for -webkit-text-decoration-skip: ink
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to