hatom-cheatsheet: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (changed hFeed from optional 0-many, to just optional to make it consistant with other cheatsheets)
m (changed cardinality on AUTHOR because there can be multiple authors per entry)
Line 6: Line 6:
**''[[rel-tag]]''*
**''[[rel-tag]]''*
**'''''hentry'''''+
**'''''hentry'''''+
***'''author''' ([[hcard|hCard]]) {5} ([[hatom#Entry_Author|default rule]])
***'''author'''+ ([[hcard|hCard]]) {5} ([[hatom#Entry_Author|default rule]])
***'''[[rel-bookmark]]''' {5} ([[hatom#Entry_Permalink|default rule]])
***'''[[rel-bookmark]]''' {5} ([[hatom#Entry_Permalink|default rule]])
***'''entry-title'''
***'''entry-title'''

Revision as of 12:46, 5 December 2006

hAtom cheatsheet

Properties

Key

Based on Perl's standard quantifiers:

bold {1} MUST be present exactly once
italic* OPTIONAL, and MAY occur more than once
+ MUST be present, and MAY occur more than once
? OPTIONAL, but MUST NOT occur more than once
[square brackets] list of common values
(parentheses) data format
# comment
! awaiting documentation
{5}
required, but with default rule

Notes

Related pages