b3dba345a2b94150df87a5a541487521ca4abd87
[buildfarm-server.git] / htdocs / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4   <head>
5     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6     <title>Exim BuildFarm</title>
7     <link rel="icon" type="image/png" href="/exim-blue-ld-60x60.png" />
8     <link rel="stylesheet" rev="stylesheet" href="/inc/pgbf.css" charset="utf-8" />
9     <style type="text/css"><!--
10         li#home a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; } 
11         li#home { background: url(/inc/b/l.png) no-repeat 0% -20px; }
12     --></style>
13   </head>
14   <body class="none">
15     <div id="wrapper">
16       <div id="banner">
17         <a href="/index.html"><img src="/inc/eximbuildfarm-banner.png" alt="Exim BuildFarm" width="800" height="73" /></a>
18         <div class="nav">
19           <ul>
20             <li id="home"><a href="/index.html" title="Exim BuildFarm Home">Home</a></li>
21             <li id="status"><a href="/cgi-bin/show_status.pl" title="Current results">Status</a></li>
22             <li id="failures"><a href="/cgi-bin/show_failures.pl" title="Recent Failures">Failures</a></li>
23             <li id="members"><a href="/cgi-bin/show_members.pl" title="Platforms tested">Members</a></li>
24             <li id="register"><a href="/cgi-bin/register-form.pl" title="Join Exim BuildFarm">Register</a></li>
25             <li id="github"><a href="https://github.com/mrballcb/exim-build-farm-client">GitHub</a></li>
26             <!--
27             <li id="lists"><a href="http://pgfoundry.org/mail/?group_id=1000040">Email lists and status archives</a></li>
28             -->
29           </ul>
30         </div><!-- nav -->
31       </div><!-- banner -->
32       <div class="main">
33         <p>
34           <strong>WARNING:</strong> Server and client are still considered beta level; still designing/adapting, so expect rapid fluctuation.
35         </p>
36       </div>
37       <div class="main">
38         
39 <!-- html generated from index.tt -->
40 <p>
41 The Exim build farm is a distributed system for automatically testing
42 changes in the source code for Exim as they occur, on a wide variety
43 of platforms. This server is the central repository for the results of those
44 tests.
45 </p>
46 <p>
47 To see the current status of tests on various branches, check the
48 <a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
49 </p>
50 <p>
51 If you are interested in running a member of the build farm, then please visit
52 the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
53 We are particularly interested in unusual platforms or combinations of
54 architecture, operating system and compiler.
55 </p>
56 <p>To see what is involved in running a buildfarm member, please read the
57 <a href="https://github.com/mrballcb/exim-build-farm-client/wiki/Installation">Client Installation</a>instructions.
58 Per the instructions, the client code should be checked out with git and
59 run using the <strong>run_cron.sh</strong> wrapper script.  This will allow
60 auto-update of itself when changes are made to the Exim Build Farm Client
61 software.
62 </p>
63 <p>The build farm software should run on all platforms that can support Exim.
64 </p>
65
66       </div><!-- main -->
67       <hr />
68       <p style="text-align: center;">
69         The build farm client and server is derived from the excellent
70         <a href="http://buildfarm.postgresql.org">PostgreSQL Build Farm</a>.
71       </p>
72       <p style="text-align: center;">
73         Hosting for the Exim Buildfarm is provided by: 
74         <a href="http://www.mrball.net">Todd Lyons</a>
75       </p>
76     </div><!-- wrapper -->
77   </body>
78 </html>
79