@cryptotaxi247 / infra / commits / e944a813

Remove old webroot for buildfarm.st.ewi.tudelft.nl

Eelco Dolstra committed Oct 17, 2020 at 22:39 UTC e944a813c22bfb1a0759d0238dbe08d4da2667ef
5 files changed -100
delft/webroot/delft-farm.jpg
Binary files a/delft/webroot/delft-farm.jpg and /dev/null differ
delft/webroot/index.html deleted
-94
@@ -1,94 +0,0 @@
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 - font-size: 170%;
13 - }
14 -
15 - body {
16 - padding : 1em;
17 - }
18 -
19 - table.service {
20 - border : 3px solid #5F73A8;
21 - margin-top: 1em;
22 - margin-bottom: 1em;
23 - }
24 -
25 - table.service td {
26 - padding : 1em;
27 - }
28 -
29 - table.service img {
30 - border:none;
31 - }
32 -
33 - h2 {
34 - color: #6185a0;
35 - font-size: 150%;
36 - }
37 -
38 - p.footer {
39 - font-size : 80%;
40 - text-align: right;
41 - }
42 -
43 - p.footer a {
44 - color : #6185a0;
45 - }
46 - </style>
47 - </head>
48 - <body>
49 - <h1>Where do you want to go?</h1>
50 -
51 - <table class="service">
52 - <tr>
53 - <td>
54 - <a href="http://hydra.nixos.org/">
55 - <img alt="Delft Farm" src="delft-farm.jpg" width="162px" class="service" align="top"/>
56 - </a>
57 - </td>
58 - <td valign="top">
59 - <h2>Nix Buildfarm</h2>
60 -
61 - <p>
62 - The Nix Buildfarm of the TU Delft Software Engineering
63 - Research Group continuously builds a wide range of
64 - software developed by the group and externally.
65 - </p>
66 - </td>
67 - </tr>
68 - </table>
69 -
70 - <table class="service">
71 - <tr>
72 - <td>
73 - <a href="repoman">
74 - <img alt="Subversion Logo" src="subversion.png" class="service" align="top"/>
75 - </a>
76 - </td>
77 - <td valign="top">
78 - <h2>Subversion</h2>
79 - <p>
80 - The Subversion server of the TU Delft Software Engineering
81 - Research Group hosts the source code of projects developed
82 - by staff members and master students. Software produced by
83 - our group can be checked out directly, if repositories are
84 - public.
85 - </p>
86 - </td>
87 - </tr>
88 - </table>
89 -
90 - <p class="footer">
91 - Administrator: <a href="mailto:e.dolstra@tudelft.nl">Eelco Dolstra</a>
92 - </p>
93 - </body>
94 -</html>
delft/webroot/robots.txt deleted
-6
@@ -1,6 +0,0 @@
1 -User-agent: *
2 -Disallow: /viewcvs
3 -Disallow: /viewvc
4 -Disallow: /repos
5 -Disallow: /repos-xml
6 -Disallow: /svnweb
delft/webroot/serg-logo.png
Binary files a/delft/webroot/serg-logo.png and /dev/null differ
delft/webroot/subversion.png
Binary files a/delft/webroot/subversion.png and /dev/null differ