]> git.ipfire.org Git - ipfire.org.git/blame - templates/static/features/itsfree.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / features / itsfree.html
CommitLineData
54b8df1a
MT
1{% extends "../../base-feature.html" %}
2
3{% block title %}{{ _("IPFire is free software") }}{% end block %}
4
60024cc8
MT
5{% block bodyA %}
6 <img src="{{ static_url("images/icons/itsfree.png") }}" class="pull-right" alt="{{ _("It's free") }}" />
54b8df1a 7
60024cc8
MT
8 <div class="page-header">
9 <h1>
10 {{ _("IPFire is free software") }}
11 <small>{{ _("Free as in freedom") }}</small>
12 </h1>
13 </div>
14
15 <div class="row">
16 <div class="span9">
17 {% if lang == "de" %}
18 <p>
19 Die Komponenten aus denen IPFire sich zusammensetzt sind
20 ausschließlich unter <em>freien Softwarelizenzen</em> lizenziert.
21 Das bedeutet widerum, dass IPFire selbst <em>freie Software</em> ist.
22 </p>
23 <p>
24 Freie Software bietet wesentliche Vorteile im Vergleich zu
25 Closed-Source Entwicklungen.
26 Beispielweise ist es jederzeit möglich Quellcode
27 anzusehen und zu verbessern.
28 Die IPFire Entwickler erhalten laufend Patches, welche
29 Fehler beseitigen und neue Funktionen hinzufügen.
30 </p>
31 <p>
32 IPFire kann von jederman egal ob im Büro oder zu Hause
33 vollkommen unlimitiert verwendet werden,
34 auch ist es erlaubt Kopien an Freunde oder Kollegen
35 weiterzugeben.
36 </p>
37 <p>
38 Für sämtliche Software die in IPFire eingesetzt wird, ist
39 ebenfalls der Quellcode verfügbar.
40 </p>
41
42 <h2>Spenden</h2>
43 <p>
44 Der Erfolg von IPFire basiert überwiegend auf Spenden und
45 der Arbeit, welche die Community beisteuert.
46 Wir möchten jeden der unsere Software herunterlädt oder
47 verwendet, dazu ermutigen auch ein Teil dieser Gemeinschaft
48 zu werden - sei es durch Hilfestellung im Forum,
49 Erweiterung/Korrektur der Dokumentation oder durch eine
50 <a href="/donation">Spende</a>.
51 Je mehr Leute sich einbringen, desto mehr Ressourcen
52 stehen zur Verfügung für Fortschritt und Entwicklung.
53 </p>
54 {% else %}
55 <p>
56 IPFire is assembled with software that is licensed under
57 <em>free software</em> licences. That basically means IPFire
58 itself is <em>free software</em>.
59 </p>
60 <p>
61 Free software has huge advantages in difference to closed source developments.
62 At this project, it is possible to review the code and make it better. In fact,
63 IPFire is receiving a lot of code contributions that make the whole distribution
64 a little bit better every day.
65 </p>
66 <p>
67 People who simply use IPFire in their offices or homes can use it for an unlimited
68 amount of time, make copies of it and give them to friends or colleges.
69 </p>
70 <p>
71 As IPFire is including many different software packages, all of them are also
72 availble in source code and distributed under a free license.
73 </p>
74
75 <h2>Donations</h2>
76 <p>
77 The ultimate success of the project is dependent on donations and community
78 interaction.
79 We encourage anyone who downloads and uses IPFire to get involved, whether
80 it be on the forum, adding/editing the wiki, or <a href="/donation">donating</a>.
81 The more we foster community development, the more resources we have
82 available to continue and expand development.
83 </p>
84 {% end %}
441c39f5
MT
85
86 <a class="btn btn-success pull-right" href="/donate">{{ _("Donate") }}!</a>
60024cc8
MT
87 </div>
88 </div>
54b8df1a 89{% end block %}