How to use the rss2/feed module instead of rss/feed
Introduction
rss2 is a module based on the built-in rss module. rss2 adds a feed view like rss but uses template system.
How to use
- Create a RSS feed from your eZ administration
- Add security policy rss2/feed to allow anonymous users to read your RSS feed with the rss2 module.
- Replace rss/feed/myfeed in your template by rss2/feed/myfeed
How to customise
- You can modify "channel" template by editing rss2/channel.tpl
- You can modify "item" template by editing node/view/rss2.tml
- You can override rss2 view (look at override/template/rss2/example.tpl)
How to add a default RSS feed
You can't use rss/feed without parameter. rss2 allow a default feed configurable in lezrss.ini.