This document represents a draft microformat specification. Although drafts are somewhat mature in the development process, the stability of this document cannot be guaranteed, and implementers should be prepared to keep abreast of future developments and changes. Watch this wiki page, or follow discussions on the microformats-new mailing list to stay up-to-date.
hAtom is a microformat for content that can be syndicated, primarily but not exclusively weblog postings. hAtom is based on a subset of the Atom syndication format. hAtom will be one of several microformats open standards.
Contents
Draft Specification
- Editor/Author
- David Janes (BlogMatrix, Inc.)
- Contributors
- Benjamin Carlyle
- Tantek Çelik (http://tantek.com/ and before at Technorati, Inc.)
copyright and patents statements apply.
Status
hAtom 0.1 is a microformats.org draft specification. Public discussion on hAtom takes place on hatom-feedback, the #microformats irc channel on irc.freenode.net, and microformats-discuss mailing list.
Available languages
The English version of this specification is the only normative version. For translations of this document see the #translations section.
Errata and Updates
Known errors and issues in this specification are corrected in resolved and closed issues. Please check there before reporting issues.
The hAtom 0.2 update is currently under development and incorporates known errata corrections as well as the value-class-pattern.
Introduction
hAtom is a microformat for identifying semantic information in weblog posts and practically any other place Atom may be used, such as news articles. hAtom content is easily added to most blogs by simple modifications to the blog's template definitions.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Semantic XHTML Design Principles
Note: the Semantic XHTML Design Principles were written primarily within the context of developing hCard and hCalendar, thus it may be easier to understand these principles in the context of the hCard design methodology (i.e. read that first). Tantek
XHTML is built on XML, and thus XHTML based formats can be used not only for convenient display presentation, but also for general purpose data exchange. In many ways, XHTML based formats exemplify the best of both HTML and XML worlds. However, when building XHTML based formats, it helps to have a guiding set of principles.
<span> or <div>), or the appropriate contextual element (e.g. an <li> inside a <ul> or <ol>). Use class names based on names from the original schema, unless the semantic XHTML building block precisely represents that part of the original schema. If names in the source schema are case-insensitive, then use an all lowercase equivalent. Components names implicit in prose (rather than explicit in the defined schema) should also use lowercase equivalents for ease of use. Spaces in component names become dash '-' characters. Finally, if the format of the data according to the original schema is too long and/or not human-friendly, use <abbr> instead of a generic structural element, and place the literal data into the 'title' attribute (where abbr expansions go), and the more brief and human readable equivalent into the element itself. Further informative explanation of this use of <abbr>: Human vs. ISO8601 dates problem solvedFormat
In General
The Atom Syndication Format provides the conceptual basis for this microformat, with the following caveats:
Schema
Schema elements are based on the Atom nomenclature and follow the microformat pattern of prefixing a unique identifier (in this case, 'h') on the outermost container elements -- the Feed or Entry. The parts of this microformat are based on analysis of many weblog, bulletin board and media posts and can be read blog-post-brainstorming#Discovered_Elements.
The hAtom schema consists of the following:
hfeed). optional.
feed category. optional. keywords or phrases, using rel-tag. hentry (hentry).
entry-title. required. text. entry-content. optional (see field description). text. [*] entry-summary. optional. text. updated. required using datetime-design-pattern. [*] published. optional using datetime-design-pattern. author. required using hCard. [*] bookmark (permalink). optional, using rel-bookmark. tags. optional. keywords or phrases, using rel-tag.[*] Some required elements have defaults if missing, see below.
Field and Element Details
Feed
hfeed a Feed element represents the concept of an Atom feed the Feed element is optional and, if missing, is assumed to be the page hAtom documents MAY have multiple Feed elementsFeed Category
href encodes the atom category:term; the link text defines the atom category:labelEntry
hentry an Entry element represents the concept of an Atom entry any microformat content inside a <blockquote> or <q> element within the Entry should not be considered part of the Entry.- This allows quoting other microformated data without worry of corrupting the model
Entry Category
href encodes the atom category:term; the link text defines the atom category:labelEntry Title
entry-title an Entry SHOULD have an Entry Title an Entry Title element represents the concept of an Atom entry title if the Entry Title is missing, use
<h#> element in the Entry, or the <title> of the page, if there is no enclosing Feed element, or assume it is the empty stringEntry Content
entry-content an Entry SHOULD have Entry Content an Entry Content element represents the concept of an Atom content an Entry MAY have 0 or more Entry Content elements. The "logical Entry Content" of an Entry is the concatenation, in order of appearance, of all the Entry Contents within the Entry- Many web logs split content into multiple sections with a "Read More" link and JavaScript tricks. This is also needed in cases where Entry Titles are coded in-line and are considered part of the content.
Entry Summary
entry-summary an Entry Summary element represents the concept of an Atom summary an Entry MAY have 0 or more Entry Summary elements. The "logical Entry Summary" of an Entry is the concatenation, in order of appearance, of all the Entry Summarys within the EntryEntry Permalink
Entry Updated
updated an Entry Updated element represents the concept of Atom updated an Entry SHOULD have an Entry Updated element use the datetime-design-pattern to encode the updated datetime if there is no Entry Updated element,
Entry Published
published an Entry Published element represents the concept of Atom published use the datetime-design-pattern to encode the published datetimeEntry Author
author an Entry Author element represents the concept of an Atom author an Entry Author element MUST be encoded in an hCard an Entry Author element SHOULD be encoded in an <address> element an Entry SHOULD have at least one Entry Author element an Entry MAY have more than one Entry Author elements if the Entry Author is missing
<address> element(s) with class name author and that is/are a valid hCard otherwise the entry is invalid hAtomXMDP Profile
See hatom-profile.
Examples
See hatom-examples.
Examples in the wild
Implementations
This section is informative.
The following implementations have been developed which either generate or parse hAtom links. If you have an hAtom implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page like hatom-implementations.
Copyright
This specification is (C) 2005-2012 by the authors. However, the authors intend to submit this specification to a standards body with a liberal copyright/licensing policy such as the GMPG, IETF, and/or W3C. Anyone wishing to contribute should read their copyright principles, policies and licenses (e.g. the GMPG Principles) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 and later), before contributing.
Patents
This specification is subject to a royalty free patent policy, e.g. per the W3C Patent Policy, and IETF RFC3667 & RFC3668.
References
Normative References
Informative References
Further Reading
Work in progress
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. There is a separate document where we are keeping our brainstorms and other explorations relating to hAtom:
Version 0.1
Version 0.1 was released 28 February 2006.
Discussions
Q&A
Issues
See Also
Translations
Read the hAtom draft specification in additional languages: