Developer Documentation

Warning: This version of Altis is no longer supported

RSS Feeds

RSS Feeds ("Rich Site Summary" or "Really Simple Syndication"), Atom or RDF are type of web feeds that provides users and applications with regular updates from a given website. The RSS feed is a structured XML code document.

By default the RSS Feeds are enabled. If you wish to disable it, set the feeds configuration property to false

{
	"extra": {
		"altis": {
			"modules": {
				"cms": {
					"feeds": false
				}
			}
		}
	}
}