undo reorganization
[buildfarm-server.git] / trunk / templates / index.tt
1 [%#
2
3         Use this template to generate the index page, with something like:
4
5                 tpage index.tt > ../htdocs/index.html
6
7 -%]
8 [% WRAPPER 'page.tt' 
9         title = 'PostgreSQL BuildFarm'
10         bodyclass = 'none'
11         pagebutton = 'home'
12 %]
13 <!-- html generated from index.tt -->
14 <p>
15 The PostgreSQL build farm is a distributed system for automatically testing
16 changes in the source code for PostgreSQL as they occur, on a wide variety
17 of platforms. This server is the central repository for the results of those
18 tests.
19 </p>
20 <p>
21 To see the current status of tests on various branches, check the
22 <a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
23 </p>
24 <p>
25 If you are interested in running a member of the build farm, then please visit
26 the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
27 We are particularly interested in unusual platforms or combinations of
28 architecture, operating system and compiler.
29 </p>
30 <p>To see what is involved in running a buildfarm member, please 
31 read <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a>.
32 The client code can be found at the
33 <a href="http://pgfoundry.org/projects/pgbuildfarm/">project page</a> at 
34 <a href="http://pgfoundry.org/">PGFoundry</a>.
35 </p>
36 <p>The build farm software should run on all platforms that can support PostgreSQL.
37 </p>
38 [% END %]