mirror of
https://github.com/avecms/AVE.cms.git
synced 2026-08-01 08:45:44 +00:00
1.2 KiB
1.2 KiB
RSS feeds
← Back to the “Modules” section
The rss module publishes documents of the selected category in RSS 2.0 format. Channel
has a permanent human-readable address /rss/<alias> and does not require inserting a tag
to the site template.
Channel setup
- Open Modules → RSS Feeds and create a feed.
- Set a title, unique alias and description.
- Select a source category.
- Select the title field or standard document title.
- Select the description field or turn off the item description.
- Specify the number of elements and the allowed length of the description.
Alias can contain Latin letters, numbers, hyphens and underscores. Old
the address /rss/rss-<id>.xml is redirected to the new URL. The response has a type
application/rss+xml and public cache-control for five minutes.
The channel contains available published documents of the selected category. Links
are built using public URLs of documents. Length limit 0 retains text up to
the standard “more” separator, if present.
Rights:
view_rss— view the list and settings;manage_rss- creating, changing and deleting channels.
Uninstallation deletes the channel table, but not documents and categories.