1 {% extends
"base-1.html" %}
3 {% block title %}{{ _(
"News") }}{% end block %}
6 <div class=
"page-header">
7 <h1>{{ _(
"What is new on the IPFire project?") }}
</h1>
11 <div class=
"col-lg-6 col-md-6">
14 Auf diesen Seiten findest du alle Ankündigungen,
15 die je veröffentlicht wurden.
18 Nutze die Navigationsleiste am unteren Ende,
19 um zu einem bestimmten Jahr zu springen.
23 On these pages, you will find all the news announcements
24 that have been released.
27 Use the navigation bar on the bottom to jump to
33 <div class=
"col-lg-3 col-md-3">
34 <h4>{{ _(
"Stay up to date") }}
</h4>
38 Du kannst dir alle Ankündigungen direkt in
39 dein Emailpostfach senden lassen.
40 Abboniere dazu einfach die
41 <a href=
"http://lists.ipfire.org/mailman/listinfo/ipfire-announce">ipfire-announce
</a>
45 Ebenso gibt es einen
<a href=
"/news.rss">RSS-Feed
</a>.
49 You can get the latest IPFire news directly to
50 your mailbox by subscribing to the
51 <a href=
"http://lists.ipfire.org/mailman/listinfo/ipfire-announce">ipfire-announce
</a>
55 There is also an
<a href=
"/news.rss">RSS feed
</a> available.
60 <div class=
"col-lg-3 col-md-3">
61 <h4>{{ _(
"IPFire Planet") }}
</h4>
65 Der
<em>IPFire Planet
</em> ist ein Blog der Entwickler.
68 Dort schreiben sie über interessante Dinge rund um das Projekt.
72 The
<em>IPFire planet
</em> is the blog of the IPFire developers.
75 They write about intesting stuff all around the project.
84 <div class=
"col-lg-6 col-md-6 col-lg-offset-3">
85 <h3>{{ _(
"Latest news") }}
</h3>
86 {% module NewsTable(news) %}
92 {% module NewsYearNavigation() %}