<?xml version="1.0" encoding="UTF-8"?>

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
	<ShortName>NCSU Libraries Catalog</ShortName>
	<Description>Search the NCSU Libraries Catalog and retrieve results in RSS format.</Description>
	<Tags>library ncsu catalog</Tags>
	<Contact>lib_webteam@ncsu.edu</Contact>
	<Url type="text/html" 
		indexOffset="0"
		template="http://www2.lib.ncsu.edu/catalog/?N=0&amp;Ntk=Keyword&amp;Ntt={searchTerms?}&amp;No={startIndex?}" />
	<Url type="application/rss+xml"
		indexOffset="0"
		template="http://www2.lib.ncsu.edu/catalog/?service=search&amp;query={searchTerms}&amp;offset={startIndex?}&amp;count={count?}&amp;output=opensearch" />
	<Url type="application/xml" 
		indexOffset="0"
		template="http://www2.lib.ncsu.edu/catalog/?service=search&amp;query={searchTerms}&amp;offset={startIndex?}&amp;count={count?}" />
	<LongName>NCSU Libraries Catalog</LongName>
	<Image type="image/gif" height="64" width="64">http://www.lib.ncsu.edu/catalog/images/librarylogo-112x112.gif</Image>
	<Image type="image/vnd.microsoft.icon" height="16" width="16">http://www2.lib.ncsu.edu/catalog/include/favicon.ico</Image>
	<Developer>Emily Lynema, NCSU Libraries</Developer>
	<AdultContent>false</AdultContent>
	<Language>*</Language>
	<SyndicationRight>open</SyndicationRight>
	<InputEncoding>UTF-8</InputEncoding>
	<OutputEncoding>UTF-8</OutputEncoding>
	
	<Query role="example" searchTerms="ncsu" />
</OpenSearchDescription>