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 --- install.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 9185665..20c84c2 100644 --- a/install.sh +++ b/install.sh @@ -69,7 +69,8 @@ fugitive_install() { *~ _public/index.html _public/archives.html -_public/feed.xml +_public/rss.xml +_public/atom.xml EOF echo "done." if [ "$1" = "local" ]; then @@ -89,8 +90,11 @@ EOF fugitive_write_template > _templates/bottom.html < _templates/feed.xml < _templates/rss.xml < _templates/atom.xml <