Skip to content

Instantly share code, notes, and snippets.

@nator
nator / wac_cdwalite.xml
Created April 13, 2011 19:21
Walker's CDWAlite example
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="oai2.xsl"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<responseDate>2011-04-13T19:17:43Z</responseDate>
<request verb="GetRecord">test</request>
<GetRecord>
<record>
<header>
<identifier>oai:walkerart.org/object/77</identifier>
<datestamp>2010-12-07</datestamp>
@nator
nator / wac_ext.xml
Created April 13, 2011 18:42
Walker OpenSearch extensions definitions
<?xml version="1.0" encoding="UTF-8"?>
<WalkerCollections>
<Extensions>
<!-- These are custom opensearch extensions - we mostly use these internally for custom RSS returns, but if you're here: -->
<onview>Is the work on view?</onview>
<online_only>Only works with online representations (images)</online_only>
</Extensions>
</WalkerCollections>
@nator
nator / wac_description.xml
Created April 13, 2011 18:41
OpenSearch description from the Walker Collection site search
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Walker Art Center</ShortName>
<LongName>Collection of the Walker Art Center</LongName>
<Image height="16" width="16" type="image/jpeg">http://info.walkerart.org/images/favicon_artshare.jpg</Image>
<Description>Walker Art Center: Collections</Description>
<Tags>Walker Art Center Contemporary Modern Multidiscipline</Tags>
<Contact>webmaster@walkerart.org</Contact>
<Url type="text/html"
@nator
nator / ph_os_desc.xml
Created April 13, 2011 18:38
OpenSearch Description from the Powerhouse Museum
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Powerhouse Museum</ShortName>
<LongName>Powerhouse Museum Collection Sydney</LongName>
<Image height="64" width="64" type="image/png">http://www.powerhousemuseum.com/collection/database/opensearch/phmlogo.png</Image>
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://www.powerhousemuseum.com/favicon.ico</Image>
<Description>Powerhouse Museum Collection</Description>
<Tags>Powerhouse Museum Collection</Tags>
<Contact>sebc@phm.gov.au</Contact>
@nator
nator / ph_os1.xml
Created April 13, 2011 18:13
OpenSearch results from the Powerhouse Museum
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">
<channel>
<title>Powerhouse Museum Collection</title>
<link>http://www.powerhousemuseum.com/collection/database/</link>
<description>Powerhouse Museum Collection</description>
<language>en-au</language>
<copyright></copyright>
<openSearch:totalResults>3</openSearch:totalResults>
<openSearch:startIndex>1</openSearch:startIndex>
@nator
nator / ace_opensearch1.xml
Created April 12, 2011 18:00
ArtsConnectEd Opensearch query for "flavin untitled" showing Qualified Dublin Core and Media RSS tags
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<channel>
<title>ArtsConnectEd.org Search: "flavin untitled"</title>
<link>http://artsconnected.org/resource/list/breadcrumb/true/category/work/f_workHasThumbnailMedia/on/query/flavin+untitled/sortby/relevance/order/desc</link>
@nator
nator / opensearch1.xml
Created April 12, 2011 17:35
Walker Opensearch results for query "flavin untitled"
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/">
<channel>
<description>Walker Art Center Collection</description>
<title>Walker Art Center Collection Search: 'flavin untitled'</title>
<link>/search.html?searchstring=flavin%20untitled&amp;page=1&amp;perpage=8&amp;onview=&amp;online_only=</link>
<image>
<title>Walker Art Center</title>
<url>http://info.walkerart.org/images/favicon_artshare.jpg</url>
<link>http://www.walkerart.org/</link>
</image>