]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/index.html
Fix typo.
[ipfire.org.git] / www / templates / index.html
CommitLineData
60024cc8 1{% extends "base-1.html" %}
81675874 2
3{% block title %}{{ _("Home") }}{% end block %}
4
60024cc8 5{% block body %}
7771acea 6 <div class="pull-right hidden-phone">
60024cc8
MT
7 <a href="https://www.facebook.com/IPFire.org"><img src="{{ static_url("images/icons/social/facebook.png") }}" alt="Facebook"></a>
8 <a href="https://twitter.com/ipfire"><img src="{{ static_url("images/icons/social/twitter.png") }}" alt="Twitter"></a>
9 <a href="/news.rss"><img src="{{ static_url("images/icons/social/rss.png") }}" alt="RSS"></a>
10 </div>
940227cb 11
7771acea 12 <br style="clear: both;"><br><br><br>
940227cb 13
7771acea
MT
14 <div class="row hidden-phone">
15 <div class="span7 ac">
16 <br><br><br><br>
940227cb 17
7771acea
MT
18 <p class="lead">
19 <strong>IPFire</strong> - {{ _("An Open Source Firewall Solution") }}
20 </p>
54b8df1a 21
7771acea
MT
22 {% if latest_release %}
23 <p>
24 <strong>{{ _("Latest release") }}:</strong>
25 <a href="/download">{{ latest_release.name }}</a>
26 </p>
27 {% end %}
60024cc8 28 </div>
940227cb 29
7771acea
MT
30 <div class="span5">
31 <img src="{{ static_url("images/tux/ipfire_tux_256x256.png") }}" alt="IPFire Logo" />
32 <br><br>
33 </div>
34 </div>
35
36 <div class="row visible-phone">
37 <div class="span12 ac">
60024cc8 38 <img src="{{ static_url("images/tux/ipfire_tux_256x256.png") }}" alt="IPFire Logo" />
7771acea 39 <br><br>
940227cb 40
7771acea
MT
41 <p class="lead">
42 <strong>IPFire</strong> - {{ _("An Open Source Firewall Solution") }}
43 </p>
44
45 {% if latest_release %}
46 <p>
47 <strong>{{ _("Latest release") }}:</strong>
48 <a href="/download">{{ latest_release.name }}</a>
49 </p>
50 {% end %}
60024cc8
MT
51 </div>
52 </div>
53
54 <hr>
81675874 55
7771acea
MT
56 <p class="ac muted">
57 <strong>{{ _("New!") }}</strong>
58 {% if lang == "de" %}
59 IPFire <a href="http://wishlist.ipfire.org/">Wunschliste</a> - Die Crowdfunding-Plattform des IPFire-Projekts.
60 {% else %}
61 IPFire <a href="http://wishlist.ipfire.org">wishlist</a> - the crowd funding platform for the IPFire project.
62 {% end %}
63 </p>
64
65 <hr>
bb3da2b5
MT
66
67 <div class="row">
7771acea
MT
68 <div class="span6">
69 {% if lang == "de" %}
70 <p>
71 <strong>IPFire</strong> ist eine gehärtete Linux-Appliance-Distribution
72 mit primärem Einsatzzweck als Firewall.
73 </p>
74 <p>
75 Mit IPFire kommt eine unternehmensfähige Absicherung des Netzwerks
76 für Jedermann - vom Heimnetzwerk bis zum großen Unternehmen,
77 Schulnetzwerken und Behörden.
78 </p>
79 <p>
80 Besonderer Fokus liegt auf Sicherheit, Stabilität und einfache Benutzbarkeit.
a6aa121c 81 Das nachinstallieren von zusätzlichen Funktionen geht mit nur einem Klick.
7771acea
MT
82 </p>
83 {% else %}
84 <p>
85 <strong>IPFire</strong> is a hardened Linux appliance distribution
86 designed for use as a firewall.
87 </p>
88 <p>
89 It offers corporate-level network protection for anyone who needs it,
90 from home users all the way up to large corporations, school networks
91 and authorities.
92 </p>
93 <p>
94 IPFire focusses on security, stability and ease of use.
95 A variety of add-ons can be installed with a single click, to
96 add more features to the base system.
97 </p>
98 {% end %}
99
100 <br>
101
102 <div class="well">
103 <h4>{{ _("What's new?") }}</h4>
104
105 <ul class="unstyled">
106 {% for item in latest_news %}
107 <li>
108 [{{ locale.format_date(item.date, relative=True, shorter=True) }}] &dash;
109 <a href="/news/{{ item.slug }}">{{ item.title }}</a>
110 </li>
111 {% end %}
112 </ul>
113 </div>
114 </div>
115
116 <div class="span6 objectives">
117 <img class="icon pull-left" src="{{ static_url("images/icons/security.png") }}" alt="{{ _("Security") }}" />
118 <h4>{{ _("Security") }}</h4>
119
120 {% if lang == "de" %}
121 <p>
122 Das wichtigste: Sicherheits- updates werden
123 regelmäßig und zügig bereitgestellt.
124 </p>
125 {% else %}
126 <p>
127 As the most important issue: Security updates
128 are deployed regularly and promptly.
129 </p>
130 {% end %}
131
bb3da2b5 132 <hr>
7771acea
MT
133
134 <img class="icon pull-left" src="{{ static_url("images/icons/flexibility.png") }}" alt="{{ _("Flexibility") }}" />
135 <h4>{{ _("Flexibility") }}</h4>
136
137 {% if lang == "de" %}
138 <p>
139 IPFire ist ein schlankes System, welches leicht durch
140 zusätzliche Funktionen erweitert werden kann.
141 </p>
142 {% else %}
143 <p>
144 IPFire is a very small system and can be easily
145 customized with additional functions.
146 </p>
bb3da2b5 147 {% end %}
7771acea
MT
148
149 <hr>
150
151 <img class="icon pull-left" src="{{ static_url("images/icons/community.png") }}" alt="{{ _("Community") }}" />
152 <h4>{{ _("Open Source") }}</h4>
153
154 {% if lang == "de" %}
155 <p>
156 IPFire ist freie Software, welche von einer offenen
157 Community tagtäglich verbessert wird.
158 </p>
159 {% else %}
160 <p>
161 IPFire is free software and developed by an open community,
162 that makes IPFire better every single day.
163 </p>
164 {% end %}
165
166 <hr>
167
168 <p class="ac">
169 <a href="/features">{{ _("Read more") }} &raquo;</a>
170 </p>
bb3da2b5
MT
171 </div>
172 </div>
81675874 173{% end block %}