Setting up the RSS Activity Feed service
The RSS Activity Feed service produces a syndication feed that lists Publish, Delete, and Roll
Back events that occur to pages in any folder on your website. Before you use the RSS Activity
Feed service, you need to complete some set-up tasks.
To set up the RSS Activity Feed service:
Open the settings.xml file, which is located in the following directory:
1.
C:/Program Files/Macromedia/Contribute Publishing Server/jrun4/servers/
contribute-wps/contribute/customservices/rssfeed
Note: If you plan to extend the service, open the settings.xml file for the uncompiled version of the
code in C:/Program Files/Macromedia/Contribute Publishing Server/jrun4/servers/contribute-
wps/contribute/customservices_code/rssfeed.
In the settings.xml file, add the following information for a syndication feed:
2.
is the name of the syndication feed you're creating.
Name
TargetPath
You need to have HTTP access to this location.
WatchURI
Any Publish, Delete, or Roll Back events that occur to pages in this folder, or any
subdirectory, produces an entry in the syndication feed.
Note: If a page belongs to multiple syndication feeds, each syndication feed reports that page's
changes.
MaxEntries
The default value is 20,000.
For example:
<FeedList>
<Feed>
<Name>My Site's Announcement</Name>
<TargetPath>\\myserver\wwwroot\feeds\announcementsfeed.xml</TargetPath>
<WatchURI>http://myserver/announcements</WatchURI>
<MaxEntries>25</MaxEntries>
</Feed>
</FeedList>
(Optional) Add entries to create other syndication feeds to the settings.xml file if you want.
3.
Make sure that your server is running with a user that has sufficient network permissions on the
4.
server indicated in the
If you are using Windows, many servers run, by default, with the local system user (which
probably has limited network access). To change a server's user on Windows, do the following:
Right-click My Computer, and then select Manage.
a
The Computer Management dialog box appears.
Expand the Services and Applications node, and then select Services.
b
is the server location of the output file the syndication feed creates.
indicates the folder the RSS Activity Feed service monitors for changes.
is the upper limit for the number of entries the syndication feed stores.
TargetPath
to create the syndication feed output file.
Using the RSS Activity Feed service
11
Need help?
Do you have a question about the CONTRIBUTE 3-CONTRIBUTE PUBLISHING SERVER and is the answer not in the manual?
Questions and answers