3 Use this template to generate the index page, with something like:
5 tpage index.tt > ../htdocs/index.html
9 title = 'PostgreSQL BuildFarm'
13 <!-- html generated from index.tt -->
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
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>.
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.
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>.
36 <p>The build farm software should run on all platforms that can support PostgreSQL.