<?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>Olaf&#039;s blog &#187; firefox</title>
	<atom:link href="http://olafsblog.sysbsb.de/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Sat, 14 Aug 2010 20:39:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A google scholar open search plugin for firefox and IE</title>
		<link>http://olafsblog.sysbsb.de/a-google-scholar-open-search-plugin-for-firefox-and-ie/</link>
		<comments>http://olafsblog.sysbsb.de/a-google-scholar-open-search-plugin-for-firefox-and-ie/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 19:51:40 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[nerd 2.0]]></category>

		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=59</guid>
		<description><![CDATA[Strangely, there  is no searchplugin for google scholar on the default search plugins page for firefox.
Well, it&#8217;s more than easy to create one (see for example this guide at mozdev), so i created one for google scholar that i&#8217;m happy to share.

Install the google scholar searchplugin for firefox using javascript
You may as well download [...]]]></description>
			<content:encoded><![CDATA[<p>Strangely, there  is no searchplugin for google scholar on the <a href="https://addons.mozilla.org/de/firefox/browse/type:4/cat:all?sort=name">default search plugins page for firefox</a>.<br />
Well, it&#8217;s more than easy to create one (<a href="http://developer.mozilla.org/en/Creating_OpenSearch_plugins_for_Firefox">see for example this guide at mozdev</a>), so i created one for google scholar that i&#8217;m happy to share.<br />
<span id="more-59"></span></p>
<p><a href="#" onclick="window.external.AddSearchProvider('http://olafsblog.sysbsb.de/wp-content/uploads/2008/09/google-scholar.xml');">Install the google scholar searchplugin for firefox using javascript</a></p>
<p>You may as well <a href="http://olafsblog.sysbsb.de/wp-content/uploads/2008/09/google-scholar.xml">download the xml file for google scholar search</a> and place it in the searchplugins folder of firefox (for <a href="http://www.ubuntu.com/">Ubuntu</a>, that is /usr/lib/firefox-addons/searchplugins).</p>
<p>Here is the sourcecode of the plugin, including the <a href="http://de.wikipedia.org/wiki/Base64">Base 64</a> encoded icon.</p>
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;Google scholar&lt;/ShortName&gt;
  &lt;Description&gt;Search for publications with google scholar&lt;/Description&gt;
  &lt;Tags&gt;Academic Scholar Educational&lt;/Tags&gt;
  &lt;Url type=&quot;text/html&quot;
        template=&quot;http://scholar.google.com/scholar?q={searchTerms}&amp;amp;ie=utf-8&amp;amp;oe=utf-8&quot;/&gt;
   &lt;Image height=&quot;16&quot; width=&quot;16&quot; type=&quot;image/x-icon&quot;&gt;data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAADmPj4A0FpWABaHFgBXgzsAxW5sAJh8cABLlEMAs39+AHyzfADloJwAw6imAL7DvAD3zc0A
2tvcAPP09QAAAAAA3d3d3d3d3e7e3aREW97d3t7UBKp0vd7e7rB+7udWiN7u0a7u4yIiLe7nGt6i
Pugr7u7JQQDYYi3u7u7QGCIm7u7u6kF2K+iO7u4QzkImYm7u7Afu0WIm3u7sHe7Aru7u7u4a7kDe
7u7u7sTJAd7u7u7u7szJzu7u7u7u7u7u7u4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;/Image&gt;
&lt;/OpenSearchDescription&gt;
</pre>
<p>Happy paperfinding.</p>
]]></content:encoded>
			<wfw:commentRss>http://olafsblog.sysbsb.de/a-google-scholar-open-search-plugin-for-firefox-and-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
