]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/get-involved.html
Massive web site update
[ipfire.org.git] / templates / static / get-involved.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Get Involved") }}{% end block %}
4
5 {% block container %}
6 <div class="container page-header">
7 <h1>{{ _("Join the IPFire Community") }}</h1>
8 </div>
9
10 <section id="community" class="container content-section text-center">
11 <div class="row">
12 <div class="col-md-4 text-center">
13 <a href="/chat" class="link-normal">
14 <span class="fa fa-4x fa-wechat"></span>
15 <h3>{{ _("Chat") }}</h3>
16 </a>
17 </div>
18
19 <div class="col-md-4 text-center">
20 <a href="//forum.ipfire.org" class="link-normal">
21 <span class="fa fa-4x fa-users"></span>
22 <h3>{{ _("Forums") }}</h3>
23 </a>
24 </div>
25
26 <div class="col-md-4 text-center">
27 <a href="http://lists.ipfire.org" class="link-normal">
28 <span class="fa fa-4x fa-envelope-o"></span>
29 <h3>{{ _("Mailing Lists") }}</h3>
30 </a>
31 </div>
32 </div>
33 </section>
34
35 <section id="contribute" class="container content-section contribute-section text-center">
36 <div class="page-header">
37 <h1>{{ _("Contribute") }}</h1>
38 </div>
39
40 <div class="row">
41 <div class="col-md-8 col-md-offset-2">
42 <h3>{{ _("Provide Community Support") }}</h3>
43
44 <p>
45 {% if lang == "de" %}
46 Werde Teil der wundervollen Gemeinschaft von IPFire und helfe
47 Einsteigern bei ihren ersten Schritten. Bring dich ein in Diskussionen
48 rund um das Projekt in <a href="/chat">Chaträumen</a>, dem
49 <a href="http://forum.ipfire.org">IPFire Forum</a>, und
50 den <a href="http://lists.ipfire.org/">Mailinglisten</a>.
51 {% else %}
52 Join the wonderful IPFire Community and help other people getting started with IPFire.
53 Take part in discussions all around the project on our <a href="/chat">channels</a>,
54 the <a href="http://forum.ipfire.org">IPFire Forums</a>, and
55 <a href="http://lists.ipfire.org/">Mailing Lists</a>.
56 {% end %}
57 </p>
58
59 <div class="btn-toolbar">
60 <a class="btn btn-default" href="http://forum.ipfire.org/search.php?search_id=unanswered">
61 {{ _("Unanswered questions on the forums") }}
62 </a>
63 <a class="btn btn-default" href="/chat">{{ _("On our Jabber/IRC channels") }}</a>
64 </div>
65
66 <hr>
67
68 <h3>{{ _("Improve our Documentation") }}</h3>
69
70 <p>
71 {% if lang == "de" %}
72 Das <a href="//wiki.ipfire.org">IPFire Wiki</a> beinhaltet Dokumentation
73 über IPFire und beantwortet alle Fragen. Hast du etwas gefunden, das
74 undokumentiert, nicht vollständig ist oder Überarbeitung bedarf?
75 Logge dich ein und editiere gleich los.
76 {% else %}
77 The <a href="//wiki.ipfire.org">IPFire Wiki</a> is the source of documentation
78 and answers all questions about IPFire. Found something that needs to be
79 documented, improved, or rewritten? Sign up and get it done!
80 {% end %}
81 </p>
82
83 <a class="btn btn-default" href="http://wiki.ipfire.org">{{ _("IPFire Wiki") }}</a>
84
85 <hr>
86
87 <h3>{{ _("Translate") }}</h3>
88
89 <p>
90 {% if lang == "de" %}
91 IPFire wird in vielen Ländern der Welt eingesetzt.
92 Die Software zu übersetzen hilft dabei IPFire leichter
93 bedienbar zu machen. Trage dazu bei IPFire in eine
94 neue Sprache zu übersetzen, oder verbessere bestehende
95 Übersetzungen.
96 {% else %}
97 IPFire is used in many countries all over the world.
98 Translating the software helps us to make it usable for
99 more and more people. Join our efforts and translate IPFire
100 into a new language or improve already existing translations.
101 {% end %}
102 </p>
103
104 <a class="btn btn-default" href="https://www.transifex.com/projects/p/ipfire/">{{ _("Translate") }}</a>
105
106 <hr>
107
108 <h3>{{ _("Maintain Packages") }}</h3>
109
110 <p>
111 {% if lang == "de" %}
112 Werde Experte in einem Subsystem der IPFire-Distribution und
113 helfe dabei Funktionen auf aktuellem Stand zu erhalten und
114 Bugs zu beseitigen.
115 Die Wartung von Paketen ist ein essentieller Teil des Projekts
116 und unerlässlich, um die großartige Stabilität und Sicherheit
117 von IPFire zu erhalten, die es heute hat.
118 {% else %}
119 Become an expert for a subsystem of the IPFire distribution and help
120 to keep features up to date and fix bugs.
121 Maintaining packages is an essential part of the project and needed
122 to provide the great level of stability and security that IPFire does
123 today.
124 {% end %}
125 </p>
126
127 <div class="btn-toolbar">
128 <a class="btn btn-default" href="http://wiki.ipfire.org/devel/submit-patches">{{ _("Submit Patches") }}</a>
129 <a class="btn btn-default" href="https://pakfire.ipfire.org/">{{ _("Pakfire Build Service") }}</a>
130 </div>
131
132 <hr>
133
134 <h3>{{ _("Report & Resolve Bugs") }}</h3>
135
136 <p>
137 {% if lang == "de" %}
138 Solltest du einen Fehler in IPFire gefunden haben, nimm dir einen Moment Zeit, um
139 ihn zu melden. Natürlich freuen wir uns über Lösungen für bereits gemeldete Bugs.
140 {% else %}
141 If you have come across a flaw in the IPFire distribution, please take a moment and
142 report it to us. Of course we appreciate any solutions for already existing bug
143 reports.
144 {% end %}
145 </p>
146
147 <div class="btn-toolbar">
148 <a class="btn btn-default" href="http://bugzilla.ipfire.org">{{ _("IPFire Bugzilla") }}</a>
149 <a class="btn btn-default" href="http://wiki.ipfire.org/devel/bugzilla">{{ _("Dealing with bug reports") }}</a>
150 </div>
151
152 <hr>
153
154 <h3>{{ _("Provide Infrastructure") }}</h3>
155
156 <p>
157 {% if lang == "de" %}
158 Das IPFire-Projekt unterhält eine Menge Infrastruktur für verschiedene Dienste für die Nutzer.
159 Für schnelle Downloads und eine hohe Zuverlässigkeit der Dienste zu gewährleisten arbeitet
160 das IPFire Infrastructure-Team, das sich über Unterstützung freut.
161 {% else %}
162 The IPFire project is hosted on a huge infrastructure and runs various services for the users.
163 To keep access to IPFire download images as fast as possible and to keep our services running
164 as reliable as possible, the IPFire Infrastructure team is operating this infrastructure and
165 appreciates your support.
166 {% end %}
167 </p>
168
169 <a class="btn btn-default" href="http://wiki.ipfire.org/en/project/mirror">{{ _("Host a mirror") }}</a>
170
171 <hr>
172
173 <h3>{{ _("Donate") }}</h3>
174
175 <p>
176 {% if lang == "de" %}
177 Die Unterstützung vieler Freiwillige, die zur Entwicklung oder anderen
178 Bereichen des Projekts beitragen ist unerlässlich für den Erfolg dieses
179 Projekts.
180 Wenn du kein Experte im Schreiben von Dokumentation, oder Technologie bist,
181 aber trotzdem zum Projekt beitragen möchtest, kannst du die Arbeit anderer
182 finanziell unterstützen, um laufende Kosten zu decken.
183 {% else %}
184 Support by volunteers who engage in development or contribute themselves
185 is is essential for this project. If you are not an expert in writing
186 documentation, or technology but want to help out, you can support
187 the work of the others by making a financial contribution which
188 will help covering costs.
189 {% end %}
190 </p>
191
192 <a class="btn btn-default" href="/donate">{{ _("Donate") }}</a>
193 </div>
194 </div>
195 </section>
196 {% end block %}