]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/static/features.html
Website update.
[people/shoehn/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 Alles zusammen lässt sich duch einen Paketmanager einfach verwalten und
29 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 Intergration 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 kommt IPFire mit
40 Standardeinstellungen, die einen sinnvollen Einsatz sofort nach der
41 Installation ermöglichen.
42 </p>
43 <p>
44 <em>
45 Die Links in der Sidebar zeigen, was mit IPFire alles möglich ist
46 und sind einen genaueren Blick wert.
47 </em>
48 </p>
49 {% else %}
50 <p>
51 <strong>IPFire</strong> was designed with both modularity and a high-level of
52 flexibility in mind. You can easily deploy many variations of it, such as a firewall,
53 a proxy server or a VPN gateway.
54 The modular design ensures that it runs exactly what you've configured it for and
55 nothing more. Everything is simple to manage and update through the package manager,
56 making maintenance a breeze.
57 </p>
58 <p>
59 The IPFire development team understands that security means different things to
60 different people and certainly can change over time.
61 The fact that IPFire is modular and flexible make it perfect for integrating
62 into any existing security architecture.
63 Don't forget that ease-of-use is a key principle.
64 If all this sounds a little too much for you, IPFire comes with great default
65 settings out-of-the-box, meaning it's a snap to get going quickly!
66 </p>
67 <p>
68 <em>
69 Above are some links that we encourage you to click through.
70 Please take a look at all of the features and possibilities
71 which IPFire offers for your network.
72 </em>
73 </p>
74 {% end %}
75 </div>
76 </div>
77 {% end block %}