<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>LiquidFoot &#187; application</title>
	<atom:link href="http://www.liquidfoot.com/tag/application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liquidfoot.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:56:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Open Search</title>
		<link>http://www.liquidfoot.com/2008/11/06/open-search/</link>
		<comments>http://www.liquidfoot.com/2008/11/06/open-search/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:32:45 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[opensearch]]></category>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=116</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted, but the NEH Slave Quarters project is coming to a close and the next grant is out the door (to build a digital archive of the newspaper articles of Elizabeth Stoddard). So I showed my student worker the search plugins I had made a few years ago [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted, but the NEH Slave Quarters project is coming to a close and the next grant is out the door (to build a digital archive of the newspaper articles of Elizabeth Stoddard).</p>
<p>So I showed my student worker the search plugins I had made a few years ago and he got really excited. They&#8217;re burried on our website right now (but then again, so is everything), but he like the convienence. He actually got me to start thinking about it a bit more. IE 7 and Firefox both use OpenSearch now for their search plugins. There&#8217;s not a whole lot to this description (and it&#8217;s a lot more convienent than the Sherlock format). What if I built a quick app that could generate the XML for these and them people could install them? We could quickly develop a collection of useful plugins that would help folks get to data (hopefully) faster.</p>
<p>I started looking at it yesterday and it&#8217;s pretty straight forward&#8230;with a few exceptions. Most search engines use a get method, but I&#8217;m finding a bunch of our most popular search engine providers (e.g. lexisnexis, factiva, etc.) use a post method with weird session variables.</p>
<p>Focusing on just the &#8220;easy&#8221; stuff first, I wrote a database table (which is still in flux) that recorded the basic OpenSearch fields first: short_name, description, input_encoding, and url. I populated the fields with some basic search engines that folks use here at William and Mary: all the libraries, Google Scholar, Ebrary, JStor, EbscoHost, ScienceDirect, and our federated searching engine). I wrote a search proxy to rewrite the search URLs, though it&#8217;s really not necessary (and I may change that).</p>
<p>Since I got on the kick, I figured I&#8217;d write something up real quick for Vufind too. By adding a few lines of code, folks will be able to add the Vufind instance to their search list without doing much!</p>
<p>After I get the code a bit cleaner, and work through some of the other &#8220;issues&#8221; with search providers who use &#8216;POST&#8217; for queries, I&#8217;ll add some code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidfoot.com/2008/11/06/open-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

