Minor adjustments to reflect the new location
[buildfarm-server.git] / templates / index.tt
index ad99339f8c0a997d360a1b323590fc29d52a3959..d27a559fc48a6197a9e4d4c868d5158c0bd4bbba 100644 (file)
@@ -1,3 +1,10 @@
+[%#
+
+Copyright (c) 2003-2010, Andrew Dunstan
+
+See accompanying License file for license details
+
+-%]
 [%#
 
        Use this template to generate the index page, with something like:
 
 -%]
 [% WRAPPER 'page.tt' 
-       title = 'PostgreSQL BuildFarm'
+       title = 'Exim BuildFarm'
        bodyclass = 'none'
        pagebutton = 'home'
 %]
 <!-- html generated from index.tt -->
 <p>
-The PostgreSQL build farm is a distributed system for automatically testing
-changes in the source code for PostgreSQL as they occur, on a wide variety
+The Exim build farm is a distributed system for automatically testing
+changes in the source code for Exim as they occur, on a wide variety
 of platforms. This server is the central repository for the results of those
 tests.
 </p>
@@ -27,12 +34,16 @@ the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
 We are particularly interested in unusual platforms or combinations of
 architecture, operating system and compiler.
 </p>
-<p>To see what is involved in running a buildfarm member, please 
-read <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a>.
-The client code can be found at the
-<a href="http://pgfoundry.org/projects/pgbuildfarm/">project page</a> at 
-<a href="http://pgfoundry.org/">PGFoundry</a>.
-</p>
-<p>The build farm software should run on all platforms that can support PostgreSQL.
+<p>To see what is involved in running a buildfarm member, please
+<ol>
+<li> Obtain a fresh copy of the buildfarm client via <code>git clone git://git.exim.org/buildfarm-client.git</code> </li>
+     Further runs of the buildfarm client will auto-update the cloned Git repository (triggered by the <string>run_cron</strong>
+     script).
+<li> Read <a href="https://github.com/mrballcb/exim-build-farm-client/wiki/Installation">Client Installation</a> instructions.
+     For <em>updated</em> information please do <code>git clone git://git.exim.org/buildfarm-client-wiki.git</code> and check
+     the file <strong>Installation.md</strong> file.
+</li>
+</ol>
+<p>The build farm software should run on all platforms that can support Exim.
 </p>
 [% END %]