RSS Feeds
spunQ is perfectly suited for creating RSS feeds out of existing data.
In the “RSS Feeds” screen, you will see a list of all feeds with their currently contained objects. To manually update all feeds at once, press “Generate RSS Feeds”.
However, it is recommended to update the feeds every time they are called in the frontend by using the frontend's RSS class. You will do this by placing these two lines in the frontend:
$rss = new rss($RSS, $frontend);
$rss->createRSS();