]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/chat.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / chat.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Chat") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Chat") }}</h1>
8 </div>
9
10 {% if lang == "de" %}
11 <p>
12 Wer Fragen rund um IPFire hat, findet in unserem IRC-Channel rund
13 um die Uhr Ansprechpartner, die Hilfestellung zu allen möglichen
14 Themen geben können.
15 Dies ist gleichzeitig eine tolle Möglichkeit, neue Kontakte zu
16 knüpfen oder sich einfach zu unterhalten.
17 </p>
18 {% else %}
19 <p>
20 On the IPFire IRC channel, you will find people who can help you
21 with your questions about IPFire.
22 This is a good chance to meet people involved in the project
23 or just have a chat.
24 </p>
25 {% end %}
26
27 <ul>
28 <li>
29 <strong>{{ _("Server") }}</strong>: irc.freenode.net
30 </li>
31 <li>
32 <strong>{{ _("Channel") }}</strong>: #ipfire
33 </li>
34 </ul>
35
36 <a class="btn" href="http://webchat.freenode.net/?channels=ipfire">
37 {{ _("Use the web client") }}
38 </a>
39 {% end block %}