]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/static/about/hardware.html
Rework the /about page on www.ipfire.org.
[ipfire.org.git] / www / templates / static / about / hardware.html
CommitLineData
54b8df1a
MT
1{% extends "../../base-feature.html" %}
2
3{% block title %}{{ _("Hardware") }}{% end block %}
4
5{% block content %}
6 <h3>{{ _("Hardware") }}</h3>
7
8 <img src="{{ static_url("images/icons/hardware.png") }}" class="floatTL" alt="{{ _("Hardware") }}" />
9 {% if lang == "de" %}
10 <p>
11 Basierend auf aktuellen Versionen des Linux Kernels der 2.6er Serie unterstützt IPFire
12 neueste Hardware, wie 10-Gigabit-Netzwerkkarten und Wireless-Hardware, ohne zusätzlich
13 nachzuinstallierende Treiber.
14 </p>
15 <p>
16 Es wird mindestens eine i586er CPU benötigt (Intel Pentium I oder höher). Weiterhin
17 empfehlen wir mindestens 128 MB RAM und 1GB Festplattenplatz.
18 </p>
19 <p>
20 Für den Einsatz als Router sind mindestens zwei Netzwerkschnittstellen erforderlich.
21 Alternativ kann der Internetzugang auch über ein UMTS-Modem erfolgen.
22 </p>
23 <p>
24 Den Entwicklern ist es ein Anliegen, IPFire auf einer möglichst breiten Palette von
25 Hardware lauffähig zu machen. Das schließt sowohl günstige Hardware, wie auch
26 hochperformante Server ein.
27 </p>
28 {% else %}
29 <p>
30 Based on a recent version of the Linux kernel 2.6 series, IPFire supports the latest hardware
31 like 10Gbit network cards and wireless hardware out of the box.
32 </p>
33 <p>
34 Requirements are minimal: an Intel Pentium I compatible CPU (i586), 128 MB RAM,
35 and 1GB disk space.
36 </p>
37 <p>
38 For routing, at least 2 network interfaces are required.
39 Alternatively, a 3G modem may be used.
40 </p>
41 <p>
42 The IPFire Developers are concerned with the ability to run IPFire on systems running as many
43 variations as possible. This is what helps IPFire run on cheap hardware as well as high
44 performance servers.
45 </p>
46 {% end %}
47 <p class="links">
48 <a href="http://fireinfo.ipfire.org/" target="_blank">{{ _("Fireinfo") }}</a>
49 &bull;
50 <a href="http://wiki.ipfire.org/{{ lang }}/hardware/start" target="_blank">{{ _("Hardware section on the wiki") }}</a>
51 &bull;
52 <a href="http://wiki.ipfire.org/{{ lang }}/hardware/networking" target="_blank">{{ _("Hardware compatibility list") }} ({{ _("networking") }})</a>
53 </p>
54
55 <div class="line"></div>
56
57 <div class="screenshots">
58 <a rel="screens" href="{{ static_url("images/screenshots/en/hardware/hwtemp-1.png") }}"
59 title="{{ _("All hardware data is monitored.") }}"><img alt="{{ _("Image 1") }}"
60 src="{{ static_url("images/screenshots/en/hardware/hwtemp-1_thumb.png") }}" />
61 </a>
62 </div>
63{% end block %}