]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/donate.html
8302face92eb0b4454feb92dd4109fad6abe612d
[people/shoehn/ipfire.org.git] / templates / donate.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(show_wishlist_items=True) %}
66 </div>
67 </div>
68
69 <br>
70
71 <div class="page-header">
72 <h3>{{ _("How do we use financial support?") }}</h3>
73 </div>
74
75 {% if lang == "de" %}
76 <p>
77 Die gesammelten Spenden werden direkt dazu verwendet,
78 das Projekt zu verbessern und das hohe Level an Qualität
79 zu erhalten.
80 </p>
81 {% else %}
82 <p>
83 The sponsored funds will be directly spent to improve
84 and maintain the high quality code base that IPFire is built upon.
85 </p>
86 {% end %}
87
88 {% if lang == "de" %}
89 <p>
90 Ebenfalls sammeln wir um die folgenden Aktivitäten zu unterstützen:
91 </p>
92 <ul>
93 <li>
94 Entwickler, die neue Funktion implementieren und Fehler in IPFire beseitigen
95 </li>
96 <li>
97 Verbessung von Dokumentation, Tutorials und des Community-Supports
98 </li>
99 <li>
100 Die Bekanntheit von IPFire durch Werbung zu fördern
101 </li>
102 </ul>
103 {% else %}
104 <p>
105 We would also like to fund the following activities:
106 </p>
107 <ul>
108 <li>
109 Developers implementing new features and fixing bugs in IPFire
110 </li>
111 <li>
112 Improve documentation, tutorials and community support
113 </li>
114 <li>
115 Promote IPFire and do advertising
116 </li>
117 </ul>
118 {% end %}
119
120 <h4>{{ _("Research & Development") }}</h4>
121
122 {% if lang == "de" %}
123 <p>
124 Forschung und Entwicklung sind uns sehr wichtig,
125 um IPFire auch den Weg für die Zukunft zu bereiten.
126 Ein Beispiel dafür ist die Portierung auf neue Architekturen.
127 </p>
128 <p>
129 Einige Themen, in welchen wir uns engagieren wollen sind unter anderem
130 ARM, IPv6 und eine neuartige Weboberfläche.
131 </p>
132 {% else %}
133 <p>
134 We would also like to do some research and development to
135 make IPFire ready for the future.
136 One example is we'd like to acquire new hardware platforms
137 and port IPFire to them.
138 </p>
139 <p>
140 Some of the big things we would like to dig in are ARM, IPv6 and a new WUI.
141 </p>
142 {% end %}
143 {% end block %}