]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/downloads.html
Website update.
[ipfire.org.git] / www / templates / downloads.html
CommitLineData
60024cc8 1{% extends "base-1.html" %}
81675874 2
ab66924a
MT
3{% block title %}{{ _("Downloads") }}{% end block %}
4
60024cc8
MT
5{% block body %}
6 <div class="page-header">
7 <h1>{{ _("Download IPFire") }}</h1>
8 </div>
81675874 9
60024cc8
MT
10 <div class="row">
11 <div class="span8">
12 {% if lang == "de" %}
13 <p>
14 Lade IPFire jetzt kostenlos herunter. Klicke dazu auf den
15 untenstehenden Link um den Download zu starten oder wähle
16 eine andere Architektur oder ein anderes Imageformat.
17 </p>
18 <p>
19 Wenn du IPFire das erste mal herunterlädst, dann zögere nicht
20 es endlich auszuprobieren. Es dauert nur 15 Minuten, bis
21 diese freie Firewall-Distribution auch dein Netzwerk schützt.
22 </p>
23 {% else %}
24 <p>
25 Download IPFire now for free. Click on the link below to start
26 the download or choose an other architecture or image type.
27 </p>
28 <p>
29 If you are downloading IPFire for the first time, don't hesitate
30 to try it out. The installation process takes only 15 minutes
31 until you have got a free firewall distribution protecting your
32 network.
33 </p>
34 {% end %}
35 </div>
36
37 <div class="span4">
38 <h3>
39 <a href="/getinvolved">{{ _("Get yourself involved") }}</a>
40 </h3>
41 {% if lang == "de" %}
42 <p>
43 Wir wünschen uns von jedem, der IPFire herunterlädt sich
44 selbst in das Projekt mit einzubringen. Trete der Community
45 bei, unterstütze die Entwicklung oder <a href="/donate">spende</a>.
46 </p>
47 {% else %}
48 <p>
49 We ask everyone who downloads IPFire to contribute
50 themselves to the project. Join the community, take
51 part in the development or <a href="/donate">donate</a>.
52 </p>
53 {% end %}
81675874 54
60024cc8
MT
55 <h3>{{ _("Need help with the first steps?") }}</h3>
56 {% if lang == "de" %}
57 <p>
58 Lies die
59 <a href="http://wiki.ipfire.org/{{ lang }}/installation/start">Installationsanleitung</a>.
60 </p>
61 {% else %}
62 <p>
63 Check out the
64 <a href="http://wiki.ipfire.org/{{ lang }}/installation/start">Installation guide</a>.
65 </p>
66 {% end %}
67 </div>
68 </div>
ab66924a 69
60024cc8 70 <hr>
81675874 71
60024cc8 72 {{ modules.ReleaseItem(release, latest=True) }}
8c235120 73{% end block %}