Sections
In this section
Computational Science and Engineering

2343 Academic Surge
UC Davis
One Shields Avenue
Davis, CA 95616

(530) 752-6298 phone
(530) 752-8894 fax

 
Computational Science and Engineering > Help > How-tos > Enable RSS syndication in Plone
Personal tools

Enable RSS syndication in Plone

Plone can generate an RSS feed for data in a folder. This document shows you how.

Purpose

The goal of this document is to describe how to enable RSS syndication in Plone. RSS is a mechanism for automatically notifying users of an update to web content. The target audience is a web developer using Plone.

Prerequisities

For the steps in this document to work you must have Zope 2 installed and you must be using Plone 2.5.

Step by step

The following is the procedure for enabling RSS syndication in Plone.

Enable Syndication

By default the form to allow RSS syndication is hidden. To get to the form that allows RSS syndication you should browse to the folder with the news items. Then, add synPropertiesForm to the end of the folder's url to gain access to the RSS Syndication Form. Once on that page just click the Enable Syndication button.

Set Update Frequency

This will display another form that allows you to modify the update frequency for the feed. To prevent overloading the server you might consider keeping a daily update frequency.

ZMI Settings

You may also need to change settings in the ZMI. Log in to the ZMI as an administrator and go to portal_syndication. You can change settings like the URL used to access the form, etc.