From 160326b46936d94bd60727112ad31e45360c9ee0 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 11 Aug 2007 23:15:08 +0000 Subject: * Apply a patch from NicolasLimare adding modification date tags to rss and atom feeds, and also changing the publication time for a feed to the newest modiciation time (was newest creation time). * The patch also adds dcterms:creator to rss items that have a known author. --- templates/atomitem.tmpl | 3 ++- templates/rssitem.tmpl | 5 +++-- templates/rsspage.tmpl | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/atomitem.tmpl b/templates/atomitem.tmpl index 9190fcc84..4dc2d07d6 100644 --- a/templates/atomitem.tmpl +++ b/templates/atomitem.tmpl @@ -11,7 +11,8 @@ - + + diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl index c243b74b3..f22e5e3fb 100644 --- a/templates/rssitem.tmpl +++ b/templates/rssitem.tmpl @@ -1,7 +1,7 @@ <TMPL_VAR AUTHOR ESCAPE=HTML>: <TMPL_VAR TITLE> - + <TMPL_VAR TITLE> @@ -12,7 +12,8 @@ - + + diff --git a/templates/rsspage.tmpl b/templates/rsspage.tmpl index 34c1a33ce..e54094aaa 100644 --- a/templates/rsspage.tmpl +++ b/templates/rsspage.tmpl @@ -1,5 +1,7 @@ - + <TMPL_VAR TITLE> -- cgit v1.2.3