]> git.ipfire.org Git - ipfire.org.git/blame - templates/static/features.html
Fix/simplify locale selection.
[ipfire.org.git] / templates / static / features.html
CommitLineData
60024cc8 1{% extends "../base-feature.html" %}
1b75294e 2
60024cc8 3{% block title %}{{ _("About IPFire") }}{% end block %}
1b75294e 4
60024cc8
MT
5{% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("About IPFire") }}</h1>
1b75294e 8 </div>
1b75294e 9
60024cc8
MT
10 <div class="row">
11 <div class="span5 offset2">
12 <img src="{{ static_url("images/tux/ipfire_tux_512x512.png") }}" alt="IPFire Logo" />
13 </div>
1b75294e 14 </div>
1b75294e 15
60024cc8 16 <hr>
1b75294e 17
60024cc8
MT
18 <div class="row">
19 <div class="span9">
1b75294e 20 {% if lang == "de" %}
60024cc8
MT
21 <p>
22 <strong>IPFire</strong> wurde mit Augenmerk auf Modularität und einem hohen
23 Level an Flexibilität entwickelt. Es ist kinderleicht verschiedene Konfigurationen
24 zu installieren, wie zum Beispiel eine Firewall, einen Proxy-Server oder ein
25 VPN-Gateway.
26 Das modulare Design stellt sicher, dass nur exakt die Module laufen, die auch
27 benötigt werden und nichts weiter.
321e67c1
MT
28 Erweiterungen und Updates lasses sich durch einen Paketmanager einfach
29 verwalten und aktualisieren.
60024cc8
MT
30 </p>
31 <p>
32 Das IPFire Entwicklerteam ist sich im Klaren, dass Sicherheit von Anwendungsfall
33 zu Anwendungsfall ganz verschieden aussehen kann und sich auch über die Zeit
34 verändert.
35 Für diesen Fall erlaubt die Modularität und Flexibilität eine einfache
a93a1a7c 36 Integration in jede bestehende Sicherheitsarchitektur.
60024cc8
MT
37 Nicht zu vergessen ist, dass Einfachheit in der Bedienung eine
38 Schlüsseleigenschaft ist.
321e67c1
MT
39 Wenn all dies im Moment ein wenig viel klingt, so ist ein sinnvoller
40 Einsatz von IPFire schon sofort nach der Installation möglich.
60024cc8
MT
41 </p>
42 <p>
43 <em>
44 Die Links in der Sidebar zeigen, was mit IPFire alles möglich ist
45 und sind einen genaueren Blick wert.
46 </em>
47 </p>
1b75294e 48 {% else %}
60024cc8
MT
49 <p>
50 <strong>IPFire</strong> was designed with both modularity and a high-level of
51 flexibility in mind. You can easily deploy many variations of it, such as a firewall,
52 a proxy server or a VPN gateway.
53 The modular design ensures that it runs exactly what you've configured it for and
54 nothing more. Everything is simple to manage and update through the package manager,
55 making maintenance a breeze.
56 </p>
57 <p>
58 The IPFire development team understands that security means different things to
59 different people and certainly can change over time.
60 The fact that IPFire is modular and flexible make it perfect for integrating
61 into any existing security architecture.
62 Don't forget that ease-of-use is a key principle.
63 If all this sounds a little too much for you, IPFire comes with great default
64 settings out-of-the-box, meaning it's a snap to get going quickly!
65 </p>
66 <p>
67 <em>
68 Above are some links that we encourage you to click through.
69 Please take a look at all of the features and possibilities
70 which IPFire offers for your network.
71 </em>
72 </p>
73 {% end %}
74 </div>
1b75294e
MT
75 </div>
76{% end block %}