blog-description-brainstorming
From Microformats
Blog Description Brainstorming
Thoughts on a microformat to markup the information on a blog about the blog itself. E.g. links to feeds, names of authors etc.
| Table of contents |
[edit]
Contributors
- Robert Bachmann
- Tantek Çelik
- Kevin Marks
[edit]
Just use hAtom
It seems like a lot of the goals for this can be achieved with hAtom.
- top level - "hfeed"
- Blog name (e.g: "John Doe's Blog") == feed/title = "fn" - the Blog's formatted name
- Blog URI (e.g: http://example.org/ ) == feed/id
- Or perhaps
<link rel="alternate" ... />per Atom Feed Autodiscovery (http://www3.ietf.org/proceedings/05nov/IDs/draft-ietf-atompub-autodiscovery-01.txt) (discussion (http://diveintomark.org/archives/2003/12/19/atom-autodiscovery)), LINK tag for pointing to a page’s RSS feed (http://diveintomark.org/archives/2002/06/02/important_change_to_the_link_tag).
- Or perhaps
- Language used for the blog, read-able by machines (e.g: "en-US" or "de") == XHTML lang attribute
- Topics covered by the blog == feed/category
- use rel-directory in conjunction with rel-tag
- A small logo image == "logo"
- A short description == "description"
[edit]
Other Aspects
What about location?
[edit]
