Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
hAvatar plugin
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 29 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alper Çugun  
View profile  
 More options Jan 21 2008, 9:04 am
From: Alper Çugun <al...@alper.nl>
Date: Mon, 21 Jan 2008 15:04:21 +0100
Local: Mon, Jan 21 2008 9:04 am
Subject: hAvatar plugin

Hey,

I've been following this space for a while and I just released a  
plugin called hAvatar here:
http://fourstarters.com/2008/01/20/havatar-wordpress-plugin/

It's pretty tiny as it is, but it took some time and effort to get the  
details working properly. I saw the spec up on: http://factoryjoe.pbwiki.com/wp-openid-avatars

The spec says something about replacing or suggesting avatars, which I  
can see a vaguely interesting use case for. So when a user with a URL  
does not return a valid avatar image, you can click the default image  
and suggest your own alternative which is stored either in a local  
registry or in a distributed one.
The local case would be simple but I don't have a clue how the  
distributed case should work or how other avatar consumers should  
resolve between a series of alternative avatars for a person.

A subscription to the image does not seem interesting as we simply  
store a users URL and parse that for an image src. Caching should come  
to hKit sometime soon, so that won't be an issue, but a thorny  
question is whether we should resize the avatar image server side and  
cache the resized version. I don't see one popular use case and client  
side resizing is getting better anyway, so I'm not building anything  
for that right now.

So suggestions are welcome, and you are also welcome to take the code  
or concept and build something better.

Best,
--
Alper Çugun

Mobile: +31-6-24553306 * E-mail: em...@alper.nl
See my webpage and blogs at: http://www.alper.nl


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 9:20 am
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 09:20:34 -0500
Local: Mon, Jan 21 2008 9:20 am
Subject: Re: [diso-project] hAvatar plugin
Heh, excellent, I think this is what some people thought I was trying
to accomplish with my avatar-from-url plugin.  I'll add this and the
official gravatar plugin to AllAvatars next release.

On Jan 21, 2008 9:04 AM, Alper Çugun <al...@alper.nl> wrote:

--
- Stephen Paul Weber, Amateur Writer
<http://www.awriterz.org>

MSN/GTalk/Jabber: singpol...@gmail.com
ICQ/AIM: 103332966
BLOG: http://singpolyma.net/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 10:05 am
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 07:05:55 -0800 (PST)
Local: Mon, Jan 21 2008 10:05 am
Subject: Re: hAvatar plugin
It would be also a good idea, to build something like the openid
delegate header for an hCard, for example

<link rel="hcard" href="http://example.org/user/me/home/myhcard.html" /


that makes it easier for people which have their hCard on a long url
http://example.org/user/me/home/myhcard.html, because the can use the
short url with the meta-tag.

or we could use the "author" tag defined in HTML 1.0

<link rel="author" title="hCard" href="http://example.org/user/me/home/
myhcard.html">

another possibility is, to use the pavatar style like

<link rel="vcard.photo" href="http://example.com/path/my-photo.png" />

On 21 Jan., 15:20, "Stephen Paul Weber" <singpol...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 10:47 am
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 07:47:35 -0800 (PST)
Local: Mon, Jan 21 2008 10:47 am
Subject: Re: hAvatar plugin
Oh, and by the way, nice plugin, I will try it later...

On 21 Jan., 16:05, Pfefferle <pfeffe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 1:47 pm
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 13:47:03 -0500
Local: Mon, Jan 21 2008 1:47 pm
Subject: Re: [diso-project] Re: hAvatar plugin
An hcard should either be on the main page (recommended) or referenced
with rel=me (works)

On Jan 21, 2008 10:05 AM, Pfefferle <pfeffe...@gmail.com> wrote:

--
- Stephen Paul Weber, Amateur Writer
<http://www.awriterz.org>

MSN/GTalk/Jabber: singpol...@gmail.com
ICQ/AIM: 103332966
BLOG: http://singpolyma.net/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Messina  
View profile  
 More options Jan 21 2008, 2:33 pm
From: "Chris Messina" <chris.mess...@gmail.com>
Date: Mon, 21 Jan 2008 11:33:37 -0800
Local: Mon, Jan 21 2008 2:33 pm
Subject: Re: [diso-project] Re: hAvatar plugin
+1 to rel-me.

I worry about all the different ways cropping up for referencing site
icons these days (i.e. the iPod Touch/iPhone custom icon). Seems like
a bad trend.

Chris

On Jan 21, 2008 10:47 AM, Stephen Paul Weber <singpol...@gmail.com> wrote:

--
Chris Messina
Citizen-Participant &
  Open Source Advocate-at-Large
Work: http://citizenagency.com
Blog: http://factoryjoe.com/blog
Cell: 412.225.1051
IM: factoryjoe
This email is:   [ ] bloggable    [X] ask first   [ ] private

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 2:41 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 11:41:17 -0800 (PST)
Local: Mon, Jan 21 2008 2:41 pm
Subject: Re: hAvatar plugin
Yes, the WebClip Bookmark Icon made me think about something like
that. If you want to use all of these Icons, you have to add Pavatar,
Favicon, Webclip, ... to your header.

A Link to your hCard (vcard.photo or vcard.logo) would solve all these
Avatar/Image problems.

I posted something about that: http://notizblog.org/2008/01/21/hcard-delegation/
but its in german, perhaps you can use the google translater or I try
to write it in english.

On 21 Jan., 20:33, "Chris Messina" <chris.mess...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Recordon  
View profile  
 More options Jan 21 2008, 2:59 pm
From: David Recordon <drecor...@sixapart.com>
Date: Mon, 21 Jan 2008 11:59:41 -0800
Local: Mon, Jan 21 2008 2:59 pm
Subject: Re: [diso-project] Re: hAvatar plugin
Just out of scalability though, having a blog crawl rel-me  
(potentially multiple off of the URL the commenter leaves) seems a bit  
excessive.  I think it is fine if some plugins do decide to follow rel-
me, but that a commenter won't be able to guarantee that every blog/
site they comment on will do it.  There also is a race condition  
between the person leaving a short comment and the site crawling 10  
pages before finding the hCard.

Maybe one compromise would be when looking for hCards to only crawl  
rel-me on the same domain?

--David

On Jan 21, 2008, at 11:33 AM, Chris Messina wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Ivy  
View profile  
 More options Jan 21 2008, 3:04 pm
From: "Steve Ivy" <steve...@gmail.com>
Date: Mon, 21 Jan 2008 13:04:18 -0700
Local: Mon, Jan 21 2008 3:04 pm
Subject: Re: [diso-project] Re: hAvatar plugin
David,

Chris and I had this same discussion, more or less, a week ago. I
think it would be a "best practice" to limit rel-me spidering to a
couple hops in any direction. Meaning:

"site logging into" -> "commenter's url" -- rel=me --> "another site"

It's not something we can enforce, but if we document it and the
reasons for it (race conditions, etc) we might see some adoption.
Also, enforcing reciprocal rel=me links can help in limiting the
number if hops.

--Steve

On Jan 21, 2008 12:59 PM, David Recordon <drecor...@sixapart.com> wrote:

--
Steve Ivy
http://redmonk.net // http://diso-project.org
This email is: [ ] bloggable [x] ask first [ ] private

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 3:05 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 12:05:29 -0800 (PST)
Local: Mon, Jan 21 2008 3:05 pm
Subject: Re: hAvatar plugin
Thats why I think rel="hcard.delegate me" is a better way, so the
crawler can differ between an openid (rel="openid.delegate me"). The
advantage of rel="me" is, you can choose the hCard you want and you
can separate posted hCards from your hCards.

On 21 Jan., 20:59, David Recordon <drecor...@sixapart.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Messina  
View profile  
 More options Jan 21 2008, 3:12 pm
From: "Chris Messina" <chris.mess...@gmail.com>
Date: Mon, 21 Jan 2008 12:12:44 -0800
Local: Mon, Jan 21 2008 3:12 pm
Subject: Re: [diso-project] Re: hAvatar plugin
At the same time, I do think something like rel="avatar me" linked
from a vcard.photo or vcard.logo object would be a good way of
pointing to a larger version of an avatar.

So, primarily you'd look for photos embedded in hcards. If none are
found, perhaps search for rel~=me+avatar... I dunno. Obviously I'd
like to support efficient avatar discovery, but I think we should be
careful not to just invent a new series of conventions (like Pavatar)
when existing solutions haven't even been widely deployed.

Chris

On Jan 21, 2008 12:04 PM, Steve Ivy <steve...@gmail.com> wrote:

--
Chris Messina
Citizen-Participant &
  Open Source Advocate-at-Large
Work: http://citizenagency.com
Blog: http://factoryjoe.com/blog
Cell: 412.225.1051
IM: factoryjoe
This email is:   [ ] bloggable    [X] ask first   [ ] private

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 3:19 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 12:19:13 -0800 (PST)
Local: Mon, Jan 21 2008 3:19 pm
Subject: Re: hAvatar plugin
If you talk about rel="me", do you differ between <link /> and <a />?

On 21 Jan., 21:12, "Chris Messina" <chris.mess...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Messina  
View profile  
 More options Jan 21 2008, 3:35 pm
From: "Chris Messina" <chris.mess...@gmail.com>
Date: Mon, 21 Jan 2008 12:35:35 -0800
Local: Mon, Jan 21 2008 3:35 pm
Subject: Re: [diso-project] Re: hAvatar plugin
I don't think so. I think rel-me should work whether you're talking
about anchors or links.

Chris

On Jan 21, 2008 12:19 PM, Pfefferle <pfeffe...@gmail.com> wrote:

--
Chris Messina
Citizen-Participant &
  Open Source Advocate-at-Large
Work: http://citizenagency.com
Blog: http://factoryjoe.com/blog
Cell: 412.225.1051
IM: factoryjoe
This email is:   [ ] bloggable    [X] ask first   [ ] private

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 3:40 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 12:40:04 -0800 (PST)
Local: Mon, Jan 21 2008 3:40 pm
Subject: Re: hAvatar plugin
I personaly would prefer <link rel="me" /> because if you use a
microformated wordpress theme and xfn in your blogroll, there is too
much data to parse.

On 21 Jan., 21:35, "Chris Messina" <chris.mess...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 4:12 pm
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 16:12:13 -0500
Local: Mon, Jan 21 2008 4:12 pm
Subject: Re: [diso-project] Re: hAvatar plugin
One thing: it was being suggested we invent another new <link> tag to
point to hCards and I merely pointed out that rel=me is for exactly
that.

+1 to best practices indicating an hCard right on the main page

On Jan 21, 2008 2:59 PM, David Recordon <drecor...@sixapart.com> wrote:

--
- Stephen Paul Weber, Amateur Writer
<http://www.awriterz.org>

MSN/GTalk/Jabber: singpol...@gmail.com
ICQ/AIM: 103332966
BLOG: http://singpolyma.net/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 4:14 pm
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 16:14:19 -0500
Local: Mon, Jan 21 2008 4:14 pm
Subject: Re: [diso-project] Re: hAvatar plugin
+1 hcard.photo
Then maybe hcard.logo
I really don't see the need to go beyond that (except, as I said, for
maybe a certain depth of rel=me where appropriate)

On Jan 21, 2008 3:12 PM, Chris Messina <chris.mess...@gmail.com> wrote:

--
- Stephen Paul Weber, Amateur Writer
<http://www.awriterz.org>

MSN/GTalk/Jabber: singpol...@gmail.com
ICQ/AIM: 103332966
BLOG: http://singpolyma.net/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 4:15 pm
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 16:15:26 -0500
Local: Mon, Jan 21 2008 4:15 pm
Subject: Re: [diso-project] Re: hAvatar plugin
It can, although the microformats community looks down on <link> tags mostly

On Jan 21, 2008 3:35 PM, Chris Messina <chris.mess...@gmail.com> wrote:

--
- Stephen Paul Weber, Amateur Writer
<http://www.awriterz.org>

MSN/GTalk/Jabber: singpol...@gmail.com
ICQ/AIM: 103332966
BLOG: http://singpolyma.net/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 4:17 pm
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 16:17:11 -0500
Local: Mon, Jan 21 2008 4:17 pm
Subject: Re: [diso-project] Re: hAvatar plugin
You would never link to your delegated OpenID with rel=me... the whole
point of delegation is to hide that URL.

Besides, hcards are not meant to have their own page.  They may not be
on the main page, but it makes little sense to say 'this is my hCard
page' when it's likely a lot of things and just has an hCard.

Besides, if you're using rel=me you're likely using hCard most of the time.

On Jan 21, 2008 3:05 PM, Pfefferle <pfeffe...@gmail.com> wrote:

--
- Stephen Paul Weber, Amateur Writer
<http://www.awriterz.org>

MSN/GTalk/Jabber: singpol...@gmail.com
ICQ/AIM: 103332966
BLOG: http://singpolyma.net/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 4:22 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 13:22:07 -0800 (PST)
Local: Mon, Jan 21 2008 4:22 pm
Subject: Re: hAvatar plugin
If you have a look at http://wordpress.org/extend/plugins/yadis/ then
you can see an example of using rel="me" in the delegate (but in the
case of myopenid, it doesn't matter because the public profile uses an
hCard).

But you are right, rel=me would be the best solution I think

On 21 Jan., 22:17, "Stephen Paul Weber" <singpol...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 4:25 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 13:25:43 -0800 (PST)
Local: Mon, Jan 21 2008 4:25 pm
Subject: Re: hAvatar plugin
Something completely different... i tried the plugin together with my
hCard-Commenting plugin and I get a fatal error because both scripts
are using hKit.

if (!class_exists('hKit')) {
  include_once(dirname(__FILE__) . '/hkit.class.php');

}

Using this, solves the problem.

On 21 Jan., 22:22, Pfefferle <pfeffe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Messina  
View profile  
 More options Jan 21 2008, 4:41 pm
From: "Chris Messina" <chris.mess...@gmail.com>
Date: Mon, 21 Jan 2008 13:41:41 -0800
Local: Mon, Jan 21 2008 4:41 pm
Subject: Re: [diso-project] Re: hAvatar plugin
I think we can start with this and get a working demo going. We should
be somewhat lenient and pragmatic for the near term (since there are
many more avatars in the wild NOT marked up this way), but when it
comes to a more formal spec, I agree that we should rely on hcard
primarily, and then follow at most one hop to any rel-me link listed
in a page searching for other hcard avatars.

I believe that Twitter, M.agnolia and Flickr are all good examples of
how this data can be marked up and displayed, and if anyone links to
them with a rel-me link, we'd hit an avatar.

Chris

On Jan 21, 2008 1:14 PM, Stephen Paul Weber <singpol...@gmail.com> wrote:

--
Chris Messina
Citizen-Participant &
  Open Source Advocate-at-Large
Work: http://citizenagency.com
Blog: http://factoryjoe.com/blog
Cell: 412.225.1051
IM: factoryjoe
This email is:   [ ] bloggable    [X] ask first   [ ] private

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 5:21 pm
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 17:21:49 -0500
Local: Mon, Jan 21 2008 5:21 pm
Subject: Re: [diso-project] Re: hAvatar plugin
Which is why diso-profile uses hCard as the only source for importing
avatars.  My avatar_from_url plugin is a bit more greedy (as you said,
hCard is not so universal yet) -- of course, that's what solutions
like AllAvatars are about -- making it work wherever possible by
integrating all the plugins, but I digress...

On a related note, should diso-profile provide a template tag for
outputting the avatar it imports?  I never bothered because AllAvatars
supports it internally, but not too many people are going to want to
use AllAvatars...

On Jan 21, 2008 4:41 PM, Chris Messina <chris.mess...@gmail.com> wrote:

...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 5:35 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 14:35:31 -0800 (PST)
Local: Mon, Jan 21 2008 5:35 pm
Subject: Re: hAvatar plugin
AllAvatars is devenitively a step in the right direction, but I think
its a bit too static... if anyone writes a new avatar plugin, you have
to edit your code, to implement the new functions... I think a better
way is to provide some kind of universal avatar api which all avatar
plugins could use.

On 21 Jan., 23:21, "Stephen Paul Weber" <singpol...@gmail.com> wrote:

...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Paul Weber  
View profile  
 More options Jan 21 2008, 5:47 pm
From: "Stephen Paul Weber" <singpol...@gmail.com>
Date: Mon, 21 Jan 2008 17:47:03 -0500
Local: Mon, Jan 21 2008 5:47 pm
Subject: Re: [diso-project] Re: hAvatar plugin
I've thought about that -- something along the lines of what my XRDS
plugin does, just haven't implemented it yet :)

On Jan 21, 2008 5:35 PM, Pfefferle <pfeffe...@gmail.com> wrote:

...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pfefferle  
View profile  
 More options Jan 21 2008, 5:51 pm
From: Pfefferle <pfeffe...@gmail.com>
Date: Mon, 21 Jan 2008 14:51:07 -0800 (PST)
Local: Mon, Jan 21 2008 5:51 pm
Subject: Re: hAvatar plugin
Nice idea, if you have something finished, give me a note and I will
try it with hcard-commenting...

On 21 Jan., 23:47, "Stephen Paul Weber" <singpol...@gmail.com> wrote:

...

read more »