]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/features/hardware.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / features / hardware.html
1 {% extends "../../base-feature.html" %}
2
3 {% block title %}{{ _("Hardware") }}{% end block %}
4
5 {% block bodyA %}
6 <img src="{{ static_url("images/icons/hardware.png") }}" class="pull-right" alt="{{ _("Hardware") }}" />
7 <div class="page-header">
8 <h1>{{ _("Hardware") }}</h1>
9 </div>
10
11 <div class="row">
12 <div class="span9">
13 {% if lang == "de" %}
14 <p>
15 Da IPFire auf einer aktuellen Version des Linux Kernels basiert, ist es möglich
16 eine Breite Palette an neuer Hardware, wie 10-Gigabit-Netzwerkkarten und
17 Wireless-Hardware, ohne zusätzlichen Aufwand zu betreiben.
18 Den Entwicklern ist es ein Anliegen, IPFire auf einer möglichst breiten Palette von
19 Hardware lauffähig zu machen. Dadurch lässt sich IPFire auf alter, günster Hardware
20 genauso hervoragend verwenden, wie auf High-Performance-Systemen.
21 </p>
22 <p>
23 Dabei belaufen sich die Mindestanforderungen bei einem Pentium I (i568), 128MB RAM
24 und 2 GB Festplattenspeicher.
25 </p>
26 <p>
27 Einige Erweiterungen haben zuätzliche Anforderungen an die Hardware um korrekt
28 funktionieren zu können. Ein System welches alle Anforderungen erfüllt, ist in der
29 Lage hunderte Clients zur selben Zeit zu bedienen.
30 </p>
31 <h3>Heads up: Zusätzliche Architekturen in Entwicklung</h3>
32 <p>
33 Das IPFire Projekt ist auch interessiert Ressorcen schonende Systeme zu unterstützen.
34 In diesem Zusammenhang, ist die ARM Architektur erwähnenswert, welche äußerst wenig Strom
35 benötigt und ein großes Zukunftspotential aufweist.
36 </p>
37 <!-- <p>
38 Mehr zu diesem Thema kann auf der <a href="/features/ports/arm">ARM Projekt Seite</a> gefunden
39 werden.
40 </p> -->
41 {% else %}
42 <p>
43 Since IPFire is based on a recent version of the Linux kernel, it supports most
44 of the latest hardware such as 10Gbit network cards and a variety of wireless
45 hardware out of the box.
46 The IPFire developers are very concerned with the ability to run IPFire as many
47 system variations as possible.
48 This helps IPFire to run on older or cheap hardware, as well as high-performance systems.
49 </p>
50 <p>
51 Minimum system requirements are an Intel Pentium I (i586),
52 128MB RAM and 2GB hard drive space.
53 </p>
54 <p>
55 Some add-ons have extra requirements to perform smoothly.
56 On a system that fits the hardware requirements, IPFire
57 is able to serve hundreds of clients simultaneously.
58 </p>
59
60 <h3>Heads up: More architectures in development!</h3>
61 <p>
62 The IPFire project is always interested in creating systems
63 which save the environment. The ARM architecture consumes
64 much less power and certainly has a lot of potentional.
65 </p>
66 <!-- <p>
67 More about this may be found on the
68 <a href="/features/ports/arm">ARM project page</a>.
69 </p> -->
70 {% end %}
71 </div>
72 </div>
73
74 <hr>
75
76 <div class="well">
77 <h3>{{ _("Further reading") }}</h3>
78 <ul>
79 <li>
80 <a href="http://fireinfo.ipfire.org/">{{ _("Fireinfo") }}</a>
81 </li>
82 <li>
83 <a href="http://wiki.ipfire.org/{{ lang }}/hardware/start">
84 {{ _("Hardware section on the wiki") }}
85 </a>
86 </li>
87 <li>
88 <a href="http://wiki.ipfire.org/{{ lang }}/hardware/networking">
89 {{ _("Hardware compatibility list") }} ({{ _("networking") }})
90 </a>
91 </li>
92 </ul>
93 </div>
94
95 <ul class="thumbnails">
96 <li class="span3">
97 <a class="thumbnail" href="{{ static_url("images/screenshots/en/hardware/hwtemp-1.png") }}">
98 <img src="{{ static_url("images/screenshots/en/hardware/hwtemp-1_thumb.png") }}" alt="{{ _("Screenshot") }}">
99 </a>
100 </li>
101 </ul>
102 {% end block %}