Initial import for public release...
[archweb_dev-nj.git] / templates / public / download.html
blobbe840d3a68bc99d873cf5e3b2f04fbeb1b6ef599
1 {% extends "base.html" %}
3 {% block content %}
4 <div class="box">
5 <h2 class="title">Buy A CD</h2>
6 CDs are available for purchase from OSDisc.com. For each CD purchased, a
7 portion of the money goes to the Arch Linux Project.<br /><br />
8 <div style="text-align:center">
9 <a href="http://www.osdisc.com/cgi-bin/distro/index.cgi?distro=archlinux">Click here to purchase a CD</a>
10 </div>
11 <br /><br />
13 <h2 class="title">BitTorrent Download</h2>
14 <br /><br />
15 <div style="text-align:center">
16 <h3>Download with BitTorrent</h3>
17 If you can spare the bytes, please leave the BT client
18 open after your<br /> download is finished, so you can seed it back to others.<br />
19 <br />
20 <table class="center" cellspacing="10">
21 <tr>
22 <th>&nbsp;</th>
23 <th>CORE</th>
24 <th>FTP Install</th>
25 </tr>
26 <tr>
27 <td>i686:</td>
28 <td>
29 <a href="ftp://ftp.archlinux.org/iso/2007.08/i686/Archlinux-i686-2007.08-2.core.iso.torrent">
30 2007.08-2
31 </a>
32 </td>
33 <td>
34 <a href="ftp://ftp.archlinux.org/iso/2007.08/i686/Archlinux-i686-2007.08-2.ftp.iso.torrent">
35 2007.08-2
36 </a>
37 </td>
38 </tr><tr>
39 <td>x86_64:</td>
40 <td>
41 <a href="ftp://ftp.archlinux.org/iso/2007.08/x86_64/Archlinux-x86_64-2007.08-2.core.iso.torrent">
42 2007.08-2
43 </a>
44 </td>
45 <td>
46 <a href="ftp://ftp.archlinux.org/iso/2007.08/x86_64/Archlinux-x86_64-2007.08-2.ftp.iso.torrent">
47 2007.08-2
48 </a>
49 </td>
50 </tr>
51 </table>
52 </div>
53 <br /><br />
55 <h2 class="title">HTTP/FTP Download</h2>
56 <br /><br />
57 <div style="text-align:center">
58 <h3>Download with HTTP/FTP</h3>
59 In addition to the BitTorrent links above, ISO images can also be downloaded <br /> via HTTP/FTP from the /iso/ sub-directory of mirror sites listed below.<br />
60 <br /><br />
61 <h3>Mirror Sites</h3>
62 <table class="center" cellspacing="10">
63 {% for mirror in mirrors %}
64 <tr>
65 <td style="text-align:left"><a href="{{ mirror.url }}">{{ mirror.domain }}</a></td>
66 <td style="text-align:right">{{ mirror.country }}</td>
67 </tr>
68 {% endfor %}
69 </table>
70 </div>
71 </div>
72 <br /><br />
73 {% endblock %}