The text of this article follows:
---------------------------------------------------
Creating an RSS feed for your site
Requirements: You must have PHP wrapper installed.
Step 1) Create your RSS feed.
Create a template named "rss.tpl" and copy and paste the template
written below. You will have to adjust the template tags to fit your
site. For example, you should change the channel information such as
the title and link, and the tags inside the "" element
(" ").
Notice that there is no "" at the top of the
template - this is on purpose. If you put it in there the PHP wrapper
will think this is PHP code and try to execute it. Since it isnt real
PHP code, the PHP wrapper will crash and show you an error.
Also note that the publish date can only be specified to the day, not
the hour and minute. This will be fixed in Campsite 2.6.
The PHP code at the beginning and end of the sample below is so that
the HTTP header is set to "text/xml" instead of "text/html".
Step 2) Create the link to your RSS feed.
You can do this by using the "URI" keyword:
If you use XSL, the CDATA sections do not work with Firefox.
If you dont want to use CDATA sections in your RSS, you can strip the
HTML from your article this way:
Another way to create a link to your RSS feed
Assign the template to a section: create a new section (doesnt matter
where), and call it "rss". Configure the section so that its templates
are "rss.tpl", and give the section the URL name of "rss". The URL for
this section will be the URL to your RSS feed.