1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-17 06:05:27 +02:00
fugitive/default-files/atom.xml

26 lines
997 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-02-16 15:00:41 +01:00
<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>
2019-08-13 17:21:30 +02:00
<generator>fugitive - https://code.up8.edu/pablo/fugitive</generator>
2016-02-16 15:00:41 +01:00
<?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 ?>
2016-02-16 15:00:41 +01:00
</feed>