From c2547e0b684e61539666ec6d130145fe1c59f341 Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Mon, 15 Feb 2016 19:28:37 +0000 Subject: Added support for Atom feeds, improved validation for RSS feeds --- default-files/atom.xml | 22 ++++++++++++++++++++++ default-files/feed.xml | 23 ----------------------- default-files/rss.xml | 23 +++++++++++++++++++++++ default-files/top.html | 3 ++- 4 files changed, 47 insertions(+), 24 deletions(-) create mode 100644 default-files/atom.xml delete mode 100644 default-files/feed.xml create mode 100644 default-files/rss.xml (limited to 'default-files') 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 @@ + + + <?fugitive-install name ?>'s blog atom feed + + + atom.xml + + fugitive - http://gitorious.org/fugitive + + + <?fugitive article_title ?> + + .html + + + + + + ]]> + + + 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 @@ - - - - - <?fugitive-install name ?>'s blog rss feed - - 5 last published articles - fugitive - http://gitorious.org/fugitive - - - - - <![CDATA[<?fugitive article_title ?>]]> - .html - ]]> - - .html - - - - - - diff --git a/default-files/rss.xml b/default-files/rss.xml new file mode 100644 index 0000000..cc48d00 --- /dev/null +++ b/default-files/rss.xml @@ -0,0 +1,23 @@ + + + + + <?fugitive-install name ?>'s blog rss feed + + 5 last published articles + fugitive - http://gitorious.org/fugitive + + + + + <![CDATA[<?fugitive article_title ?>]]> + .html + ]]> + + .html + + + + + + diff --git a/default-files/top.html b/default-files/top.html index 5a2ea1b..6dc93a4 100644 --- a/default-files/top.html +++ b/default-files/top.html @@ -6,7 +6,8 @@ - + + -- cgit v1.2.3