Set up an RSS Feed
RSS, an acronym for Rich Site Summary or Really Simple Syndication, is a useful way to make a list of updated or new information online available in a concise format for other sites and RSS readers. RSS is essentially an XML document with links and metadata conforming to a specific standard.

For your example, you want to create an RSS feed on our demo of press releases from our site.
A. Create an RSS Feed Page from Scratch
First, you need to create a new RSS template:
- Go back to the Home area, and browse to your desired templates folder. In our case, we will select templates.
- Select New -> Default -> Template from the top navigation menu.
- For the XML field, type <system-region-name="DEFAULT"/>
- Switch to the System pane.
- For the System Name field, type simple.
- Click Submit to save the new template.
- Now click the Edit tab followed by the Regions pane in order to apply a block.
- For the DEFAULT Block, select the index block of the data. In our case, we will choose blocks/index/press releases.
- For the DEFAULT Format, select [site: _common]/formats/output/rss20. This is a standard format that is shipped with the product database.

- Click the Submit button to save the updated template.
Second, you need to create a new configuration set for the RSS:
- Go to the Administration area, and select Configuration Sets from the left navigation bar.
- Click New Configuration Set.
- For the Name field, type Demo RSS.
- Select the Configurations pane.
- Under Add, click the Template browse icon and select templates/simple.
- For the Name field, type RSS and click Add this new configuration.
- Check the box for Default Configuration.
- For the Output File Extension, type .rss.
- For the Type of Data field, select XML from the drop down.

- Click the Submit button to save the new configuration.
Third, you need to apply the configuration set to a new content type:
- Select Content Types in the left navigation bar.
- Click New Content Type and name it RSS.
- Browse to the Demo RSS configuration set and use the Default metadata set.
- Click Submit to make the content type.
Fourth, you need to apply the content type to a new page:
- Go back to the Home area.
- Select New -> Default -> Page to create a new page.
- Click the System pane in order to type in "rss" for the System Name field.
- For Content Type, click the browse icon to choose the new RSS type and click Submit.



