summaryrefslogtreecommitdiffstats
path: root/_atom.template.xml
blob: 1198a127f848ac7c623c3768ac6a620f7a810495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Alpine Linux News</title>
    <id>http://alpinelinux.org/atom.xml</id>
    <link href="http://alpinelinux.org/atom.xml" rel="self" type="application/rss+xml" />
    <updated>{{updated}}</updated>
    {{#entries}}
    <entry>
        <title>{{title}}</title>
        <link href="http://alpinelinux.org/posts/{{html}}"/>
        <id>http://alpinelinux.org/posts/{{html}}</id>
        <updated>{{updated}}</updated>
        <author>
            <name>{{author}}</name>
        </author>
        <summary>{{title}}</summary>
    </entry>
    {{/entries}}
</feed>