summaryrefslogtreecommitdiff
path: root/atompage.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-10-16 17:39:27 +0200
committerJonas Smedegaard <dr@jones.dk>2007-10-16 17:39:27 +0200
commit282ce91522affa27606bc5b835d8a7d7a91b4df5 (patch)
tree60a9f4afef387634fbe49fca38d72acd29406d33 /atompage.tmpl
Grab upstream pages from version 2.9.
Diffstat (limited to 'atompage.tmpl')
-rw-r--r--atompage.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/atompage.tmpl b/atompage.tmpl
new file mode 100644
index 0000000..1bca3e7
--- /dev/null
+++ b/atompage.tmpl
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<title><TMPL_VAR TITLE></title>
+<link href="<TMPL_VAR PAGEURL>"/>
+<link href="<TMPL_VAR FEEDURL>" rel="self"/>
+<author>
+<name><TMPL_VAR WIKINAME></name>
+</author>
+<id><TMPL_VAR PAGEURL></id>
+<subtitle type="html"><TMPL_VAR FEEDDESC ESCAPE=HTML></subtitle>
+<generator uri="http://ikiwiki.info/" version="<TMPL_VAR VERSION>">ikiwiki</generator>
+<updated><TMPL_VAR FEEDDATE></updated>
+<TMPL_VAR CONTENT>
+</feed>