2d5af1ea85631184cf507e26a4073c6ff4030532
[buildfarm-server.git] / templates / index.tt
1 [%#
2
3 Copyright (c) 2003-2010, Andrew Dunstan
4
5 See accompanying License file for license details
6
7 -%]
8 [%#
9
10         Use this template to generate the index page, with something like:
11
12                 tpage index.tt > ../htdocs/index.html
13
14 -%]
15 [% WRAPPER 'page.tt' 
16         title = 'Exim BuildFarm'
17         bodyclass = 'none'
18         pagebutton = 'home'
19 %]
20 <!-- html generated from index.tt -->
21 <p>
22 The Exim build farm is a distributed system for automatically testing
23 changes in the source code for Exim as they occur, on a wide variety
24 of platforms. This server is the central repository for the results of those
25 tests.
26 </p>
27 <p>
28 To see the current status of tests on various branches, check the
29 <a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
30 </p>
31 <p>
32 If you are interested in running a member of the build farm, then please visit
33 the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
34 We are particularly interested in unusual platforms or combinations of
35 architecture, operating system and compiler.
36 </p>
37 <p>To see what is involved in running a buildfarm member, please read the 
38 <a href="https://github.com/mrballcb/exim-build-farm-client/wiki/Installation">Client Installation</a> instructions.
39 Per the instructions, the client code should be checked out with git and
40 run using the <strong>run_cron.sh</strong> wrapper script.  This will allow
41 auto-update of itself when changes are made to the Exim Build Farm Client
42 software.
43 </p>
44 <p>The build farm software should run on all platforms that can support Exim.
45 </p>
46 [% END %]