SUPPORT THE WORK

Atom (standard)

ARTICLE SUBJECTS
aesthetics  →
being  →
complexity  →
database  →
enterprise  →
ethics  →
fiction  →
history  →
internet  →
knowledge  →
language  →
licensing  →
linux  →
logic  →
method  →
news  →
perception  →
philosophy  →
policy  →
purpose  →
religion  →
science  →
sociology  →
software  →
truth  →
unix  →
wiki  →
ARTICLE TYPES
essay  →
feed  →
help  →
system  →
wiki  →
ARTICLE ORIGINS
critical  →
discussion  →
forked  →
imported  →
original  →
edit classify history index Atom (standard)


A browser “feed” icon, used in Firefox, for example, and the Atom website icon, used with valid feeds


The name Atom applies to a pair of related standards. The Atom Syndication Format is an XML language used for Web_Feeds, while the Atom Publishing Protocol (APP for short) is a simple HTTP-based protocol for creating and updating Web resources. Web feeds allow software programs to check for updates published_on_a_web_site.

To provide a web feed, a site owner may use specialized software (such as a content management system) that publishes a list (or “feed”) of recent articles or content in a standardized, machine-readable format. The feed can then be downloaded by web sites that syndicate content from the feed, or by feed reader programs that allow Internet users to subscribe to feeds and view their content. A feed contains entries, which may be headlines, full-text articles, excerpts, summaries, and/or links to content on a web site, along with various metadata.

The development of Atom was motivated by the existence of many incompatible versions of the RSS syndication format, all of which had shortcomings, and the poor interoperability www.sixapart.com/about/news/2003/06/why_we_need_ech.html of XML-RPC-based publishing protocols. The Atom syndication format was published as an IETF “proposed standard” in RFC 4287. The Atom Publishing Protocol is still in draft form, but widely used and supported.

Atom Compared to RSS 2.0

The main motivation for the development of Atom was dissatisfaction with RSS www.sixapart.com/about/news/2003/06/why_we_need_ech.html . Among other things, there are multiple incompatible and widely adopted versions of RSS. The intention was to ease the difficulty of developing applications with web syndication feeds.

A brief description of the ways Atom 1.0 seeks to differentiate itself from RSS 2.0 follows www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared , www.tbray.org/atom/RSS-and-Atom :
  • RSS 2.0 may contain either plain text or escaped HTML as a payload, with no way to indicate which of the two is provided. Atom in contrast uses an explicitly labeled (i.e. typed) “entry” (payload) container. It allows for a wider variety of payload types including plain text, escaped HTML, XHTML, XML, Base64-encoded binary, and references to external content such as documents, video and audio streams, and so forth.
  • RSS 2.0 has a “description” element which can contain either a full entry or just a description. Atom has separate ?summary? and ?content? elements. Atom thus allows the inclusion of non-textual content that can be described by the summary.
  • Atom standardizes autodiscovery in contrast to the many non-standard variants used with RSS 2.0.
  • Atom is defined within an XML Namespace whereas RSS 2.0 is not.
  • Atom specifies use of the XML’s built-in xml:base for relative URIs. RSS 2.0 does not have a means of differentiating between relative and non-relative URIs.
  • Atom uses XML’s built-in xml:lang attribute as opposed to RSS 2.0’s use of its own “language” element.
  • In Atom, it is mandatory that each entry have a globally_unique_ID, which is important for reliable updating of entries.
  • Atom 1.0 allows standalone Atom Entry documents whereas with RSS 2.0 only full feed documents are supported.
  • Atom specifies that dates be in the format described in RFC 3339 (which is a subset of ISO 8601). The date format in RSS 2.0 was underspecified and has led to many different formats being used.
  • Atom 1.0 has IANA-registered MIME-type. RSS 2.0 feeds are often sent as application/rss+xml, although it is not a registered MIME-type.
  • Atom 1.0 includes an XML schema. RSS 2.0 does not.
  • Atom is an open and evolvable standard developed through the IETF standardization process. RSS 2.0 is not standardized by any standards body. Furthermore according to its copyright it may not be modified.
  • Atom 1.0 elements can be used as extensions to other XML vocabularies, including RSS 2.0 as illustrated in a weblog post by Tim Bray entitled “Atomic RSS”.
  • Atom 1.0 describes how feeds and entries may be digitally signed using the XML_Digital_Signature specification such that entries can be copied across multiple Feed Documents without breaking the signature.



Despite the emergence of Atom as an IETF Proposed Standard and the decision by major companies such as Google to embrace Atom, use of the older and more widely known RSS 1.0 and RSS 2.0 formats has continued.

  • Many sites choose to publish their feeds in only a single format. For example CNN, the New York Times, and the BBC offer their web feeds only in RSS 2.0 format.
  • News articles about web syndication feeds have increasingly used the term “RSS” to refer generically to any of the several variants of the RSS format such as RSS 2.0 and RSS 1.0 as well as the Atom format. (For example, “There’s a Popular New Code for Deals: RSS” (NYT January 29, 2006))
  • RSS 2.0 support for enclosures led directly to the development of podcasting. While many podcasting applications, such as iTunes, support the use of Atom 1.0, RSS 2.0 remains the preferred format www.apple.com/itunes/podcasts/techspecs.html .
  • Each of the various web syndication feed formats has attracted large groups of supporters who remain satisfied by the specification and capabilities of their respective formats.



Development History

Background

Before the creation of Atom the primary method of web content syndication was the RSS family of formats. Members of the community who felt there were significant deficiencies with this family of formats were unable to make changes directly to RSS 2.0 because it was not an open standard. RSS 2.0 was copyrighted by Harvard University and in the official specification document it stated that it was purposely frozen: “no significant changes can be made and it is intended that future work be done under a different name”. blogs.law.harvard.edu/tech/rss

Initial Work

In June 2003, Sam Ruby set up a wiki to discuss what makes “a well-formed log entry”. This initial posting acted as a rallying point. www.tbray.org/ongoing/When/200x/2003/06/23/SamsPie People quickly started using the wiki to discuss a new syndication format to address the shortcomings of RSS. It also became clear that the new format could also form the basis of a more robust replacement for blog editing protocols such as Blogger API and LiveJournal XML-RPC Client/Server Protocol.

The project aimed to develop a web syndication format that was: www.intertwingly.net/wiki/pie/RoadMap
  • “100% vendor neutral,”
  • “implemented by everybody,”
  • “freely extensible by anybody, and”
  • “cleanly and thoroughly specified.”



In short order, a project road map was built. The effort quickly attracted more than 150 supporters including David Sifry of Technorati, Mena Trott of Six Apart, Brad Fitzpatrick of LiveJournal, Jason Shellen of Blogger, Jeremy Zawodny of Yahoo, Timothy Appnel of the O’Reilly Network, Glenn Otis Brown of Creative Commons and Lawrence Lessig. Other notables supporting Atom include Mark Pilgrim, Tim Bray, Aaron Swartz, Joi Ito, and Jack Park. www.intertwingly.net/wiki/pie/RoadMap#head-74b5d46318b48115b07ab1a2e77cb22df987c284 Also, Dave Winer, the key figure behind RSS_2.0, gave tentative support to the Atom endeavor (which at the time was called Echo.) backend.userland.com/2003/06/26

After this point, discussion became chaotic, due to the lack of a decision-making process. The project also lacked a name, tentatively using “Pie,” “Echo,” and “Necho” before settling on Atom. After releasing a project snapshot known as Atom 0.2 in early July 2003, discussion was shifted off the wiki.

Atom 0.3 and Adoption by Google

The discussion then moved to a newly set up mailing list. The next and final snapshot during this phase was Atom 0.3, released in December 2003. This version gained widespread adoption in syndication tools, and in particular it was added to several Google-related services, such as Blogger, Google News, and Gmail. Google’s Data APIs (Beta) GData are based on Atom 1.0 and RSS 2.0.

Atom 1.0 and IETF Standardization

In 2004, discussions began about moving the project to a standards body such as the World Wide Web Consortium or the Internet Engineering Task Force (IETF). The group eventually chose the IETF and the Atompub working group was formally set up in June 2004, finally giving the project a charter and process. The Atompub working group is co-chaired by Tim Bray (the co-editor of the XML specification) and Paul Hoffman. Initial development was focused on the syndication format.

The final draft of Atom 1.0 was published in July 2005 and was accepted by the IETF as a “proposed standard” in August of 2005. Work then continued on the further development of the publishing protocol and various extensions to the syndication format.

The Atom Syndication Format was issued as a proposed “internet official protocol standard” in IETF RFC 4287 in December 2005. www.ietf.org/rfc/rfc4287.txt The co-editors of RFC 4287 were Mark Nottingham and Robert Sayre.

Example Atom 1.0 Feed

An XML Document in the Atom Syndication Format:

www.w3.org/2005/Atom@ >



Example Feed
A subtitle.
example.org/ “/>
2007-12-13T18:30:02Z

John Doe
johndoe@example.com

urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6




Atom-Powered Robots Run Amok
example.org/2003/12/13/atom03 “/>
urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a
2003-12-13T18:30:02Z
Some text goes here.






See Also




External Links




{{Podcasting}}












Some content adapted from the Pseudopedia article “Atom_(standard)” under the GNU Free Documentation License.
edit classify history index
[ last updated: 5:18am EDT - Thu, Apr 12 2007 ]
[ getwiki edits: 4 , site views: 3,062 ]
LATEST EDITS [ see all ]
GETWIKI 17 JUN 2024
GETWIKI 11 JUN 2024
GETWIKI 10 JUN 2024
GETWIKI 02 JUN 2024
GETWIKI 01 JUN 2024
CONNECT