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