]> git.ipfire.org Git - ipfire.org.git/blame - templates/static/chat.html
Drop German translation
[ipfire.org.git] / templates / static / chat.html
CommitLineData
60024cc8
MT
1{% extends "../base-1.html" %}
2
3{% block title %}{{ _("Chat") }}{% end block %}
9b5ac075 4
60b0917c 5{% block container %}
b735af48
SH
6<div class="container">
7 <section class="features-content col-12">
8 <h2 class="display-2 text-center">{{ _("Chat") }}</h2>
9
10 <div class="row mb-5">
11 <div class="col-md-8 offset-md-2 text-center">
e52b45b6
MT
12 <p class="lead">
13 On the IPFire channel, you will find people who can help you
14 with your questions about IPFire.
15 </p>
16 <p>
17 This is a good chance to meet people involved in the project
18 or just have a chat.
19 </p>
60b0917c 20 </div>
b735af48
SH
21 </div>
22
23 <div class="row">
24 <div class="col-md-3 offset-md-2">
60b0917c
MT
25 <h4>
26 <a href="xmpp:ipfire@conference.ipfire.org">
27 {{ _("Jabber") }}
28 </a>
29 </h4>
91071f8f 30
60b0917c
MT
31 <dl class="dl-horizontal">
32 <dt>{{ _("Room") }}</dt>
33 <dd>ipfire</dd>
91071f8f 34
60b0917c
MT
35 <dt>{{ _("Server") }}</dt>
36 <dd>conference.ipfire.org</dd>
37 </dl>
91071f8f 38
60b0917c
MT
39 <p class="ac">
40 <small>
b735af48 41 <a href="//planet.ipfire.org/post/opening-the-ipfire-jabber-server">
60b0917c
MT
42 {{ _("Need a Jabber account?") }}
43 </a>
44 </small>
45 </p>
b735af48 46 </div>
91071f8f 47
b735af48 48 <div class="col-md-3 offset-md-2">
60b0917c 49 <h4>{{ _("IRC") }}</h4>
91071f8f 50
60b0917c
MT
51 <dl class="dl-horizontal">
52 <dt>{{ _("Channel") }}</dt>
53 <dd>#ipfire</dd>
91071f8f 54
60b0917c
MT
55 <dt>{{ _("Server") }}</dt>
56 <dd>irc.freenode.net</dd>
57 </dl>
91071f8f 58
e52b45b6
MT
59 <p class="ac">
60 You can use any IRC client to connect to the server and channel
61 above or
62 <a href="//webchat.freenode.net/?channels=ipfire">
63 use a web client
64 </a>.
65 </p>
60b0917c
MT
66 </div>
67 </div>
68 </section>
b735af48
SH
69</div>
70
60024cc8 71{% end block %}