summaryrefslogtreecommitdiff
path: root/tmpl/page.atom.erb
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/page.atom.erb')
-rw-r--r--tmpl/page.atom.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/tmpl/page.atom.erb b/tmpl/page.atom.erb
new file mode 100644
index 0000000..ea37ea5
--- /dev/null
+++ b/tmpl/page.atom.erb
@@ -0,0 +1,10 @@
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <link rel="alternate" type="text/html" href="<%= page.url %>"/>
+ <id><%= page.url %></id>
+ <updated><%= page.updated.rfc3339 %></updated>
+ <published><%= page.published.rfc3339 %></published>
+ <title><%= page.title %></title>
+ <author><%= page.author.atom %></author>
+ <% if page.content %><content type="html"><%= html_escape(page.content) %></content><% end %>
+ <% if page.rights %><rights type="html"><%= html_escape(page.rights) %></rights><% end %>
+</entry>