fugitive/default-files/atom.xml

26 lines
997 B
XML

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<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 - https://code.up8.edu/pablo/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>