H-entry
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |name=h-entry |subcat=Web }} {{DISPLAYTITLE:h-entry}} '''h-entry''' (which, along with h-feed is the microformats2 update of the former '''hAtom''') is a draf...") |
Dan Tobias (Talk | contribs) |
||
Line 11: | Line 11: | ||
== Links == | == Links == | ||
− | * [http://microformats.org/wiki/h- | + | * [http://microformats.org/wiki/h-entry h-entry draft spec] |
* [http://microformats.org/wiki/hatom hAtom draft spec] (old microformats; encompasses what is now h-feed and h-entry) | * [http://microformats.org/wiki/hatom hAtom draft spec] (old microformats; encompasses what is now h-feed and h-entry) | ||
* [http://microformats.org/wiki/hatom-issues hAtom issues] | * [http://microformats.org/wiki/hatom-issues hAtom issues] | ||
[[Category:microformats.org]] | [[Category:microformats.org]] |
Latest revision as of 17:39, 2 October 2016
h-entry (which, along with h-feed is the microformats2 update of the former hAtom) is a draft standard intended to be one of several "microformats" released via the microformats.org site and community, intended for the representation of information in a manner that is human-readable but can still be processed by machines.
The format encodes a subset of the Atom feed standard in the form of a standardized set of elements, attributes, and classes in HTML or XML. Thus, it can be embedded in web pages and be readable this way (and styled via CSS), but has a standardized structure that can easily be converted mechanically to other formats as needed for machine processing.
It is intended particularly to encode a blog entry (or other item that is datestamped and intended to be part of a series) to provide metadata which might be useful in generating feeds. The h-feed format contains a series of such entries.
[edit] Links
- h-entry draft spec
- hAtom draft spec (old microformats; encompasses what is now h-feed and h-entry)
- hAtom issues