blog-description-brainstorming: Difference between revisions
Jump to navigation
Jump to search
Kevin Marks (talk | contribs) |
m (Reverted edits by TadarAcnoc (Talk) to last version by BenWard) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 16: | Line 16: | ||
It seems like a lot of the goals for this can be achieved with [[hatom|hAtom]]. | It seems like a lot of the goals for this can be achieved with [[hatom|hAtom]]. | ||
* Blog name (e.g: "John Doe's Blog") == feed/title | * 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 | * Blog URI (e.g: http://example.org/ ) == feed/id | ||
** Or perhaps <code><nowiki><link rel="alternate" ... /></nowiki></code> per [http://www3.ietf.org/proceedings/05nov/IDs/draft-ietf-atompub-autodiscovery-01.txt Atom Feed Autodiscovery] ([http://diveintomark.org/archives/2003/12/19/atom-autodiscovery discussion]), [http://diveintomark.org/archives/2002/06/02/important_change_to_the_link_tag LINK tag for pointing to a page’s RSS feed]. | ** Or perhaps <code><nowiki><link rel="alternate" ... /></nowiki></code> per [http://www3.ietf.org/proceedings/05nov/IDs/draft-ietf-atompub-autodiscovery-01.txt Atom Feed Autodiscovery] ([http://diveintomark.org/archives/2003/12/19/atom-autodiscovery discussion]), [http://diveintomark.org/archives/2002/06/02/important_change_to_the_link_tag LINK tag for pointing to a page’s RSS feed]. | ||
* Language used for the blog, read-able by machines (e.g: "en-US" or "de") == | * 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 | * Topics covered by the blog == feed/category | ||
** | ** use [[rel-directory]] in conjunction with [[rel-tag]] | ||
* A small logo image == | * A small logo image == "logo" | ||
* A short description == | * A short description == "description" | ||
== Other Aspects == | == Other Aspects == |
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?