[uf-discuss] Appropriate microformats for journal listings?

2008-04-08 Thread Angus McIntyre
I'm editing a page that lists editions of a journal, each entry having a form something like: Title Journalname 1 (2003) - downloadlink - Article 1 Author1, Author2 (Affiliation) Article 2 Author3

Re: [uf-discuss] Appropriate microformats for journal listings?

2008-04-08 Thread Ben Ward
Hi Angus, On 8 Apr 2008, at 13:20, Angus McIntyre wrote: I'm editing a page that lists editions of a journal, each entry having a form something like: Title Journalname 1 (2003) - downloadlink - Article 1 Author1, Author2

[uf-discuss] Parsing XFN in PHP

2008-04-08 Thread Julian Bond
I need some advice about reading rel=me tags in arbitrary web pages using PHP. I'm intending to use this to help build a lifestream style function. The basic intent is to cut down the amount of data entry the user has to do. When they give me a MyBlogLog, Friendfeed, Plaxo Pulse page that has

Re: [uf-discuss] Parsing XFN in PHP

2008-04-08 Thread Ciaran McNulty
On Tue, Apr 8, 2008 at 1:10 PM, Julian Bond [EMAIL PROTECTED] wrote: I need some advice about reading rel=me tags in arbitrary web pages using PHP. I'm intending to use this to help build a lifestream style function. The basic intent is to cut down the amount of data entry the user has to do.

Re: [uf-discuss] Parsing XFN in PHP

2008-04-08 Thread André Luís
Hi Julian, You can either use hkit ( http://code.google.com/p/hkit/ ) or the SocialGraph API, by Google (http://code.google.com/apis/socialgraph/). Cheers, André On Tue, Apr 8, 2008 at 1:10 PM, Julian Bond [EMAIL PROTECTED] wrote: I need some advice about reading rel=me tags in arbitrary web

Re: [uf-discuss] Parsing XFN in PHP

2008-04-08 Thread Julian Bond
Ciaran McNulty [EMAIL PROTECTED] Tue, 8 Apr 2008 14:38:37 Have a look at the Google Social Graph API [1] - it doesn't query things 'live', but because it's Google they can return all the results in one response to your query, and it saves you spidering the site yourself and worrying about all

[uf-discuss] Re: Appropriate microformats for journal listings?

2008-04-08 Thread Toby A Inkster
Ben Ward wrote: VCARD has a concept of ‘AGENTS’, which effectively nests vcards within each other. They're unhandled in desktop software, so demand to work out parsing rules in hCard has been low. For what it's worth, Cognition has successfully parsed agents since the first alpha release. It