{% extends "base-1.html" %} {% block title %}{{ _("News") }}{% end block %} {% block body %}

On these pages, you will find all the news announcements that have been released.

Use the navigation bar on the bottom to jump to a certain year.

{{ _("Stay up to date") }}

You can get the latest IPFire news directly to your mailbox by subscribing to the ipfire-announce mailing list.

There is also an RSS feed available.

{{ _("IPFire Planet") }}

The IPFire planet is the blog of the IPFire developers.

They write about intesting stuff all around the project.


{{ _("Latest news") }}

{% module NewsTable(news) %}

{% module NewsYearNavigation() %} {% end block %}