| Module | Syndication::Atom |
| In: |
lib/syndication/google.rb
lib/syndication/atom.rb |
The Atom syndication format is defined at
For an introduction, see “An overview of the Atom 1.0 Syndication
Format” at
For a comparison of Atom and RSS, see
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).