summaryrefslogtreecommitdiffstats
path: root/_atom.template.xml
diff options
context:
space:
mode:
Diffstat (limited to '_atom.template.xml')
-rwxr-xr-x_atom.template.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/_atom.template.xml b/_atom.template.xml
index f75a2b4..1198a12 100755
--- a/_atom.template.xml
+++ b/_atom.template.xml
@@ -1,14 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <title>{{title}}</title>
+ <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>
- <updated>{{updated}}</updated>
<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>