Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
theme system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Aug 2007 at 22:29 UTC
Updated:
17 Oct 2009 at 07:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
dman commentedYay microformats everywhere!
I do things this to my themes when I can remember - for user profiles and events usually. Good move.
Comment #2
jjeff commentedHere's a new patch that uses "published" instead of "postdate" for eventual compatibility with the hatom microformat.
Comment #3
dries commentedCool. For people that want to help add support for Microformats to Drupal, make sure to implement this Firefox plugin: https://addons.mozilla.org/en-US/firefox/addon/2240 ...
Comment #4
dries commentedhttps://addons.mozilla.org/en-US/firefox/addon/4106 is also a good plugin and makes it easier to debug/test microformats (they have some special debug tools built-in).
Comment #5
dries commentedThis patch alters theme_node_submitted() but it doesn't seem to be used in chameleon and Garland overwrites it in
phptemplate_node_submitted($node). In other words, it's not actually easy to test with the core Drupal themes. :)Bluemarine uses it though, although that single tag is not enough to get the tag recognized by the Microformat tools mentioned above. Why not take it a step further? :)
Comment #6
dman commentedI thought it was intended that a microformatted page would have a 'profile' meta, stating the fact. ... but on trawling the wiki I see no real progress has been made on that in the last year or two.
Anyway, next is getting microformats into user profiles ... :-B
How cool is this? see the paragraph on how Satisfaction use HCard to pre-populate all your sign-up data from other social networking sites! Drupal can do this! (Yeah, new issue, off topic, slightly, I know...)
Comment #7
moshe weitzman commentedThat Satisfaction signup is real slick. It does seem though that OpenID+Simple registration does Satisfaction stuff and more ... hopefully someone will enhance this so more core themes use it and Firefox sees the microformat.
Comment #8
dman commentedYup, openid is a more fully-featured version of the same goal, and is a good thing. I just liked the way that the microformat/hcard approach absorbed info you'd allowed to be public to be re-used in a way that was actually useful ... without the authentication/trust overhead.
Having recently signed up with linkedin and been both impressed and disturbed by the way it grabbed your other identities, the innocuous, self-published hcard approach felt better to me.
I don't see any reason why both are not compatible. It's just a matter of how much you trust the brokers to distribute your 'identity'. If a random blog site wants my identity password, that's a "no". If they want permission to view and re-use my public identity, then it's OK.
... for me...
Comment #9
catchbumping to D7. And code needs work for the garland implementation requested in #5
Comment #10
catchGoing to mark this won't fix, because we'll have RDFa in core soon, and becuase it's a lot easier to do stuff like this in contrib now, and because theme_node_submitted() no longer exists in D7.