mv templates/default-index.html modules/apache2/templates/
[mirror/dsa-puppet.git] / modules / apache2 / templates / default-index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4    <TITLE>Welcome to <%= hostname %>!</TITLE>
5 </HEAD>
6 <BODY>
7
8 <H1>Welcome to <%= hostname %>!</H1>
9
10 This is <%= hostname %>, a system run by and for the <a href="http://www.debian.org/">Debian Project</a>.
11 She does stuff.
12 What kind of stuff and who our kind sponsors are you might learn on
13 <a href="http://db.debian.org/machines.cgi?host=<%= hostname %>">db.debian.org</a>.
14 <% if hostname == "saens" -%>
15 <p>
16 This host used to be ftp.debian.org (just another
17 mirror, not the master site - that is ftp-master.debian.org) a long
18 time ago.
19 <p>
20 As of May 2009 it is part of <a href="http://security.debian.org/">security(.us).debian.org</a>,
21 serving the security archive.
22 <p>
23 For a list of mirrors of the main debian archive please visit the
24 Debian website at <a href="http://www.debian.org/mirror/list">http://www.debian.org/mirror/list</a>.
25 <% end -%>
26
27 <P>
28 <HR NOSHADE />
29 <FONT size="-1">DSA</FONT>
30
31 </BODY>
32 </HTML>