062731ee949fe67ec01ba493988309035eee49b1
[mirror/dsa-puppet.git] / modules / roles / templates / syncproxy / syncproxy.debian.org-index.html.erb
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4    <TITLE>Welcome to <%= syncproxy_name %>!</TITLE>
5 </HEAD>
6 <BODY>
7
8 <H1>Welcome to <%= syncproxy_name %>!</H1>
9
10 This is <%= syncproxy_name %>, a syncproxy run by and for the <a
11 href="https://www.debian.org/">Debian Project</a> to aid in mirroring
12 our software.  Consult <a href="https://www.debian.org/mirror/">the
13 mirrors section of the Debian website</a> for more information.
14
15 <p>
16 This syncproxy contains copies of the following archives.
17
18 <ul>
19 <%=
20 lines = []
21 %w{debian debian-debug debian-ports debian-security}.each do |archive|
22   varname = 'has_srv_mirrors_' + archive.gsub(/[\/-]/,'_')
23   if has_variable?(varname) and (eval(varname)) == 'true'
24     lines << "<li>#{archive} [<a href=\"/#{archive}/project/trace/\">trace directory</a>]</li>"
25   end
26 end
27 lines.join("\n")
28 %>
29 </ul>
30
31
32 <p>
33 Please contact the Debian mirrors team for rsync access if your
34 mirror should become a push primary mirror (see the documenation).
35
36 <P>
37 <HR NOSHADE />
38 <FONT size="-1">Debian mirrors team</FONT>
39
40 </BODY>
41 </HTML>