From: Jan Paul Tuecking Date: Tue, 19 Jan 2010 21:33:22 +0000 (+0100) Subject: Fixed structure. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e5f297c223419713208a13755725494a50f4ebd;p=ipfire.org.git Fixed structure. --- diff --git a/www/templates/index.html b/www/templates/index.html index 91d603b7..4f25dddf 100644 --- a/www/templates/index.html +++ b/www/templates/index.html @@ -3,54 +3,51 @@ {% block title %}{{ _("Home") }}{% end block %} {% block content %} -

{{ _("More security for your network") }}

- -

- {% if lang == "de" %} - Das IPFire-System ist eine Linux-Distribution, welche - die Zielsetzung hat ein einfach zu installierendes Grundsystem zu bieten - und dabei ein hohes Sicherheitsniveau zu gewährleisten. -
- IPFire ist komplett über sein intuitiv zu bedienendes - Webinterface zu konfigurieren und bietet sowohl Anfängern, - als auch erfahrenen Administratoren eine Fülle von - Einstellungsmöglichkeiten. Ein Schwerpunkt bei der - Weiterentwickling legen die erfahrenen Entwickler klar auf regelmäßige - System und vor allem Sicherheitsupdates. - - Durch den integrierten Paketmanager Pakfire lässt sich - der IPFire mit diversen - Addons, - bishin zu einem Server-System erweitern. - {% else %} - IPFire is a linux-distribution that focusses on easy - setup, good handling and a high niveau of security. -
- It is operable via an intuitive webinterface, which offers a lot of - playground for beginners and even experienced - administrators. - IPFire is maintained by experienced developers, who - are really concerned about security and regulary updates to - keep it secure. - - IPFire ships with a custom built paket-manager called - Pakfire, so the system can be expanded with various - addons. - {% end %} -

- -
-
- {{ _("CeBIT-Donation") }} +
+

{{ _("More security for your network") }}

+

+ {% if lang == "de" %} + Das IPFire-System ist eine Linux-Distribution, mit der Zielsetzung ein einfach zu + installierendes Grundsystem zu bieten und dabei ein hohes Sicherheitsniveau zu gewährleisten. + IPFire ist komplett über sein intuitiv zu bedienendes Webinterface zu konfigurieren + und bietet sowohl Anfängern, als auch erfahrenen Administratoren eine Fülle von + Einstellungsmöglichkeiten. Einen Schwerpunkt bei der Weiterentwicklung legen die erfahrenen Entwickler + auf regelmäßige System- und vor allem Sicherheitsupdates.

+ Durch den integrierten Paketmanager Pakfire lässt sich der IPFire mit diversen + Addons, + zu einem Server-System erweitern. + {% else %} + IPFire is a linux-distribution that focusses on easy setup, good handling and a + high niveau of security.
It is operable via an intuitive webinterface, which offers a + lot of playground for beginners and even experienced administrators. + IPFire is maintained by experienced developers, who are really concerned about security and regulary + updates to keep it secure.

+ IPFire ships with a custom built paket-manager called Pakfire, so the system can be + expanded with various addons. + {% end %} +

+ + + IPFire Network +
+ +
+

{{ _("News") }}

+ + {% for item in news.get(2) %} + {{ modules.NewsItem(item) }} + {% end %}
- -

{{ _("News") }}

- - {% for item in news.get(2) %} - {{ modules.NewsItem(item) }} - {% end %} -

{{ _("Previous posts >>") }}