]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/static/about.html
fireinfo: Some design fixes for ARM.
[people/shoehn/ipfire.org.git] / www / templates / static / about.html
CommitLineData
54b8df1a 1{% extends "../base-feature.html" %}
314d46c8 2
940227cb
MT
3{% block title %}{{ _("About IPFire") }}{% end block %}
4
5{% block content %}
54b8df1a 6 <h3>{{ _("About IPFire") }}</h3>
68ed6093 7
54b8df1a
MT
8 {% if lang == "de" %}
9 <p>
10 <strong>IPFire</strong> ist auf der Grundidee einer hohen "Flexibilität" aufgebaut. Das ermöglicht
11 aus einer einzigen Basis verschiedene Einsatzzwecke optimal zu unterstützen. Beginnend mit einem
12 Firewall-System bestehend aus wenigen Megabytes ist es möglich IPFire auch als Dateiserver,
13 Proxyserver, Wireless Access Point oder VPN-Gateway für Mitarbeiter, Filialen oder Kunden zu
14 betreiben. Dies und mehr ist möglich durch einen eigens entwickelten Paketmanager, der nur
15 installiert was gewollt ist und Sicherheitsupdates sehr einfach macht.
16 </p>
17 <p>
18 Dies ist der beste Weg ein Netzwerk sicher zu gestalten, denn Sicherheit ist kein Programm,
19 das einfach installiert werden kann und um welches man sich nicht mehr kümmern braucht.
20 Hingegen kann Sicherheit von Unternehmen zu Unternehmen ganz anders aussehen und das
21 erfordert Anpassungsfähigkeit, die IPFire mit sich bringt.
22 </p>
23 <p>
314d46c8
MT
24 <em>Die Links in der Sidebar zeigen, was mit IPFire alles möglich ist.
25 Jede Rubrik trägt ihren Teil zum Gesamtkonzept bei und macht IPFire ganz
26 individuell zu dem, was es ist.</em>
54b8df1a
MT
27 </p>
28 {% else %}
29 <p>
30 The foundation of <strong>IPFire</strong> is the high level of flexibility which lets us
31 configure different versions of this operating system out of a single base. Beginning with a
32 small firewall system of a few megabytes, it is possible to run IPFire as a file server or
33 VPN gateway for staff, branches or customers. This modularity means that yor version of
34 IPFire runs with exactly what you require and nothing more.
35 All features are easily configured with the package manager, which also
36 makes updates very easy.
37 </p>
38 <p>
39 We believe that this is the best way to provide security to a network. There is no way to
40 distribute a static appliance because security menas different things to different people,
41 and changes over time. Security is more of a process paired with behaviour and restrictions.
42 IPFire has been designed to be flexible enough to fit into any existing security architecture.
43 </p>
44 <p>
314d46c8
MT
45 <em>Please click through the links in the sidebar and take a look at
46 the possibilities IPFire offers for your personal concept of network.</em>
54b8df1a
MT
47 If you're still deciding what that concept is, don't worry. IPFire comes with intelligent
48 defaults for settings whereever possible.
49 </p>
50 {% end %}
68ed6093 51
54b8df1a
MT
52 <div class="line"></div>
53
54 <div class="screenshots">
55 <a rel="screens" href="{{ static_url("images/screenshots/en/concept/index-detail-1.png") }}"
56 title="{{ _("A quick overview over all connections.") }}"><img alt="{{ _("Image 1") }}"
57 src="{{ static_url("images/screenshots/en/concept/index-detail-1_thumb.png") }}" />
58 </a>
59 <a rel="screens" href="{{ static_url("images/screenshots/en/concept/traffic-graph-1.png") }}"
60 title="{{ _("IPFire comes with lots of monitoring like traffic graphs.") }}"><img
61 alt="{{ _("Image 2") }}" src="{{ static_url("images/screenshots/en/concept/traffic-graph-1_thumb.png") }}" />
62 </a>
63 </div>
940227cb 64{% end block %}