]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/static/getinvolved.html
Remove the outdated development page
[people/shoehn/ipfire.org.git] / templates / static / getinvolved.html
CommitLineData
60024cc8
MT
1{% extends "../base-1.html" %}
2
3{% block title %}{{ _("Get involved") }}{% end block %}
4
9b5ac075
MT
5{% block header %}
6 <header class="jumbotron subhead" id="overview">
7 <div class="container">
8 <h1>{{ _("Get involved") }}</h1>
9 <p class="lead">
10 {{ _("Because making a difference is easy") }}
11 </p>
12 </div>
13 </header>
14{% end header %}
60024cc8 15
9b5ac075 16{% block body %}
60024cc8 17 <div class="row">
94cf85ac 18 <div class="col-lg-7 col-md-7">
60024cc8
MT
19 {% if lang == "de" %}
20 <p>
7771acea
MT
21 Die Basis des IPFire-Projekts sind seine Nutzer und
22 die Community, welche freiwillig beitragen und ihre
23 Zeit in die stetige Verbessung von IPFire investieren - jeden Tag.
60024cc8 24 </p>
60024cc8 25 <p>
7771acea
MT
26 Wir glauben, dass eine starke Community der erste
27 Schritt zum Erfolg ist.
28 Und so arbeiten Menschen auf der ganzen Welt
29 zusammen und machen IPFire zu dem, was es heute ist.
60024cc8
MT
30 </p>
31 {% else %}
32 <p>
7771acea
MT
33 Because IPFire is an Open Source project, the users and the community
34 are the foundation of it. Voluteers keep the project running and spend
35 their time improving IPFire - every single day.
60024cc8 36 </p>
7771acea
MT
37 <p>
38 We believe that a strong community is the first step to
39 create a successful project. Every day, people from
40 all around the world are working together and
41 making IPFire as awesome as it is today.
42 </p>
60024cc8 43 {% end %}
60024cc8 44
7771acea 45 <hr>
60024cc8 46
7771acea 47 <h4>{{ _("First steps") }}</h4>
60024cc8
MT
48 {% if lang == "de" %}
49 <p>
50 Neben der Entwicklung selbst gibt es in einem Projekt
51 noch viel mehr zu tun.
52 Es gibt Gruppen, welche sich darum kümmern Einsteigern
7771acea
MT
53 Hilfe zu leisten, Autoren von Dokumentation, Übersetzer
54 und vieles mehr.
60024cc8
MT
55 </p>
56 <p>
57 Das ist nur ein Auszug aus den vielen Möglichkeiten für Dich
7771acea
MT
58 beim Projekt mitzumachen. Doch zuerst sollte jeder folgende
59 Dinge tun:
60024cc8
MT
60 </p>
61 {% else %}
62 <p>
7771acea
MT
63 Besides development, there is a significant amount more to do in a project.
64 There are groups which care about helping beginners to get started
65 with IPFire, or people who write documentation &amp; coordinate translations.
60024cc8
MT
66 </p>
67 <p>
7771acea 68 The first steps everyone who wants to get involved should do are:
60024cc8
MT
69 </p>
70 {% end %}
7771acea 71
60024cc8
MT
72 <ul>
73 <li>
7771acea
MT
74 {% if lang == "de" %}
75 Bleibe auf dem Laufenden. Abboniere z.B. die RSS-Feeds oder
76 schreibe dich auf den passenden Mailinglisten ein.
77 {% else %}
78 Stay up to date. Subscribe to the RSS-Feeds and
79 to some of the mailing lists that interest you.
80 {% end %}
60024cc8
MT
81 </li>
82 <li>
7771acea
MT
83 {% if lang == "de" %}
84 Nimm teil an der Diskussion. Zum Beispiel im
85 <a href="http://forum.ipfire.org">Forum</a>.
86 {% else %}
87 Take part in the discussion (for example on our
88 <a href="http://forum.ipfire.org">forums</a>).
89 {% end %}
60024cc8
MT
90 </li>
91 </ul>
92 </div>
93
94cf85ac 94 <div class="col-lg-5 col-md-5">
7771acea
MT
95 <div class="well">
96 <h4>
97 <a href="/donate">{{ _("Donations") }}</a>
98 </h4>
99 {% if lang == "de" %}
100 <p>
101 Du kannst dem Projekt mit einer Spende helfen
102 seinen Fortbestand zu sichern.
103 </p>
104 <p>
105 Das hilft ebenso um neue Entwicklungen vorranzutreiben
106 und IPFire zu verbessern.
107 </p>
108 {% else %}
109 <p>
110 You can help by making a financial contribution to the project.
111 </p>
112 <p>
113 Donations will ensure the sustainability and health of the
114 project. They extend our activities and improve the quality
115 of the code base.
116 </p>
117 {% end %}
118
119 <p class="ac">
120 <a class="btn btn-primary" href="/donate">{{ _("Donate") }}</a>
121 </p>
122
123 <hr>
124
125 <h4>
126 <a href="http://wishlist.ipfire.org">{{ _("Wishlist") }}</a>
127 </h4>
128
129 {% if lang == "de" %}
130 <p>
131 Die <em>IPFire Wunschliste</em> ist die Crowdfunding-Plattform
132 des IPFire-Projekts.
133 </p>
134 {% else %}
135 <p>
136 The <em>IPFire Wishlist</em> is the crowd funding platform
137 of the IPFire project.
138 </p>
139 {% end %}
140
141 <p class="ac">
142 <a class="btn btn-primary" href="http://wishlist.ipfire.org/">{{ _("Make a wish") }}</a>
143 </p>
144 </div>
145 </div>
146 </div>
147
148 <hr>
149 <h3>{{ _("Contribute yourself") }}</h3>
150
151 <div class="row">
94cf85ac 152 <div class="col-lg-4 col-md-4">
7771acea 153 <h4>{{ _("Development") }}</h4>
60024cc8 154 {% if lang == "de" %}
7771acea
MT
155 <p>
156 Die Entwicklung ist die größte Aufgabe, die das
157 Projekt zu meistern hat.
158 </p>
60024cc8
MT
159 <p>
160 Mehr dazu, wie du bei der Entwicklung helfen kannst
be46c3ed 161 befindet sich auf der <a href="http://wiki.ipfire.org/devel/start">Entwicklungssseite</a>.
60024cc8
MT
162 </p>
163 {% else %}
7771acea
MT
164 <p>
165 Development is the major task of this project.
166 </p>
60024cc8
MT
167 <p>
168 Read more about getting involved into hacking the code on the
be46c3ed 169 <a href="http://wiki.ipfire.org/devel/start">development page</a>.
60024cc8
MT
170 </p>
171 {% end %}
7771acea 172 </div>
60024cc8 173
94cf85ac 174 <div class="col-lg-4 col-md-4">
7771acea 175 <h4>{{ _("Translation") }}</h4>
60024cc8
MT
176 {% if lang == "de" %}
177 <p>
178 Wenn du Englisch und noch eine weitere Sprache sprichst,
179 dann kannst du dabei helfen IPFire in deine Sprache zu übersetzen.
180 </p>
181 {% else %}
182 <p>
183 If you are able to read English and speak an other language, you
184 can help us translating IPFire into your language.
185 </p>
186 {% end %}
7771acea
MT
187
188 <p class="ac">
94cf85ac 189 <a class="btn btn-default" href="http://wiki.ipfire.org/projects/translation/start">
190 <i class="glyphicon glyphicon-user"></i> {{ _("Translation team") }}
7771acea
MT
191 </a>
192 </p>
193 </div>
194
94cf85ac 195 <div class="col-lg-4 col-md-4">
7771acea
MT
196 <h4>{{ _("Promotion") }}</h4>
197 {% if lang == "de" %}
198 <p>
199 Wenn dir IPFire gefällt, dann lass das auch andere wissen.
200 Hilf uns IPFire bekannt zu machen indem du ein Review schreibst
201 oder Freunden und Kollegen davon erzählst.
202 </p>
203 <p>
204 Halte einen Vortrag in deiner Linux-User-Group,
205 Schule oder Uni und beantworte Fragen der Zuhörer.
206 </p>
207 {% else %}
208 <p>
209 If you like IPFire, let people know! Help us to promote IPFire
210 by writing reviews or by telling your friends and colleagues.
211 </p>
212 <p>
213 Consider holding a talk at your local Linux user group, school or university
214 and answer any question about IPFire.
215 </p>
216 {% end %}
60024cc8
MT
217 </div>
218 </div>
219{% end block %}