]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/get-involved.html
Drop German translation
[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 <section id="support" class="content-section">
7 <div class="container">
8 <div class="row mb-5">
9 <section class="features-content col-12">
10 <h2 class="display-2 text-center">{{ _("Join the IPFire Community") }}</h2>
11
12 <div class="row">
13 <div class="col-md-4 text-center">
14 <a href="/chat" class="link-normal">
15 <span class="fa fa-4x fa-wechat"></span>
16 <h3>{{ _("Chat") }}</h3>
17 </a>
18 </div>
19
20 <div class="col-md-4 text-center">
21 <a href="//forum.ipfire.org" class="link-normal">
22 <span class="fa fa-4x fa-users"></span>
23 <h3>{{ _("Forums") }}</h3>
24 </a>
25 </div>
26
27 <div class="col-md-4 text-center">
28 <a href="http://lists.ipfire.org" class="link-normal">
29 <span class="fa fa-4x fa-envelope-o"></span>
30 <h3>{{ _("Mailing Lists") }}</h3>
31 </a>
32 </div>
33 </div>
34 </section>
35 </div>
36 </div>
37 </section>
38
39 <div class="container mt-6">
40 <div class="row">
41 <section class="col-12">
42 <h2 class="display-2 text-center">{{ _("Contribute") }}</h2>
43
44 <div class="row mb-6">
45 <section id="community_support" class="col-5">
46 <h4>{{ _("Provide Community Support") }}</h4>
47 <p>
48 Join the wonderful IPFire Community and help other people getting started with IPFire.
49 Take part in discussions all around the project on our <a href="/chat">channels</a>,
50 the <a href="//forum.ipfire.org">IPFire Forums</a>, and
51 <a href="//lists.ipfire.org/">Mailing Lists</a>.
52 </p>
53
54 <a class="btn btn-white mb-3" href="http://forum.ipfire.org/search.php?search_id=unanswered">{{ _("Unanswered questions on the forums") }}</a>
55 <a class="btn btn-white" href="/chat">{{ _("On our Jabber/IRC channels") }}</a>
56 </section>
57
58 <section id="documentation" class="col-5 offset-2">
59 <h4>{{ _("Improve our Documentation") }}</h4>
60 <p>
61 The <a href="//wiki.ipfire.org">IPFire Wiki</a> is the source of documentation
62 and answers all questions about IPFire. Found something that needs to be
63 documented, improved, or rewritten? Sign up and get it done!
64 </p>
65
66 <a class="btn btn-white" href="http://wiki.ipfire.org">{{ _("IPFire Wiki") }}</a>
67 </section>
68 </div>
69
70 <div class="row mb-6">
71 <section id="translation" class="col-5">
72 <h4>{{ _("Translate") }}</h4>
73 <p>
74 IPFire is used in many countries all over the world.
75 Translating the software helps us to make it usable for
76 more and more people. Join our efforts and translate IPFire
77 into a new language or improve already existing translations.
78 </p>
79 </section>
80
81
82 <section id="maintain" class="col-5 offset-2">
83 <h4>{{ _("Maintain Packages") }}</h4>
84 <p>
85 Become an expert for a subsystem of the IPFire distribution and help
86 to keep features up to date and fix bugs.
87 Maintaining packages is an essential part of the project and needed
88 to provide the great level of stability and security that IPFire does
89 today.
90 </p>
91
92 <a class="btn btn-white mr-3" href="http://wiki.ipfire.org/devel/submit-patches">{{ _("Submit Patches") }}</a>
93 <a class="btn btn-white" href="https://pakfire.ipfire.org/">{{ _("Pakfire Build Service") }}</a>
94 </section>
95 </div>
96
97 <div class="row mb-6">
98 <section id="bugs" class="col-5">
99 <h4>{{ _("Report & Resolve Bugs") }}</h4>
100 <p>
101 If you have come across a flaw in the IPFire distribution, please take a moment and
102 report it to us. Of course we appreciate any solutions for already existing bug
103 reports.
104 </p>
105
106 <a class="btn btn-white mr-3" href="http://bugzilla.ipfire.org">{{ _("IPFire Bugzilla") }}</a>
107 <a class="btn btn-white" href="http://wiki.ipfire.org/devel/bugzilla">{{ _("Dealing with bug reports") }}</a>
108 </section>
109
110 <section id="infrastructure" class="col-5 offset-2">
111 <h4>{{ _("Provide Infrastructure") }}</h4>
112 <p>
113 The IPFire project is hosted on a huge infrastructure and runs various services for the users.
114 To keep access to IPFire download images as fast as possible and to keep our services running
115 as reliable as possible, the IPFire Infrastructure team is operating this infrastructure and
116 appreciates your support.
117 </p>
118
119 <a class="btn btn-white" href="http://wiki.ipfire.org/en/project/mirror">{{ _("Host a mirror") }}</a>
120 </section>
121 </div>
122
123 <div class="row justify-content-center mb-6">
124 <section id="donate" class="col-5 text-center">
125 <h4>{{ _("Donate") }}</h4>
126 <p>
127 Support by volunteers who engage in development or contribute themselves
128 is is essential for this project. If you are not an expert in writing
129 documentation, or technology but want to help out, you can support
130 the work of the others by making a financial contribution which
131 will help covering costs.
132 </p>
133
134 <a class="btn btn-red900" href="/donate">{{ _("Donate") }}</a>
135 </section>
136 </div>
137 </section>
138 </div>
139 </div>
140
141 {% end block %}