summaryrefslogtreecommitdiff
path: root/default-files/atom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/atom.xml')
-rw-r--r--default-files/atom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/default-files/atom.xml b/default-files/atom.xml
new file mode 100644
index 0000000..2cfc918
--- /dev/null
+++ b/default-files/atom.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
+ <title><?fugitive-install name ?>'s blog atom feed</title>
+ <link rel="self" href="<?fugitive blog_url ?>atom.xml" />
+ <link href="<?fugitive blog_url ?>" />
+ <id><?fugitive blog_url ?>atom.xml</id>
+ <updated><?fugitive commit_datetime_html5 ?></updated>
+ <generator>fugitive - http://gitorious.org/fugitive</generator>
+ <?fugitive foreach:article ?>
+ <entry>
+ <title><?fugitive article_title ?></title>
+ <link href="<?fugitive blog_url ?><?fugitive article_file ?>.html" />
+ <id><?fugitive blog_url ?><?fugitive article_file ?>.html</id>
+ <updated><?fugitive article_mdatetime_html5 ?></updated>
+ <published><?fugitive article_cdatetime_html5 ?></published>
+ <author>
+ <name><?fugitive article_cauthor ?></name>
+ </author>
+ <content type="html"><![CDATA[ <?fugitive article_content ?> ]]></content>
+ </entry>
+ <?fugitive endforeach:article ?>
+</feed>