]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/static/donation.html
e3bf56a195065ba2c36603222a3686137a5c209c
[people/shoehn/ipfire.org.git] / templates / static / donation.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Donate") }}{% end block %}
4
5 {% block header %}
6 <header class="jumbotron subhead" id="overview">
7 <div class="container">
8 <h1>{{ _("Donate") }}</h1>
9 <p class="lead">
10 {{ _("We need your help!") }}
11 </p>
12 </div>
13 </header>
14 {% end header %}
15
16 {% block body %}
17 {% if lang == "de" %}
18 <p class="lead ac">
19 Wir möchten jeden, der IPFire einsetzt, ermutigen einen Beitrag zu leisten.
20 Danke dafür.
21 </p>
22 <p>
23 IPFire ist ein Open Source-Projekt.
24 Nutzer und die Gemeinschaft sind das wertvollste und wichtigste
25 Gut, weil sich das Projekt auf sie stützt.
26 Die Entwicklung und die Fortführung des Projekts sind allein
27 einer Gruppe von Freiwilligen zu verdanken.
28 Sie haben ein Produkt entwickelt, das tagtäglich von
29 Hunderttausenden genutzt wird.
30 </p>
31 <p>
32 Um die Qualität von IPFire noch weiter verbessern zu können,
33 sowie Aktivitäten des Projekts auszuweiten und die Verbreitung
34 zu steigern, sind finanzielle Mittel unabdingbar.
35 Jeder Sponsor kann seinen Teil dazu beitragen, diese Ziele
36 zu erreichen, das Projekt finanziell gesund zu erhalten und
37 somit langfristig abzusichern.
38 </p>
39 {% else %}
40 <p class="lead ac">
41 We encourage anyone who downloads and uses IPFire to donate.
42 It is very much appreciated.
43 </p>
44 <p>
45 IPFire is an Open Source project.
46 The users and the community are the most valuable and most important factor,
47 because those people are the foundation of the project.
48 Development and keeping the project healthy is carried out by a group of volunteers,
49 that in time have built a very successful product,
50 which hundreds of thousands of people use every day.
51 We appreciate every bit of <a href="/getinvolved">feedback, every bug report, patch and contribution</a>.
52 </p>
53 <p>
54 We would like to extend our activities and improve the quality of IPFire even more.
55 For that, we will need financial resources to support the maintenance,
56 improvement and promotion of the IPFire project.
57 Sponsorship is a good way to ensure the longevity and overall health of the project.
58 </p>
59 {% end %}
60
61 <hr>
62
63 <div class="row">
64 <div class="col-lg-10 col-md-10 col-lg-offset-1">
65 {% module DonationBox() %}
66
67 <p class="ac">
68 <strong>{{ _("Did you know...?") }}</strong>
69
70 {% if lang == "de" %}
71 Du kannst die Implementierung deiner bevorzugten Funktion mit Hilfe einer Spende auf der
72 <a href="http://wishlist.ipfire.org/">IPFire Wunschliste</a> unterstützen!
73 {% else %}
74 You can support the implementation of your favorite feature on the
75 <a href="http://wishlist.ipfire.org/">IPFire wishlist</a>!
76 {% end %}
77 </p>
78 </div>
79 </div>
80
81 <br>
82
83 <div class="page-header">
84 <h3>{{ _("How do we use financial support?") }}</h3>
85 </div>
86
87 {% if lang == "de" %}
88 <p>
89 Die gesammelten Spenden werden direkt dazu verwendet,
90 das Projekt zu verbessern und das hohe Level an Qualität
91 zu erhalten.
92 </p>
93 {% else %}
94 <p>
95 The sponsored funds will be directly spent to improve
96 and maintain the high quality code base that IPFire is built upon.
97 </p>
98 {% end %}
99
100 {% if lang == "de" %}
101 <p>
102 Ebenfalls sammeln wir um die folgenden Aktivitäten zu unterstützen:
103 </p>
104 <ul>
105 <li>
106 Entwickler, die neue Funktion implementieren und Fehler in IPFire beseitigen
107 </li>
108 <li>
109 Verbessung von Dokumentation, Tutorials und des Community-Supports
110 </li>
111 <li>
112 Die Bekanntheit von IPFire durch Werbung zu fördern
113 </li>
114 </ul>
115 {% else %}
116 <p>
117 We would also like to fund the following activities:
118 </p>
119 <ul>
120 <li>
121 Developers implementing new features and fixing bugs in IPFire
122 </li>
123 <li>
124 Improve documentation, tutorials and community support
125 </li>
126 <li>
127 Promote IPFire and do advertising
128 </li>
129 </ul>
130 {% end %}
131
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 {% end block %}