]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/static/getinvolved.html
Website update.
[ipfire.org.git] / www / templates / static / getinvolved.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Get involved") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Get involved") }}</h1>
8 </div>
9
10 <h2>{{ _("Thanks for your support") }}</h2>
11 {% if lang == "de" %}
12 <p>
13 Das IPFire Projekt bekommt eine Menge Unterstützung durch
14 alle, die mitmachen. Daher sei an dieser Stelle allen, die
15 sich in das Projekt einbringen ein Wort des Danks ausgesprochen.
16 </p>
17 <p>
18 Die Distribution wird dank Euch jeden Tag ein kleines Stück besser.
19 </p>
20 <p>
21 Es ist so leicht etwas zu erreichen.
22 Hier ist eine Liste von Möglichkeiten dem Projekt in einem
23 oder mehreren Wegen unter die Arme zu greifen:
24 </p>
25 {% else %}
26 <p>
27 The IPFire project receives a great amount of support from
28 the community and we would like to take the opportunity to
29 thank each and every contributor participating.
30 </p>
31 <p>
32 This distribution is getting better and better, every single
33 day thanks to you.
34 </p>
35 <p>
36 It's easy to make a difference. Here is a list of ways how
37 you can help the IPFire project in one or more ways:
38 </p>
39 {% end %}
40
41 <br>
42
43 <div class="row">
44 <div class="span6">
45 <h2>{{ _("Donations") }}</h2>
46 {% if lang == "de" %}
47 <p>
48 Du kannst dem Projekt helfen, indem du etwas spendest.
49 Dadurch kann neues Equipment angeschafft und Veranstaltungen
50 gestaltet werden.
51 </p>
52 {% else %}
53 <p>
54 You can help by making a financial contribution to the project.
55 Due to revenue from your donations, the IPFire project can
56 afford to buy dedicated servers, new equipment and events.
57 </p>
58 {% end %}
59 <p style="text-align: center;">
60 <a class="btn btn-success" href="/donate">
61 {{ _("Donate") }}
62 </a>
63 </p>
64 </div>
65
66 <div class="span6">
67 <h2>
68 {{ _("Promotion") }}
69 <small>{{ _("Spread the word") }}</small>
70 </h2>
71 {% if lang == "de" %}
72 <p>
73 Wenn dir IPFire gefällt, dann lass das auch andere wissen.
74 Hilf uns IPFire bekannt zu machen indem du ein Review schreibst
75 oder all deinen Freunden und Kollegen davon erzählst.
76 Halte einen Vortrag in deiner lokalen Linux-User-Group,
77 Schule oder Universität und beantworte Fragen der Zuhörer.
78 </p>
79 {% else %}
80 <p>
81 If you like IPFire, let people know. Help us to promote IPFire
82 by writing reviews or by telling your friends and colleagues.
83 Hold a talk at your local Linux user group, school or university
84 and answer people's questions.
85 </p>
86 {% end %}
87 </div>
88 </div>
89
90 <br>
91
92 <div class="row">
93 <div class="span6">
94 <h2>{{ _("Join the community") }}</h2>
95 {% if lang == "de" %}
96 <p>
97 Neben der Entwicklung selbst gibt es in einem Projekt
98 noch viel mehr zu tun.
99 Es gibt Gruppen, welche sich darum kümmern Einsteigern
100 Hilfe zu geben, Leute, die Dokumentation schreiben,
101 die Übersetzungen koordinieren und vieles mehr.
102 </p>
103 <p>
104 Das ist nur ein Auszug aus den vielen Möglichkeiten für Dich
105 beim Projekt mitzumachen:
106 </p>
107 {% else %}
108 <p>
109 Besides development, there is a lot more to do in a project.
110 There are groups which care about helping beginners to get along
111 with IPFire, people who write documentation, coordinate translations
112 and manage the infrastructure.
113 </p>
114 <p>
115 These are only a few of the many opportunities you have
116 to take part in the project:
117 </p>
118 {% end %}
119 <ul>
120 <li>
121 <a href="http://forum.ipfire.org/">
122 {{ _("Register on the forums") }}
123 </a>
124 </li>
125 <li>
126 <a href="/chat">
127 {{ _("Join the IRC channel") }}
128 </a>
129 </li>
130 <li>
131 <a href="http://planet.ipfire.org/">
132 {{ _("Subscribe to the planet feed") }}
133 </a>
134 </li>
135 </ul>
136 </div>
137
138 <div class="span6">
139 <h2>{{ _("Development") }}</h2>
140 {% if lang == "de" %}
141 <p>
142 Mehr dazu, wie du bei der Entwicklung helfen kannst
143 befindet sich auf der <a href="/development">Entwicklungssseite</a>.
144 </p>
145 {% else %}
146 <p>
147 Read more about getting involved into hacking the code on the
148 <a href="/development">development page</a>.
149 </p>
150 {% end %}
151
152 <h3>{{ _("Translation") }}</h3>
153 {% if lang == "de" %}
154 <p>
155 Wenn du Englisch und noch eine weitere Sprache sprichst,
156 dann kannst du dabei helfen IPFire in deine Sprache zu übersetzen.
157 </p>
158 {% else %}
159 <p>
160 If you are able to read English and speak an other language, you
161 can help us translating IPFire into your language.
162 </p>
163 {% end %}
164 <ul>
165 <li>
166 <a href="http://wiki.ipfire.org/projects/translation/start">
167 {{ _("Join the translation project") }}
168 </a>
169 </li>
170 </ul>
171 </div>
172 </div>
173 {% end block %}