Sponsor compiler_version
[buildfarm-server.git] / templates / page.tt
index 47ca551e83213660a5609ce2761da1facaf7713e..00f7409652d3510cf9e02fef21b80b48953bc316 100644 (file)
@@ -1,6 +1,7 @@
 [%#
 
 Copyright (c) 2003-2010, Andrew Dunstan
+Copyright (c) 2022, The Exim Maintainers
 
 See accompanying License file for license details
 
@@ -11,7 +12,7 @@ See accompanying License file for license details
   <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     <title>[% title %]</title>
-    <link rel="icon" type="image/png" href="/elephant-icon.png" />
+    <link rel="icon" type="image/png" href="/exim-blue-ld-60x60.png" />
     <link rel="stylesheet" rev="stylesheet" href="/inc/pgbf.css" charset="utf-8" />
     <style type="text/css"><!--
        li#[% pagebutton %] a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; } 
@@ -21,27 +22,37 @@ See accompanying License file for license details
   <body class="[% bodyclass %]">
     <div id="wrapper">
       <div id="banner">
-        <a href="/index.html"><img src="/inc/pgbuildfarm-banner.png" alt="PostgreSQL BuildFarm" width="800" height="73" /></a>
+        <a href="/index.html"><img src="/inc/eximbuildfarm-banner.png" alt="Exim BuildFarm" width="800" height="73" /></a>
         <div class="nav">
           <ul>
-           <li id="home"><a href="/index.html" title="PostgreSQL BuildFarm Home">Home</a></li>
+           <li id="home"><a href="/index.html" title="Exim BuildFarm Home">Home</a></li>
            <li id="status"><a href="/cgi-bin/show_status.pl" title="Current results">Status</a></li>
            <li id="failures"><a href="/cgi-bin/show_failures.pl" title="Recent Failures">Failures</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="github"><a href="https://github.com/PGBuildFarm/client-code">GitHub</a></li>
+           <li id="register"><a href="/cgi-bin/register-form.pl" title="Join Exim BuildFarm">Register</a></li>
+           <!--
+           <li id="github"><a href="https://github.com/mrballcb/exim-build-farm-client">GitHub</a></li>
            <li id="lists"><a href="http://pgfoundry.org/mail/?group_id=1000040">Email lists and status archives</a></li>
+            -->
           </ul>
         </div><!-- nav -->
       </div><!-- banner -->
+      <div class="main">
+        <p>
+          <strong>WARNING:</strong> Server and client are still considered beta level; still designing/adapting, so expect rapid fluctuation.
+        </p>
+      </div>
       <div class="main">
         [% content %]
       </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>
+       The build farm client and server is derived from the excellent
+       <a href="http://buildfarm.postgresql.org">PostgreSQL Build Farm</a>.
+      </p>
+      <p style="text-align: center;">
+       Hosting for the Exim BuildFarm is provided by: 
+       <a href="https://www.mythic-beasts.com/">Mythic Beasts Ltd</a>
       </p>
     </div><!-- wrapper -->
   </body>