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