summaryrefslogtreecommitdiff
path: root/default-files/atom.xml
blob: bd5cd48cc55ddb9cb20abb14052c6510608f6212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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://clandest.in/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>