How does Serendipity Build the RSS feed

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
AshReport
Posts: 4
Joined: Mon Oct 31, 2011 3:53 am

How does Serendipity Build the RSS feed

Post by AshReport »

I am wanting to add additional content to the RSS feed from serendipity, but would like to know if the RSS file is overwrote every time it is updated, or just appended to?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: How does Serendipity Build the RSS feed

Post by garvinhicking »

Hi!

The RSS is created dynamically by the rss.php file, and it draws content from both our plugin API and appropriate event hooks, as well as uses the basic "layout" as defined in the feed_*.tpl files in the template directory (fallback to templates/default/).

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply