]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/static/features.html
49b8d97b5faed33dfa4178ffc2ff6bdb561af0c0
[ipfire.org.git] / www / templates / static / features.html
1 {% extends "../base-feature.html" %}
2
3 {% block title %}{{ _("About IPFire") }}{% end block %}
4
5 {% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("About IPFire") }}</h1>
8 </div>
9
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>
14 </div>
15
16 <hr>
17
18 <div class="row">
19 <div class="span9">
20 {% if lang == "de" %}
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.
28 Erweiterungen und Updates lasses sich durch einen Paketmanager einfach
29 verwalten und aktualisieren.
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
36 Integration in jede bestehende Sicherheitsarchitektur.
37 Nicht zu vergessen ist, dass Einfachheit in der Bedienung eine
38 Schlüsseleigenschaft ist.
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.
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>
48 {% else %}
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>
75 </div>
76 {% end block %}