5 <title>{{ name }}</title>
6 <link>{{ link }}</link>
7 <language>en</language>
8 <description>{{ name }} - {{ link }}</description>
10 {% for item in Items %}
12 <title>{{ item.channel_name }}{% if item.title %}: {{ item.title_plain }}{% endif %}</title>
13 <guid>{{ item.id }}</guid>
14 <link>{{ item.link }}</link>
15 {% if item.content %} <description> {% if item.channel_face %} <img src="http://planet.debian.org/heads/{{ item.channel_face }}" width="{{ item.channel_facewidth }}" height="{{ item.channel_faceheight }}" alt="" align="right" style="float: right;"> {% endif %} {{ item.content }} </description> {% endif %}
16 <pubDate>{{ item.date_822 }}</pubDate>
17 {% if item.author_email %} {% if item.author_name %} <author>{{ item.author_email }} ({{ item.author_name }})</author> {% else %} <author>{{ item.author_email }}</author> {% endif %} {% endif %}