From: Michael Tremer Date: Mon, 15 Oct 2018 20:53:57 +0000 (+0100) Subject: Redesign chat page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8054cd1650a902f9663b0137b2f3c895a826de1f;p=ipfire.org.git Redesign chat page Signed-off-by: Michael Tremer --- diff --git a/src/templates/static/chat.html b/src/templates/static/chat.html index 84fc2774..c517146f 100644 --- a/src/templates/static/chat.html +++ b/src/templates/static/chat.html @@ -3,69 +3,32 @@ {% block title %}{{ _("Chat") }}{% end block %} {% block container %} -
-
-

{{ _("Chat") }}

- -
-
-

- 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. -

+
+
+
+
+

{{ _("Chat") }}

+ +

+ You can join a live chat with fellow IPFire users and developers +

+
- -
-
-

- - {{ _("Jabber") }} - -

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

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

-
- -
-

{{ _("IRC") }}

+
-
-
{{ _("Channel") }}
-
#ipfire
+
+
+

XMPP

-
{{ _("Server") }}
-
irc.freenode.net
-
+

+ For chat, we use XMPP (also known as the Jabber Protocol). +

-

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

-
+

+ To join our chat room, point your XMPP client to: + ipfire@conference.ipfire.org +

-
- {% end block %}