From 0aeed6362783cfe749deaaa91239b3fc6c6fc402 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 16 Jan 2011 21:32:25 +0100 Subject: [PATCH] www: Update support site. Add IRC link and make links opening in a new window. --- www/templates/static/support.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/www/templates/static/support.html b/www/templates/static/support.html index 6809be66..0fea3796 100644 --- a/www/templates/static/support.html +++ b/www/templates/static/support.html @@ -10,11 +10,14 @@ {% if lang == "de" %}

- Die erste Anlaufstelle für Probleme ist das Wiki. Das Wiki enthält für die meisten Fragen die passende Antwort. + Die erste Anlaufstelle für Probleme ist das + Wiki. + Das Wiki enthält für die meisten Fragen die passende Antwort.

{% else %}

- The first place to go when you need help is the wiki. + The first place to go when you need help is the + wiki. It is a collection of pages which will answer most of the question that may come up.

{% end %} @@ -40,7 +43,7 @@ knowledge. This is the only way to get the wiki to the best source of information about IPFire. {% end %}

- +

{{ _("Forum") }}

@@ -49,15 +52,16 @@ {% if lang == "de" %}

- Die zweite Informationsquelle ist das Forum. + Die zweite Informationsquelle ist das Forum. Spezielle Fragen, die nicht im Wiki beantwortet wurden, können hier gestellt werden.

{% else %}

- The second place is the forum. If your question was not - answered in the wiki you may probably want to ask it there. + The second place is the forum. + If your question was not answered in the wiki you may probably want to ask it there.

{% end %} +

{{ _("Internet relay chat") }}

IRC @@ -74,7 +78,8 @@

{% end %}

- {{ _("Server") }}: irc.freenode.net + {{ _("Server") }}: + irc.freenode.net
{{ _("Channel") }}: #ipfire

-- 2.47.3