Daniel's collected open source and open data musings as a web developer, project manager and architect in Adelaide.
$accept = explode(',', $_SERVER['HTTP_ACCEPT']);if (in_array('application/rdf+xml', $accept)) { header('Location: path/to/rdf/version.rdf'); die();}
Post a Comment
No comments:
Post a Comment