blog-description-brainstorming: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Reverted edits by TadarAcnoc (Talk) to last version by BenWard) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<h1> Blog Description Brainstorming </h1> | |||
Thoughts on a microformat to markup the information on a blog about the blog itself. E.g. links to feeds, names of authors etc. | Thoughts on a microformat to markup the information on a blog about the blog itself. E.g. links to feeds, names of authors etc. |
Latest revision as of 19:04, 3 January 2009
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.
Contributors
- Robert Bachmann
- Tantek Çelik
- Kevin Marks
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 (discussion), LINK tag for pointing to a page’s RSS feed.
- 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"
Other Aspects
What about location?