Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

RSS 2.0: Difference between revisions

From MoodleDocs
(New page: =Objectives= The goals of RSS 2.0: * Provide the means to secure RSS feeds * Present users with different versions of the same feed depending on their permissions * Generate RSS feeds onl...)
(No difference)

Revision as of 02:16, 12 May 2010

Objectives

The goals of RSS 2.0:

  • Provide the means to secure RSS feeds
  • Present users with different versions of the same feed depending on their permissions
  • Generate RSS feeds only when they are required
  • Ensure RSS feeds contain data that is as up to date as possible.

Overview

RSS feeds are currently available within the forum, data and glossary activities. Other areas of Moodle may make RSS feeds available in future. The RSS system must provide the capacity to present secure and user specific feeds to the user.

Tracker Issues

MDL-22413 Write documentation describing Moodle 2.0 RSS feeds

MDL-22204 Secure RSS feeds using web tokens