]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/index.html
fireinfo: Some design fixes for ARM.
[people/shoehn/ipfire.org.git] / www / templates / index.html
CommitLineData
940227cb 1{% extends "base-2.html" %}
81675874 2
3{% block title %}{{ _("Home") }}{% end block %}
4
5{% block content %}
7ff3de8a 6 <h3>IPFire - {{ _("An open source firewall solution") }}</h3>
940227cb 7 {% if lang == "de" %}
3e5f297c 8 <p>
54b8df1a
MT
9 <strong>IPFire</strong> ist eine Server-Distribution mit primärem Einsatzzweck
10 als Firewall mit besonderer Sicherheit. Ebenso ist IPFire sehr flexibel
11 und skaliert hervorragend von kleinen bis mitteleren Unternehmensnetzwerken,
12 Heimnetzen, Behörden und Schulen.
940227cb
MT
13 </p>
14 {% else %}
15 <p>
54b8df1a
MT
16 <strong>IPFire</strong> is a server distribution which primary function
17 is a firewall bundled with strong security. It focuses on
18 flexibility as well and scales from small to middle sized business
19 networks, home networks, authorities and schools.
940227cb
MT
20 </p>
21 {% end %}
22
23 <br class="clear" />
24
940227cb
MT
25 <table class="blocks">
26 <tr>
27 <td class="block block1">
3145fa5d
MT
28 <img src="{{ static_url("images/icons/security.png") }}" alt="{{ _("Security") }}" />
29 <br class="clear" />
940227cb 30 <span>{{ _("Security") }}</span>
d9dec379
MT
31 {% if lang == "de" %}
32 <p>
54b8df1a
MT
33 Die oberste Priorität ist die Sicherheit des Sys- tems.
34 Sicherheitsupdates werden regelmäßig und
27066195 35 zügig verteilt.
d9dec379
MT
36 </p>
37 {% else %}
38 <p>
39 As the most important issue: Security updates
27066195 40 are deployed regularly and promptly.
d9dec379
MT
41 </p>
42 {% end %}
940227cb
MT
43 <a href="/about#security">{{ _("Learn more.") }}</a>
44 </td>
45 <td class="block block2">
3145fa5d
MT
46 <img src="{{ static_url("images/icons/flexibility.png") }}" alt="{{ _("Flexibility") }}" />
47 <br class="clear" />
940227cb 48 <span>{{ _("Flexibility") }}</span>
d9dec379
MT
49 {% if lang == "de" %}
50 <p>
54b8df1a
MT
51 IPFire ist ein schlankes System (Image ca. 60 MB),
52 welches ganz leicht durch zusätzliche Funk- tionen erweitert
53 werden kann.
d9dec379
MT
54 </p>
55 {% else %}
56 <p>
54b8df1a
MT
57 IPFire is a very small system (install image is about 60MB)
58 and can be easily customized with additional functions.
d9dec379
MT
59 </p>
60 {% end %}
940227cb
MT
61 <p>
62 <a href="/about#concept">{{ _("Learn more.") }}</a>
63 </p>
64 </td>
65 <td class="block block3">
3145fa5d
MT
66 <img src="{{ static_url("images/icons/community.png") }}" alt="{{ _("Community") }}" />
67 <br class="clear" />
54b8df1a 68 <span>{{ _("Open Source") }}</span>
d9dec379
MT
69 {% if lang == "de" %}
70 <p>
54b8df1a
MT
71 IPFire ist freie Software, welche von einer offenen
72 Community tagtäglich verbessert wird.
d9dec379
MT
73 </p>
74 {% else %}
75 <p>
54b8df1a
MT
76 IPFire is free software and developed by an open community,
77 that makes IPFire better every single day.
d9dec379
MT
78 </p>
79 {% end %}
940227cb 80 <p>
3145fa5d 81 <a href="/about#itsfree">{{ _("Get involved.") }}</a>
940227cb
MT
82 </p>
83 </td>
84 </tr>
85 </table>
86
54b8df1a
MT
87 <br class="clear" />
88
89 {% if lang == "de" %}
90 <p>
91 Das sehr minimalistische, gehärtete System ist höchst anpassungsfähig und
92 schnell zu konfigurieren. Mit nur einem Klick können kostenlos zusätzliche
93 Funktionen nachinstalliert werden, was IPFire grundsätzlich von
94 seinen Konkurrenten in Sachen einfacher Wartung und Funktionsvielfalt
95 abgrenzt.
96 </p>
97 <p>
98 Dabei ist IPFire, da es auf dem Linux-Kernel basiert, äußerst
99 leistungsstark und sicher, um auch in großen Umgebungen betrieben werden
100 zu können.
101 </p>
102 {% else %}
103 <p>
104 IPFire is a minimal, hardened system which distinguishes itself by being
105 very customizable and the possibility to install additional features with
106 only a single click for free. It is very easy to install and maintain.
107 </p>
108 <p>
109 Based on the Linux kernel, IPFire has got a lot of performance and
110 is very secure that it can be used in large environments.
111 </p>
112 {% end %}
113
940227cb
MT
114 <p class="links">
115 {{ _("Quick links") }} &bull;
116 <a href="/about">{{ _("About IPFire") }}</a>
45121846
MT
117 &bull;
118 <a href="http://wiki.ipfire.org/" target="_blank">{{ _("wiki") }}</a>
119 &bull;
120 <a href="http://forum.ipfire.org/" target="_blank">{{ _("forum") }}</a>
940227cb
MT
121 </p>
122
27066195 123 <div class="line"></div>
940227cb
MT
124
125 {% for item in latest_news %}
126 {{ modules.NewsItem(item) }}
127 {% end %}
128
57a86240
MT
129 <div class="line"></div>
130
131 {% for item in recent_planets %}
132 <strong>{{ _("Have you already seen?") }}</strong>
133 <a href="http://planet.ipfire.org/user/{{ item.author.uid }}">{{ item.author.cn }}</a>
134 {{ _("talks about") }}
135 <a href="http://planet.ipfire.org/post/{{ item.slug }}">{{ item.title }}</a>
136 {{ _("on the IPFire planet.") }}
940227cb 137 {% end %}
940227cb 138
57a86240 139 <br class="clear" />
940227cb
MT
140 <br class="clear" />
141
81675874 142 <p class="right">
940227cb
MT
143 <a class="feed" href="/news.rss">{{ _("Subscribe to the latest news of IPFire") }} (RSS)</a>
144 &bull;
145 <a href="/news">{{ _("All posts") }} &gt;&gt;</a>
81675874 146 </p>
147{% end block %}
148
149{% block sidebar %}
150 {{ modules.SidebarRelease() }}
940227cb 151 {{ modules.SidebarBanner() }}
81675874 152{% end block %}