@cryptotaxi247 / infra / commits / d5fa66bd

Documents for the root at buildfarm.st.ewi.tudelft.nl

svn path=/configurations/trunk/tud/; revision=8240

Martin Bravenboer committed Mar 6, 2007 at 16:15 UTC d5fa66bdecb47a7d9482b5127ae52b420cb52be4
3 files changed +85
webroot/delft-farm.jpg
Binary files /dev/null and b/webroot/delft-farm.jpg differ
webroot/index.html new
+85
@@ -0,0 +1,85 @@
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +
3 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 +
5 +<html xmlns="http://www.w3.org/1999/xhtml">
6 + <head>
7 + <title>Release Index</title>
8 +
9 + <style type="text/css">
10 + h1 {
11 + color: #6185a0;
12 + }
13 +
14 + body {
15 + padding : 1em;
16 + }
17 +
18 + table.service {
19 + border : 3px solid #5F73A8;
20 + margin-bottom: 2em;
21 + }
22 +
23 + table.service td {
24 + padding : 1em;
25 + }
26 +
27 + table.service p {
28 + font-size: 115%;
29 + }
30 +
31 + table.service img {
32 + border:none;
33 + }
34 +
35 + h2 {
36 + color: #6185a0;
37 + font-size: 170%;
38 + }
39 + </style>
40 + </head>
41 + <body>
42 + <h1>Where do you want to go?</h1>
43 +
44 + <table class="service">
45 + <tr>
46 + <td>
47 + <a href="releases">
48 + <img alt="Delft Farm" src="delft-farm.jpg" width="162px" class="service" align="top"/>
49 + </a>
50 + </td>
51 + <td>
52 + <h2>Nix Buildfarm</h2>
53 +
54 + <p>
55 + The Nix Buildfarm of the TU Delft Software Engineering
56 + Research Group continuosly builds a wide range of software
57 + developed by the group and externally. The release indices
58 + list the unstable and stable distributions constructed by
59 + the Nix Buildfarm.
60 + </p>
61 + </td>
62 + </tr>
63 + </table>
64 +
65 + <table class="service">
66 + <tr>
67 + <td>
68 + <a href="repoman">
69 + <img alt="Subversion Logo" src="subversion.png" class="service" align="top"/>
70 + </a>
71 + </td>
72 + <td>
73 + <h2>Subversion</h2>
74 + <p>
75 + The Subversion server of the TU Delft Software Engineering
76 + Research Group hosts the source code of projects developed
77 + by staff members and master students. Software produced by
78 + our group can be checked out directly, if repositories are
79 + public.
80 + </p>
81 + </td>
82 + </tr>
83 + </table>
84 + </body>
85 +</html>
\ No newline at end of file
webroot/subversion.png
Binary files /dev/null and b/webroot/subversion.png differ