--- /dev/null
+body {
+ background: #fff;
+ margin: 0;
+ font-family: helvetica, trebuchet, "Lucida Grande", sans-serif;
+ font-size:small
+ }
+
+img { display:block; }
+img.inline { display:inline; }
+
+a img { border:none; }
+a:hover img { border: none; }
+
+#wrapper {
+ margin:0 auto;
+ margin-left: 5px;
+
+}
+
+#banner img { margin:6px 0; }
+
+#nav {
+ float:left;
+ width:780px;
+ background:#fff;
+ margin:0 10px 10px;
+}
+
+#nav ul {
+ margin:0;
+ padding:0;
+ list-style:none;
+}
+
+#nav li {
+ float:left;
+ margin:0 .5em 0 0;
+ padding:0 0 0 4px;
+ background: url(/inc/b/l.png) no-repeat left top;
+}
+
+#nav li a {
+ display:block;
+ background:url(/inc/b/r.png) no-repeat right top;
+ padding:0 11px 0 7px;
+ color:#fff;
+ text-decoration:none;
+ line-height:20px;
+}
+
+#nav li a:hover {
+ background: url(/inc/b/r.png) no-repeat 100% -20px;
+ color:rgb(17,45,137);
+ border: 0;
+}
+
+#nav li:hover { background: url(/inc/b/l.png) no-repeat 0% -20px; }
+
+#main {
+ clear:both;
+ margin:0 5px;
+}
+
+#main a {
+ text-decoration: none;
+ color: rgb(17,45,137);
+ font-weight: bold;
+ background: inherit;
+}
+
+a:hover, a:active { border-bottom: 1px dotted rgb(17,45,137); }
+p { padding: .3em 0; }
+
+table {
+ font-size: small;
+ border: 1px #aaa solid;
+ border-right: 0;
+ border-bottom: 0;
+}
+
+th, td {
+ white-space: nowrap;
+ border: 1px #aaa solid;
+ border-top: 0;
+ border-left: 0;
+ padding:2px;
+}
+
+body.members td { white-space: normal; }
+
+th {
+ background: #ddd;
+ color: #222;
+ font-size: x-small;
+}
+
+tr.alt td { background: #eef; }
+
+th.head {
+ background: #666;
+ color: #fff;
+ text-align: center !important;
+ letter-spacing: .1em;
+}
+
+.status, .detail { border-bottom: 1px #fff solid; }
+tr.last td { border-bottom: 1px #aaa solid; }
+.pass td.status, .pass td.detail { background: #6f6; }
+.warn td.status, .warn td.detail { background: #fc3; }
+.warnx td.status, .warn td.detail { background: #f99; }
+.fail td.status, .fail td.detail { background: #f66; }
+body.history th { text-align: right; }
+body.application table { margin: 0 auto; }
+body.application th { text-align: right; }
+body.application th.submit { text-align: center; }
+
+td.branch ul { list-style: none; }
+
+td.branch ul, td.branch li {
+ margin: 0;
+ padding: 0;
+}
+
+.opsys { color: black; }
+.compiler { color: navy; }
+.arch { color: purple; }
+
+td.flags { white-space: normal; font-size: x-small; }
+
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <title>PostgreSQL BuildFarm</title>
+ <link rel="icon" type="image/png" href="/elephant-icon.png" />
+ <link rel="stylesheet" rev="stylesheet" href="/inc/pgbf.css" charset="utf-8" />
+ <style type="text/css"><!--
+ li#home a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; }
+ li#home { background: url(/inc/b/l.png) no-repeat 0% -20px; }
+ --></style>
+ </head>
+ <body class="none">
+ <div id="wrapper">
+ <div id="banner">
+ <a href="/index.html"><img src="/inc/pgbuildfarm-banner.png" alt="PostgreSQL BuildFarm" width="800" height="73" /></a>
+ <div id="nav">
+ <ul>
+ <li id="home"><a href="/index.html" title="PostgreSQL BuildFarm Home">Home</a></li>
+ <li id="status"><a href="/cgi-bin/show_status.pl" title="Current results">Status</a></li>
+ <li id="members"><a href="/cgi-bin/show_members.pl" title="Platforms tested">Members</a></li>
+ <li id="register"><a href="/cgi-bin/register-form.pl" title="Join PostgreSQL BuildFarm">Register</a></li>
+ <li id="pgfoundry"><a href="http://pgfoundry.org/projects/pgbuildfarm/">PGFoundry</a></li>
+ </ul>
+ </div><!-- nav -->
+ </div><!-- banner -->
+ <div id="main">
+
+<!-- html generated from index.tt -->
+<p>
+The PostgreSQL build farm is a distributed system for automatically testing
+changes in the source code for PostgreSQL as they occur, on a wide variety
+of platforms. This server is the central repository for the results of those
+tests.
+</p>
+<p>
+To see the current status of tests on various branches, check the
+<a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
+</p>
+<p>
+If you are interested in running a member of the build farm, then please visit
+the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
+We are particularly interested in unusual platforms or combinations of
+architecture, operating system and compiler.
+</p>
+<p>To see what is involved in running a buildfarm member, please
+read <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a>.
+The client code can be found at the
+<a href="http://pgfoundry.org/projects/pgbuildfarm/">project page</a> at
+<a href="http://pgfoundry.org/">PGFoundry</a>.
+</p>
+<p>The build farm software should run on all platforms that can support PostgreSQL.
+</p>
+
+ </div><!-- main -->
+ <hr />
+ <p style="text-align: center;">
+ Hosting for the PostgreSQL Buildfarm is generously
+ provided by:
+ <a href="http://www.commandprompt.com">CommandPrompt, The PostgreSQL Company</a>
+ </p>
+ </div><!-- wrapper -->
+ </body>
+</html>
+
--- /dev/null
+User-agent: *
+Disallow: /cgi-bin/
+++ /dev/null
-body {
- background: #fff;
- margin: 0;
- font-family: helvetica, trebuchet, "Lucida Grande", sans-serif;
- font-size:small
- }
-
-img { display:block; }
-img.inline { display:inline; }
-
-a img { border:none; }
-a:hover img { border: none; }
-
-#wrapper {
- margin:0 auto;
- margin-left: 5px;
-
-}
-
-#banner img { margin:6px 0; }
-
-#nav {
- float:left;
- width:780px;
- background:#fff;
- margin:0 10px 10px;
-}
-
-#nav ul {
- margin:0;
- padding:0;
- list-style:none;
-}
-
-#nav li {
- float:left;
- margin:0 .5em 0 0;
- padding:0 0 0 4px;
- background: url(/inc/b/l.png) no-repeat left top;
-}
-
-#nav li a {
- display:block;
- background:url(/inc/b/r.png) no-repeat right top;
- padding:0 11px 0 7px;
- color:#fff;
- text-decoration:none;
- line-height:20px;
-}
-
-#nav li a:hover {
- background: url(/inc/b/r.png) no-repeat 100% -20px;
- color:rgb(17,45,137);
- border: 0;
-}
-
-#nav li:hover { background: url(/inc/b/l.png) no-repeat 0% -20px; }
-
-#main {
- clear:both;
- margin:0 5px;
-}
-
-#main a {
- text-decoration: none;
- color: rgb(17,45,137);
- font-weight: bold;
- background: inherit;
-}
-
-a:hover, a:active { border-bottom: 1px dotted rgb(17,45,137); }
-p { padding: .3em 0; }
-
-table {
- font-size: small;
- border: 1px #aaa solid;
- border-right: 0;
- border-bottom: 0;
-}
-
-th, td {
- white-space: nowrap;
- border: 1px #aaa solid;
- border-top: 0;
- border-left: 0;
- padding:2px;
-}
-
-body.members td { white-space: normal; }
-
-th {
- background: #ddd;
- color: #222;
- font-size: x-small;
-}
-
-tr.alt td { background: #eef; }
-
-th.head {
- background: #666;
- color: #fff;
- text-align: center !important;
- letter-spacing: .1em;
-}
-
-.status, .detail { border-bottom: 1px #fff solid; }
-tr.last td { border-bottom: 1px #aaa solid; }
-.pass td.status, .pass td.detail { background: #6f6; }
-.warn td.status, .warn td.detail { background: #fc3; }
-.warnx td.status, .warn td.detail { background: #f99; }
-.fail td.status, .fail td.detail { background: #f66; }
-body.history th { text-align: right; }
-body.application table { margin: 0 auto; }
-body.application th { text-align: right; }
-body.application th.submit { text-align: center; }
-
-td.branch ul { list-style: none; }
-
-td.branch ul, td.branch li {
- margin: 0;
- padding: 0;
-}
-
-.opsys { color: black; }
-.compiler { color: navy; }
-.arch { color: purple; }
-
-td.flags { white-space: normal; font-size: x-small; }
-
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title>PostgreSQL BuildFarm</title>
- <link rel="icon" type="image/png" href="/elephant-icon.png" />
- <link rel="stylesheet" rev="stylesheet" href="/inc/pgbf.css" charset="utf-8" />
- <style type="text/css"><!--
- li#home a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; }
- li#home { background: url(/inc/b/l.png) no-repeat 0% -20px; }
- --></style>
- </head>
- <body class="none">
- <div id="wrapper">
- <div id="banner">
- <a href="/index.html"><img src="/inc/pgbuildfarm-banner.png" alt="PostgreSQL BuildFarm" width="800" height="73" /></a>
- <div id="nav">
- <ul>
- <li id="home"><a href="/index.html" title="PostgreSQL BuildFarm Home">Home</a></li>
- <li id="status"><a href="/cgi-bin/show_status.pl" title="Current results">Status</a></li>
- <li id="members"><a href="/cgi-bin/show_members.pl" title="Platforms tested">Members</a></li>
- <li id="register"><a href="/cgi-bin/register-form.pl" title="Join PostgreSQL BuildFarm">Register</a></li>
- <li id="pgfoundry"><a href="http://pgfoundry.org/projects/pgbuildfarm/">PGFoundry</a></li>
- </ul>
- </div><!-- nav -->
- </div><!-- banner -->
- <div id="main">
-
-<!-- html generated from index.tt -->
-<p>
-The PostgreSQL build farm is a distributed system for automatically testing
-changes in the source code for PostgreSQL as they occur, on a wide variety
-of platforms. This server is the central repository for the results of those
-tests.
-</p>
-<p>
-To see the current status of tests on various branches, check the
-<a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
-</p>
-<p>
-If you are interested in running a member of the build farm, then please visit
-the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
-We are particularly interested in unusual platforms or combinations of
-architecture, operating system and compiler.
-</p>
-<p>To see what is involved in running a buildfarm member, please
-read <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a>.
-The client code can be found at the
-<a href="http://pgfoundry.org/projects/pgbuildfarm/">project page</a> at
-<a href="http://pgfoundry.org/">PGFoundry</a>.
-</p>
-<p>The build farm software should run on all platforms that can support PostgreSQL.
-</p>
-
- </div><!-- main -->
- <hr />
- <p style="text-align: center;">
- Hosting for the PostgreSQL Buildfarm is generously
- provided by:
- <a href="http://www.commandprompt.com">CommandPrompt, The PostgreSQL Company</a>
- </p>
- </div><!-- wrapper -->
- </body>
-</html>
-
+++ /dev/null
-User-agent: *
-Disallow: /cgi-bin/