Jump to content


Etomite RSS feed snippet


  • You cannot reply to this topic
No replies to this topic

#1 Cris D.

    Loves Etomite Forums!

  • Developers
  • PipPipPipPip
  • 1,104 posts
  • Gender:Male

Posted 08 October 2007 - 12:23 PM

I've just completed an alpha version of a generic RSS snippet that lets you choose which pages you want to add to a RSS feed from your Etomite site.

It outputs:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>$siteTitle</title>
<link>$feedLink</link> 
<description>$description</description> 
<language>$language</language> 
<copyright>$copyright</copyright> 
<webMaster>$webMaster</webMaster> 
<pubDate>$publishedDate</pubDate> 
<category>$category1</category> 
<category>$category2</category> 
<category>$category3</category>
<ttl>$timetolive</ttl> 

<!--for each page included in the snippet configuration, an item is generated-->

<item>
<title>{itemTitle}</title> 
<link>{contentLink}</link> 
<description>{itemDescription}</description> 
<guid isPermalink="true">{contentLink}</guid> 
<pubDate>{pubDate}</pubDate> 
</item>
</channel>
</rss>

If anyone wants to try it out or offer feedback before it is finalised and posted to the snippet library, it can be found here in my blog.

[EDIT 11/10/07] Now posted to the snippet library.

Edited by Cris D., 11 October 2007 - 01:02 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users