]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/static/donation.html
Move everything to the root of the repository.
[people/shoehn/ipfire.org.git] / templates / static / donation.html
CommitLineData
940227cb 1{% extends "../base-1.html" %}
d964a8fa
JPT
2
3{% block title %}{{ _("Donation") }}{% end block %}
4
60024cc8
MT
5{% block body %}
6 <div class="page-header">
7771acea 7 <h1>{{ _("Donation") }}</h1>
60024cc8 8 </div>
d964a8fa 9
353880e5
MT
10 {% if lang == "de" %}
11 <p>
12 IPFire ist ein Open Source-Projekt.
13 Nutzer und die Gemeinschaft sind das wertvollste und wichtigste
14 Gut, weil sich das Projekt auf sie stützt.
15 Die Entwicklung und die Fortführung des Projekts sind allein
16 einer Gruppe von Freiwilligen zu verdanken.
17 Sie haben ein Produkt entwickelt, das tagtäglich von
18 Hunderttausenden genutzt wird.
19 </p>
20 <p>
21 Um die Qualität von IPFire noch weiter verbessern zu können,
22 sowie Aktivitäten des Projekts auszuweiten und die Verbreitung
23 zu steigern, sind finanzielle Mittel unabdingbar.
24 Jeder Sponsor kann seinen Teil dazu beitragen, diese Ziele
25 zu erreichen, das Projekt finanziell gesund zu erhalten und
26 somit langfristig abzusichern.
27 </p>
28 <p>
29 Deshalb ermutigen wir jeden, der IPFire einsetzt einen Beitrag zu leisten.
30 Danke dafür.
31 </p>
32 {% else %}
33 <p>
34 IPFire is an Open Source project.
35 The users and the community are the most valuable and most important factor,
36 because those people are the foundation of the project.
37 Development and keeping the project healthy is carried out by a group of volunteers,
38 that in time have built a very successful product,
39 which hundreds of thousands of people use every day.
40 We appreciate every bit of <a href="/getinvolved">feedback, every bug report, patch and contribution</a>.
41 </p>
42 <p>
43 We would like to extend our activities and improve the quality of IPFire even more.
44 For that, we will need financial resources to support the maintenance,
45 improvement and promotion of the IPFire project.
46 Sponsorship is a good way to ensure the longevity and overall health of the project.
47 </p>
48 <p>
49 So we encourage anyone who downloads and uses IPFire to donate.
50 It is very much appreciated.
51 </p>
52 {% end %}
60024cc8 53
98e5a23d
MT
54 <hr>
55
56 <div class="row">
353880e5 57 <div class="span10 offset1">
7771acea
MT
58 {{ modules.DonationBox() }}
59
918284e8
MT
60 <hr>
61
62 <div class="ac">
353880e5 63 <strong>{{ _("Did you know...?") }}</strong>
7771acea
MT
64
65 {% if lang == "de" %}
66 Du kannst die Implementierung deiner bevorzugten Funktion mit Hilfe einer Spende auf der
67 <a href="http://wishlist.ipfire.org/">IPFire Wunschliste</a> unterstützen!
68 {% else %}
69 You can support the implementation of your favorite feature on the
70 <a href="http://wishlist.ipfire.org/">IPFire wishlist</a>!
71 {% end %}
72 </div>
73 </div>
74 </div>
75
76 <br>
98e5a23d 77
7771acea
MT
78 <div class="page-header">
79 <h4>{{ _("How do we use financial support?") }}</h4>
80 </div>
98e5a23d 81
7771acea
MT
82 <div class="row">
83 <div class="span6">
84 {% if lang == "de" %}
98e5a23d 85 <p>
7771acea
MT
86 Die gesammelten Spenden werden direkt dazu verwendet,
87 das Projekt zu verbessern und das hohe Level an Qualität
88 zu erhalten.
98e5a23d 89 </p>
60024cc8 90 {% else %}
98e5a23d 91 <p>
7771acea
MT
92 The sponsored funds will be directly spent to improve
93 and maintain the high quality code base that IPFire is built upon.
98e5a23d 94 </p>
d964a8fa 95 {% end %}
f5b55ea7 96
60024cc8
MT
97 {% if lang == "de" %}
98 <p>
7771acea 99 Ebenfalls sammeln wir um die folgenden Aktivitäten zu unterstützen:
60024cc8 100 </p>
7771acea
MT
101 <ul>
102 <li>
103 Entwickler, die neue Funktion implementieren und Fehler in IPFire beseitigen
104 </li>
105 <li>
106 Verbessung von Dokumentation, Tutorials und des Community-Supports
107 </li>
108 <li>
109 Die Bekanntheit von IPFire durch Werbung zu fördern
110 </li>
111 </ul>
60024cc8
MT
112 {% else %}
113 <p>
7771acea 114 We would also like to fund the following activities:
60024cc8 115 </p>
7771acea
MT
116 <ul>
117 <li>
118 Developers implementing new features and fixing bugs in IPFire
119 </li>
120 <li>
121 Improve documentation, tutorials and community support
122 </li>
123 <li>
124 Promote IPFire and do advertising
125 </li>
126 </ul>
127 {% end %}
128 </div>
98e5a23d 129
7771acea
MT
130 <div class="span6">
131 <h4>{{ _("Research & Development") }}</h4>
98e5a23d 132
7771acea
MT
133 {% if lang == "de" %}
134 <p>
135 Forschung und Entwicklung sind uns sehr wichtig,
136 um IPFire auch den Weg für die Zukunft zu bereiten.
137 Ein Beispiel dafür ist die Portierung auf neue Architekturen.
138 </p>
139 <p>
140 Einige Themen, in welchen wir uns engagieren wollen sind unter anderem
141 ARM, IPv6 und eine neuartige Weboberfläche.
142 </p>
143 {% else %}
144 <p>
145 We would also like to do some research and development to
146 make IPFire ready for the future.
147 One example is we'd like to acquire new hardware platforms
148 and port IPFire to them.
149 </p>
150 <p>
151 Some of the big things we would like to dig in are ARM, IPv6 and a new WUI.
152 </p>
60024cc8
MT
153 {% end %}
154 </div>
155 </div>
f5b55ea7 156{% end block %}