37545f27a9d8a7d432567512079a18dd96729f79
[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>
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 id="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="members"><a href="/cgi-bin/show_members.pl" title="Platforms tested">Members</a></li>
23     <li id="register"><a href="/register.html" title="Join PostgreSQL BuildFarm">Register</a></li>
24     <li id="pgfoundry"><a href="http://pgfoundry.org/projects/pgbuildfarm/">PGFoundry</a></li>
25 </ul>
26 </div><!-- nav -->
27 </div><!-- banner -->
28 <div id="main">
29 <p>
30 The PostgreSQL build farm is a distributed system for automatically testing
31 changes in the source code for PostgreSQL as they occur, on a wide variety
32 of platforms. This server is the central repository for the results of those
33 tests.
34 </p>
35 <p>
36 To see the current status of tests on various branches, check the
37 <a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
38 </p>
39 <p>
40 If you are interested in running a member of the build farm, then please visit
41 the <a href="/register.html" title="Register">Registration Page</a>.
42 We are particularly interested in unusual platforms or combinations of
43 architecture, operating system and compiler.
44 </p>
45 <p>To see what is involved in running a buildfarm member, please visit the
46 <a href="http://pgfoundry.org/projects/pgbuildfarm/">project page</a> at 
47 <a href="http://pgfoundry.org/">PGFoundry</a> and
48 especially read the 
49 <a href="http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt">HowTo documentation</a>.
50 </p>
51 <p>The build farm software should run on all platforms that can support PostgreSQL.
52 </p>
53 </div><!-- main -->
54 <hr />
55 <p style="text-align: center;">
56 Hosting for the PostgreSQL Buildfarm is generously 
57 provided by: 
58 <a href="http://www.commandprompt.com">CommandPrompt, 
59 The PostgreSQL Company</a>
60 </p>
61 </div><!-- wrapper -->
62 </body>
63 </html>