only rel="avatar" - advantages and disadvantages
» That would be quite unusual. Someone who has a PDF for a site will hardly
» ever need a pavatar.
Hm, ok you're right. I got the idea from the Pingback spec and I like the idea of beeng able to specify any HTTP resourca as your "homepage".
» » But what is the problem with a HTTP header like X-Pavatar or Link:
» » <http://example.org/avatar.png>; rel="avatar"? The second is semanticly
» » exactly the same as the <link> in HTML.
» I don't think hobbyist plugin writers would appreciate something like that ;)
I had never a problem with that, in PHP I use
$request =& new HTTP_Request($url);
$request->getResponseHeader("X-Pingback");
and with Ruby
Net::HTTP.start(url.host, url.port) { |http|
response = http.head( path == '.' ? '/' : url.path.to_s )
pavatar_url = response['X-Pavatar']
}
» Actually, I think I have an idea for a much better method. I'll hold it
» back until the existing issues are sorted out.
What kind of idea is it?
» Well, how about this?
» <!-- <link rel="pavatar" href="my-old-avatar.png"/> -->
If you read the spec, this is a valid way to add a pavatar to your homepage.
» These 70% must know HTML...
Ok, you are right perhaps.
» Letting everybody just upload a file is the easiest thing to do, but it
» isn't necessarily the right thing. I read the Fishing article, and it made
» a lot of sense to me. Didn't it to you?
Not really, bandwith is not really a argument nowadays paticurarly with a simple head request, this semantics example (http://example.com/nnnnn/) works for pavatar (autodiscovers http://example.com/nnnnn/pavatar.png), for the discoverability we do have autodiscovery mechanism.
Complete thread:
- rel="avatar" instead rel="pavatar" - Jeena Paradies, 06.01.2007, 12:28
- rel="avatar" instead rel="pavatar" - Alenônimo, 06.01.2007, 16:35
- rel="avatar" instead rel="pavatar" - Jeena Paradies, 06.01.2007, 17:32
- rel="avatar" instead rel="pavatar" - factoryjoe, 06.01.2007, 23:57
- rel="avatar" instead rel="pavatar" - damnian, 07.01.2007, 17:52
- rel="avatar" instead rel="pavatar" - factoryjoe, 06.01.2007, 23:57
- rel="avatar" instead rel="pavatar" - Jeena Paradies, 06.01.2007, 17:32
- only rel="avatar" - advantages and disadvantages - Jeena Paradies, 08.01.2007, 18:53
- only rel="avatar" - advantages and disadvantages - damnian, 09.01.2007, 23:14
- only rel="avatar" - advantages and disadvantages - Jeena Paradies, 10.01.2007, 00:58
- only rel="avatar" - advantages and disadvantages - damnian, 10.01.2007, 01:16
- only rel="avatar" - advantages and disadvantages - Jeena Paradies, 12.01.2007, 07:33
- only rel="avatar" - advantages and disadvantages - damnian, 12.01.2007, 10:30
- only rel="avatar" - advantages and disadvantages - Jeena Paradies, 12.01.2007, 13:26
- only rel="avatar" - damnian, 12.01.2007, 18:40
- only rel="avatar" - advantages and disadvantages - Jeena Paradies, 12.01.2007, 13:26
- only rel="avatar" - advantages and disadvantages - damnian, 12.01.2007, 10:30
- only rel="avatar" - advantages and disadvantages - Jeena Paradies, 12.01.2007, 07:33
- only rel="avatar" - advantages and disadvantages - damnian, 10.01.2007, 01:16
- only rel="avatar" - advantages and disadvantages - Jeena Paradies, 10.01.2007, 00:58
- only rel="avatar" - advantages and disadvantages - damnian, 09.01.2007, 23:14
- rel="avatar" instead rel="pavatar" - Johannes Zeller, 12.01.2007, 19:54
- rel="avatar" instead rel="pavatar" - damnian, 12.01.2007, 20:54
- rel="avatar" instead rel="pavatar" - Jeena Paradies, 12.01.2007, 22:44
- rel="avatar" instead rel="pavatar" - damnian, 12.01.2007, 22:52
- rel="avatar" instead rel="pavatar" - Anonymous, 13.01.2007, 17:40
- rel="avatar" instead rel="pavatar" - damnian, 12.01.2007, 22:52
- rel="avatar" instead rel="pavatar" - Jeena Paradies, 12.01.2007, 22:44
- rel="avatar" instead rel="pavatar" - damnian, 12.01.2007, 20:54
- rel="avatar" instead rel="pavatar" - Alenônimo, 06.01.2007, 16:35