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