Page 1 of 1

How does Serendipity Build the RSS feed

Posted: Sun Jul 29, 2012 5:02 am
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?

Re: How does Serendipity Build the RSS feed

Posted: Mon Jul 30, 2012 2:10 pm
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