summaryrefslogtreecommitdiff
path: root/default-files/feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/feed.xml')
-rw-r--r--default-files/feed.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/default-files/feed.xml b/default-files/feed.xml
deleted file mode 100644
index b971b55..0000000
--- a/default-files/feed.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0">
- <channel>
-
- <title><?fugitive-install name ?>'s blog rss feed</title>
- <link><?fugitive blog_url ?></link>
- <description>5 last published articles</description>
- <generator>fugitive - http://gitorious.org/fugitive</generator>
- <lastBuildDate><?fugitive commit_date ?></lastBuildDate>
-
- <?fugitive foreach:article ?>
- <item>
- <title><![CDATA[<?fugitive article_title ?>]]></title>
- <link><?fugitive blog_url ?><?fugitive article_file ?>.html</link>
- <description><![CDATA[<?fugitive article_content ?>]]></description>
- <author><?fugitive article_cauthor ?></author>
- <guid><?fugitive blog_url ?><?fugitive article_file ?>.html</guid>
- <pubDate><?fugitive article_cdatetime ?></pubDate>
- </item>
- <?fugitive endforeach:article ?>
-
- </channel>
-</rss>