From b5f7ff339bd1ed34ad1935433272315f011a63c1 Mon Sep 17 00:00:00 2001 From: mtopper Date: Sun, 14 Aug 2005 18:26:40 +0000 Subject: [PATCH] changed .shtml to .html --- etc/producer/RSS-full.template | 6 +++--- etc/producer/RSS.template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/producer/RSS-full.template b/etc/producer/RSS-full.template index be4f4df..08cc184 100755 --- a/etc/producer/RSS-full.template +++ b/etc/producer/RSS-full.template @@ -38,16 +38,16 @@ - + - + ${utility.encodeHTML(i.title)} - ${articleprefix}/${i.date.formatted["yyyy"]}/${i.date.formatted["MM"]}/${i.id}.shtml + ${articleprefix}/${i.date.formatted["yyyy"]}/${i.date.formatted["MM"]}/${i.id}.html ${utility.encodeHTML(i.description_parsed)} diff --git a/etc/producer/RSS.template b/etc/producer/RSS.template index 0be5075..6930869 100755 --- a/etc/producer/RSS.template +++ b/etc/producer/RSS.template @@ -17,16 +17,16 @@ - + - + ${i.title} - ${articleprefix}/${i.date.formatted["yyyy"]}/${i.date.formatted["MM"]}/${i.id}.shtml + ${articleprefix}/${i.date.formatted["yyyy"]}/${i.date.formatted["MM"]}/${i.id}.html ${i.creationdate.formatted["yyyy-MM-dd'T'HH:mm'-07:00'"]} -- 2.11.0