]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/donation.html
Move everything to the root of the repository.
[ipfire.org.git] / 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 {% 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 %}
53
54 <hr>
55
56 <div class="row">
57 <div class="span10 offset1">
58 {{ modules.DonationBox() }}
59
60 <hr>
61
62 <div class="ac">
63 <strong>{{ _("Did you know...?") }}</strong>
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>
77
78 <div class="page-header">
79 <h4>{{ _("How do we use financial support?") }}</h4>
80 </div>
81
82 <div class="row">
83 <div class="span6">
84 {% if lang == "de" %}
85 <p>
86 Die gesammelten Spenden werden direkt dazu verwendet,
87 das Projekt zu verbessern und das hohe Level an Qualität
88 zu erhalten.
89 </p>
90 {% else %}
91 <p>
92 The sponsored funds will be directly spent to improve
93 and maintain the high quality code base that IPFire is built upon.
94 </p>
95 {% end %}
96
97 {% if lang == "de" %}
98 <p>
99 Ebenfalls sammeln wir um die folgenden Aktivitäten zu unterstützen:
100 </p>
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>
112 {% else %}
113 <p>
114 We would also like to fund the following activities:
115 </p>
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>
129
130 <div class="span6">
131 <h4>{{ _("Research & Development") }}</h4>
132
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>
153 {% end %}
154 </div>
155 </div>
156 {% end block %}