Module: Syndication::Atom

Defined in:
lib/syndication/atom.rb,
lib/syndication/google.rb

Overview

The Atom syndication format is defined at <URL:www.ietf.org/internet-drafts/draft-ietf-atompub-format-11.txt>. It is finalized, and should become an RFC soon.

For an introduction, see “An overview of the Atom 1.0 Syndication Format” at <URL:www-128.ibm.com/developerworks/xml/library/x-atom10.html>

For a comparison of Atom and RSS, see <URL:www.tbray.org/atom/RSS-and-Atom>

To parse Atom feeds, use Syndication::Atom::Parser.

The earlier Atom 0.3 format is partially supported; the ‘mode’ attribute is ignored and assumed to be ‘xml’ (as for Atom 1.0).

Base64 encoded data in Atom 1.0 feeds is not supported (yet).

Defined Under Namespace

Classes: Category, Content, Data, Entry, Feed, Link, Parser, Person