OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xri message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: FW: another webfinger prototype implementation update ...


This is live (but experimental and very alpha) over at Gmail… Yeah, that’s XRD in action.

 

The Subject URI is still being discussed.

 

EHL

 

From: webfinger@googlegroups.com [mailto:webfinger@googlegroups.com] On Behalf Of Brad Fitzpatrick
Sent: Tuesday, August 18, 2009 4:59 PM
To: webfinger@googlegroups.com
Subject: another webfinger prototype implementation update ...

 

Another version, after discussions with Eran:

 

What's new:

-- Improved user XRD document

-- Start of FOAF RDF support

 

Demos:  (now with curl, since these aren't necessarily pretty in browsers now....)

HTTP/1.1 200 OK

Content-Type: application/xrd+xml

Transfer-Encoding: chunked

Date: Tue, 18 Aug 2009 23:55:04 GMT

Expires: Tue, 18 Aug 2009 23:55:04 GMT

Cache-Control: private, max-age=0

X-Content-Type-Options: nosniff

Server: GFE/2.0

 

<?xml version='1.0'?>

 <Subject>acct://bradfitz@gmail.com</Subject>

 <Link>

 </Link>

 <Link>

  <Rel>describedby</Rel>

  <MediaType>text/html</MediaType>

 </Link>

 <Link>

  <Rel>describedby</Rel>

  <MediaType>text/x-foo</MediaType>

 </Link>

 <Link>

  <Rel>describedby</Rel>

  <MediaType>application/rdf+xml</MediaType>

 </Link>

</XRD>

 

 

HTTP/1.1 200 OK

Content-Type: application/rdf+xml

Transfer-Encoding: chunked

Date: Tue, 18 Aug 2009 23:57:02 GMT

Expires: Tue, 18 Aug 2009 23:57:02 GMT

Cache-Control: private, max-age=0

X-Content-Type-Options: nosniff

Server: GFE/2.0

 

<?xml version='1.0'?>

 <Person xmlns='http://xmlns.com/foaf/0.1/'>

  <nick>bradfitz</nick>

  <name>Brad Fitzpatrick</name>

 </Person>

</RDF>

 

 

Feedback welcome!

 

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]