Welcome to openurl.code4lib.org

Hi!

Welcome to openurl.code4lib.org, a site intended to help promote NISO Z39.88 (OpenURL).

Come here for information about OpenURL; applications and hacks for your OpenURL resolver; code for working with OpenURL; and discussion about new profiles, applications and functionality.

Sample code for going from Dublin Core to render a COinS

Credit: epistemographer

class COinS
{
private $item;

private $coins = array();

const ctx_ver = 'Z39.88-2004';
const rft_val_fmt = 'info:ofi/fmt:kev:mtx:dc';
const rfr_id = 'info:sid/omeka.org:generator';

public $coinsSpan;

public function __construct($item)
{
$this->item = $item;

$this->coins['ctx_ver'] = self::ctx_ver;
$this->coins['rft_val_fmt'] = self::rft_val_fmt;
$this->coins['ctx_ver'] = self::ctx_ver;
$this->coins['rfr_id'] = self::rfr_id;

Upgraded site to Drupal 6.1

I have updated the site (at Drupal's urging) to Drupal 6.1. If things seems weird or broken (and I'm certain some of it is... probably both), please let me know!

Syndicate content