From: mtopper Date: Sun, 14 Aug 2005 18:26:40 +0000 (+0000) Subject: changed .shtml to .html X-Git-Url: http://erislabs.net/gitweb/?p=nyc.indymedia.org.git;a=commitdiff_plain;h=b5f7ff339bd1ed34ad1935433272315f011a63c1 changed .shtml to .html --- 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'"]}