rss.php

rss.php is the script that generates all of the page-based RSS feeds for Siteframe. (Some RSS feeds, such as those for search results or all tags, are not a list of pages and are thus generated using a template.) rss.php executes a SQL statement that returns a list of pages, then creates a DOM tree in RSS format for those pages.

Query String Parameters

rss.php, when invoked without any query string parameters, will return an RSS feed of the most recent pages on the entire site. (The number of pages is set in siteframe.ini with the recent_items configuration variable.) Other parameters dictate different sets of pages:

You can't specify multiple parameters (other than the user & tag shown above); only the first one in the hierarchy is recognized.

In addition to the parameters shown above, there are additional query string parameters that can be used in conjunction with any of the others:

Media RSS

When a page as associated media files, the Yahoo! MediaRSS extensions are used to specify media content.

Configuration Parameters

A number of parameters set in siteframe.ini control the behavior of rss.php: