2ee6380193a2d436f3b9697a2d6ae0282294402a
[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>PostgreSQL BuildFarm</title>
7     <link rel="icon" type="image/png" href="/elephant-icon.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/pgbuildfarm-banner.png" alt="PostgreSQL BuildFarm" width="800" height="73" /></a>
18         <div class="nav">
19           <ul>
20             <li id="home"><a href="/index.html" title="PostgreSQL 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 PostgreSQL BuildFarm">Register</a></li>
25             <li id="github"><a href="https://github.com/PGBuildFarm/client-code">GitHub</a></li>
26             <li id="lists"><a href="http://pgfoundry.org/mail/?group_id=1000040">Email lists and status archives</a></li>
27           </ul>
28         </div><!-- nav -->
29       </div><!-- banner -->
30       <div class="main">
31         
32 <!-- html generated from index.tt -->
33 <p>
34 The PostgreSQL build farm is a distributed system for automatically testing
35 changes in the source code for PostgreSQL as they occur, on a wide variety
36 of platforms. This server is the central repository for the results of those
37 tests.
38 </p>
39 <p>
40 To see the current status of tests on various branches, check the
41 <a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
42 </p>
43 <p>
44 If you are interested in running a member of the build farm, then please visit
45 the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
46 We are particularly interested in unusual platforms or combinations of
47 architecture, operating system and compiler.
48 </p>
49 <p>To see what is involved in running a buildfarm member, please 
50 read <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a>.
51 The client code can be found at the
52 <a href="https://http://www.pgbuildfarm.org/downloads/">downloads page</a>.
53 </p>
54 <p>The build farm software should run on all platforms that can support PostgreSQL.
55 </p>
56
57       </div><!-- main -->
58       <hr />
59       <p style="text-align: center;">
60         Hosting for the PostgreSQL Buildfarm is generously 
61         provided by: 
62         <a href="http://www.commandprompt.com">CommandPrompt, The PostgreSQL Company</a>
63       </p>
64     </div><!-- wrapper -->
65   </body>
66 </html>
67