Print

Print


On Dec 2, 2008, at 4:21 PM, Karen Coyle wrote:

> I've looked at unAPI, but I can't get a handle on what needs to be  
> in the <abbr>. What would be useful?
>
> kc
>


I put together a pretty basic unAPI interface (technically, a Drupal  
module) for our EthicShare project; you can see how the <abbr> tags  
are used there.  Ex:

http://ethicshare.org/publications/ethics?sc=publications

embedded on the page, you'll find things like: <abbr class='unapi-id'  
title='http://ethicshare.org/unapi/374360'>

There are a few other pieces, but you can see these in action there as  
well.  Ex,

http://ethicshare.org/unapi/ -tells clients what formats are available  
on the sever - I've only implemented RIS so far...

http://ethicshare.org/unapi/?id=374360 - tells the client what formats  
are available for a given resource.

http://ethicshare.org/unapi/?id=374360&format=ris - kind of self- 
explanatory.


Hope that helps a little...

Cheers,
-Chad