Rss in Camaleon CMS

Camaleon CMS automaically generates rss content for each content/category/content group which can be easily modified.
The default template to generate RSS is here:
https://github.com/owen2345/camaleon-cms/tree/master/app/views/camaleon_cms/default_theme

For example:

  • rss.rss.builder is the template for root url (https://localhost.com/rss)
  • category.rss.builder is the template for a single category

The rss content can be shown like a normal html url changing ".html" extension into ".rss" extension, for example:

https://camaleon.website/documentation/category/139779-faqs/how.rss

Or
https://camaleon.website/rss.rss

To change the default template, you need to create the same file in your current theme with your changes.
Sample:
Create the following file
app/apps/themes/my_theme/views/category.rss.builder
to create your own rss for categories.
Created at: 23 Mar 10:12 | Updated at: 23 Mar 10:41