From: Michael Tremer Date: Mon, 8 Jun 2015 10:27:16 +0000 (+0200) Subject: Update the chat page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91071f8f64ba3f5f9a9630e65e1e0b1c22482d59;p=ipfire.org.git Update the chat page --- diff --git a/templates/static/chat.html b/templates/static/chat.html index a9ea7ddc..a1706c45 100644 --- a/templates/static/chat.html +++ b/templates/static/chat.html @@ -5,39 +5,92 @@ {% block header %}
-

{{ _("Chat") }}

+

+ + {{ _("Chat") }} +

{% end header %} {% block body %} - {% if lang == "de" %} -

- Wer Fragen rund um IPFire hat, findet in unserem IRC-Channel rund - um die Uhr Ansprechpartner, die Hilfestellung zu allen möglichen - Themen geben können. - Dies ist gleichzeitig eine tolle Möglichkeit, neue Kontakte zu - knüpfen oder sich einfach zu unterhalten. -

- {% else %} -

- On the IPFire IRC channel, you will find people who can help you - with your questions about IPFire. - This is a good chance to meet people involved in the project - or just have a chat. -

- {% end %} - - - - - {{ _("Use the web client") }} - +
+
+ {% if lang == "de" %} +

+ Wer Fragen rund um IPFire hat, findet in unserem Channel rund + um die Uhr Ansprechpartner, die Hilfestellung zu allen möglichen + Themen geben können. +

+

+ Dies ist gleichzeitig eine tolle Möglichkeit, neue Kontakte zu + knüpfen oder sich einfach zu unterhalten. +

+ {% else %} +

+ On the IPFire channel, you will find people who can help you + with your questions about IPFire. +

+

+ This is a good chance to meet people involved in the project + or just have a chat. +

+ {% end %} +
+ +
+

+ + {{ _("Jabber") }} + +

+ +
+
{{ _("Room") }}
+
ipfire
+ +
{{ _("Server") }}
+
conference.ipfire.org
+
+ +

+ + + {{ _("Need a Jabber account?") }} + + +

+ +
+ +

{{ _("IRC") }}

+ +
+
{{ _("Channel") }}
+
#ipfire
+ +
{{ _("Server") }}
+
irc.freenode.net
+
+ + {% if lang == "de" %} +

+ Du kannst dich mit jedem beliebigen IRC-Client mit dem Server + und Channel verbinden oder + + diesen Web-Client + benutzen. +

+ {% else %} +

+ You can use any IRC client to connect to the server and channel + above or + + use a web client + . +

+ {% end %} +
+
+ {% end block %}