From: Michael Tremer Date: Fri, 14 Jan 2011 22:44:34 +0000 (+0100) Subject: Update support page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b9907872ba706a5f7199becea033aba5707a2d0;p=ipfire.org.git Update support page. --- diff --git a/www/static/css/style.css b/www/static/css/style.css index ce0b1e55..9896bfab 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -62,6 +62,7 @@ div.line { img { padding: 3px; + border: 0; } img.floatTL { diff --git a/www/static/images/icons/forum.png b/www/static/images/icons/forum.png new file mode 100644 index 00000000..70ab2f55 Binary files /dev/null and b/www/static/images/icons/forum.png differ diff --git a/www/static/images/icons/irc.png b/www/static/images/icons/irc.png new file mode 100644 index 00000000..0c66bbb7 Binary files /dev/null and b/www/static/images/icons/irc.png differ diff --git a/www/static/images/icons/wiki.png b/www/static/images/icons/wiki.png new file mode 100644 index 00000000..8090b87b Binary files /dev/null and b/www/static/images/icons/wiki.png differ diff --git a/www/templates/static/support.html b/www/templates/static/support.html index 990f185e..c9e9f196 100644 --- a/www/templates/static/support.html +++ b/www/templates/static/support.html @@ -3,93 +3,79 @@ {% block title %}{{ _("Getting support") }}{% end block %} {% block content %} -

{{ _("Getting support") }}

+

{{ _("Documentation") }}

+ + wiki + - - - - - - - - - - - - - - - - -
- - WIKI - - {% if lang == "de" %} -

- 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. - It is a collection of pages which will answer most of the question that may come up. -

- {% end %} -

- {{ _("Really important guides are:") }} -

- + {% if lang == "de" %} +

+ 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. + It is a collection of pages which will answer most of the question that may come up. +

+ {% end %} +

+ {{ _("Really important guides are:") }} +

+ -
+
-

- {% if lang == "de" %} - Die Dokumentation im Wiki wird von der Community gepflegt. Jedem steht es offen sich - mit seinem Account anzumelden und sein Wissen zu teilen. Das ist die beste Möglichkeit - um das Wiki zu der umfassendsten Resource für Informationen rund um IPFire zu machen. - {% else %} - The wiki is maintained by the community. Feel free to log on with your account and share your - knowledge. This is the only way to get the wiki to the best source of information about IPFire. - {% end %} -

-
- FORUM - - {% if lang == "de" %} -

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

- {% end %} -
 
- IRC - - {% if lang == "de" %} -

- Für prompten Support gibt es einen IRC-Channel, wo sich andere Benutzer - finden lassen, die Hilfestellung geben können. -

- {% else %} -

- If you need immediate help there is the IRC channel where you can meet fellow IPFire users - that may get their hands on your configuration and check it out together. -

- {% end %} -

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

-
+

+ {% if lang == "de" %} + Die Dokumentation im Wiki wird von der Community gepflegt. Jedem steht es offen sich + mit seinem Account anzumelden und sein Wissen zu teilen. Das ist die beste Möglichkeit + um das Wiki zu der umfassendsten Resource für Informationen rund um IPFire zu machen. + {% else %} + The wiki is maintained by the community. Feel free to log on with your account and share your + knowledge. This is the only way to get the wiki to the best source of information about IPFire. + {% end %} +

+ +

{{ _("Forum") }}

+ + forum + + + {% if lang == "de" %} +

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

+ {% end %} + +

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

+ IRC + + {% if lang == "de" %} +

+ Für prompten Support gibt es einen IRC-Channel, wo sich andere Benutzer + finden lassen, die Hilfestellung geben können. +

+ {% else %} +

+ If you need immediate help there is the IRC channel where you can meet fellow IPFire users + that may get their hands on your configuration and check it out together. +

+ {% end %} +

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

{% end block %} diff --git a/www/translations/de_DE.csv b/www/translations/de_DE.csv index 7b861c24..922ba8ea 100644 --- a/www/translations/de_DE.csv +++ b/www/translations/de_DE.csv @@ -254,3 +254,5 @@ "Kernels","Kernel" "fireinfo statistics","Fireinfo-Statistiken" "Go to the wiki","Zum Wiki" +"Documentation","Dokumentation" +"Configuration","Konfiguration"