hentry: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
Line 6: Line 6:
** '''entry-content'''. optional (see field description). text. [*]
** '''entry-content'''. optional (see field description). text. [*]
** '''entry-summary'''. optional. text.
** '''entry-summary'''. optional. text.
** '''updated'''. required using [[datetime-design-pattern datetime-design-pattern]]. [*]
** '''updated'''. required using [[datetime-design-pattern]]. [*]
** '''published'''. optional using [[datetime-design-pattern datetime-design-pattern]].
** '''published'''. optional using [[datetime-design-pattern]].
** '''author'''. required using [[hCard hCard]]. [*]
** '''author'''. required using [[hCard]]. [*]
** '''bookmark''' (permalink). optional, using [[rel-bookmark rel-bookmark]].
** '''bookmark''' (permalink). optional, using [[rel-bookmark]].
** '''tags'''. optional. keywords or phrases, using [[rel-tag rel-tag]].
** '''tags'''. optional. keywords or phrases, using [[rel-tag]].


== Examples in the wild ==
== Examples in the wild ==

Revision as of 22:13, 18 December 2011

Schema

The hEntry schema consists of the following properties:

  • 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.

Examples in the wild

This section is informative.

The following sites have published hEntry, and thus are a great place to start for anyone looking for examples "in the wild" to try parsing, indexing, organizing etc., in addition to hEntry examples in the wild. If you find hEntry anywhere else, feel free to add them to the top of this list. Once the list grows too big, we'll make a separate wiki page.