<?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>tlrobinson.net blog &#187; Wikipedia</title>
	<atom:link href="http://tlrobinson.net/blog/category/wikipedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://tlrobinson.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 06 Apr 2009 08:37:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A Smarter Wikipedia Search using Google</title>
		<link>http://tlrobinson.net/blog/2007/03/a-smarter-wikipedia-search/</link>
		<comments>http://tlrobinson.net/blog/2007/03/a-smarter-wikipedia-search/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 05:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=3</guid>
		<description><![CDATA[I&#8217;m always looking for ways to speed up common tasks. This post describes a faster and more accurate way to reach a desired Wikipedia article. There&#8217;s an increbibly useful (and free) plugin for Safari from David Wantanbe (the man also &#8230; <a href="http://tlrobinson.net/blog/2007/03/a-smarter-wikipedia-search/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always looking for ways to speed up common tasks. This post describes a faster and more accurate way to reach a desired Wikipedia article.</p>
<p>There&#8217;s an increbibly useful (and free) plugin for Safari from <a href="http://www.newsfirex.com/blog/">David Wantanbe</a> (the man also responsible for Acquisition, NewsFire, and Xtorrent) called <a href="http://www.inquisitorx.com/">Inquisitor</a> which gives you search suggestions as you type in the search bar (described as &#8220;Spotlight for the web&#8221;, essentially <a href="http://www.google.com/webhp?complete=1&#038;hl=en">Google Suggest</a>). In addition to the search suggestions, Inquisitor allows you to assign key combinations to different search engines, which you can define yourself.</p>
<p>I usually just use Google to get to a Wikipedia article, since it&#8217;s so convenient. For example, type &#8220;safari wiki&#8221; and the first item will probably be the Wikipedia article for the Safari web browser. Taking this a step further, using the Google&#8217;s &#8220;I&#8217;m Feeling Lucky&#8221; button search, along with &#8220;site:en.wikipedia.org&#8221; appended to the search term, most of the time you will get redirected directly to the Wikipedia page you&#8217;re looking for.</p>
<p>I don&#8217;t find Wikipedia&#8217;s built in search to be particularly useful. Since this method uses Google&#8217;s smartness it will find partial matches as well as the (usually) the more relevant topic. For example, type &#8220;apple site:en.wikipedia.org&#8221; and it will take you to the computer company (actually &#8220;Apple Inc.&#8221;) rather than the fruit (the real &#8220;Apple&#8221;). I&#8217;m usually more interested in the computer company.</p>
<p>Of course typing all that out at google.com and pressing the &#8220;I&#8217;m Feeling Lucky&#8221; button would offset any convenience it adds, so combine it with Inquisitor or Firefox/IE&#8217;s custom searches.</p>
<p>Here&#8217;s the search URL for Inquisitor (install in &#8220;Safari&#8221; application menu : &#8220;Preferences&#8221; : &#8220;Search&#8221; tab : &#8220;Edit Sites&#8230;&#8221;):<br />
<code>http://www.google.com/search?hl=en&#038;q=%@+site%3Aen.wikipedia.org&#038;btnI=I%27m+Feeling+Lucky</code></p>
<p>If you just want to use Google as your Wikipedia search engine, use this one without the &#8220;I&#8217;m Feeling Lucky&#8221; option:<br />
<code>http://www.google.com/search?hl=en&#038;q=%@+site%3Aen.wikipedia.org</code></p>
<p>All Inquisitor does is substitute the search terms you enter into a custom URL wherever it finds an &#8220;@&#8221;, then takes you to that URL. This particular URL uses the &#8220;I&#8217;m Feeling Lucky&#8221; feature of Google to redirect you to the top resulting page. Assign a key combo (I use command-option-W) to it and you&#8217;ve got a really simple and fast way to get to the most relevant Wikipedia article.</p>
<p>If you&#8217;re a Firefox 2 or [gasp] IE 7 user, I threw together two <a href="http://www.opensearch.org/">OpenSearch</a> plugins. Unfortunately neither browser supports hot keys for different search engines so some of the convenience is lost. The plugins should be auto-detected, if not, click on one of the following links (JavaScript required):</p>
<p><script type="text/javascript">
	function installSearchEngine(url) {
		if (window.external &#038;&#038; ("AddSearchProvider" in window.external)) {
			window.external.AddSearchProvider(url);
			return false;
		}
		return true;
	}
</script></p>
<p><a href="http://tlrobinson.net/misc/wikipedia-smart.xml" onclick="return installSearchEngine('http://tlrobinson.net/misc/wikipedia-smart.xml');">Install Smarter Wikipedia</a> (auto redirect to most relevant page)<br />
<a href="http://tlrobinson.net/misc/wikipedia-smartsearch.xml" onclick="return installSearchEngine('http://tlrobinson.net/misc/wikipedia-smartsearch.xml');">Install Smarter Wikipedia Search</a> (Google search results)</p>
<p>Note that this technique could be applied to *any* website, even ones without built in search engines: just replace &#8220;site:<em>en.wikipedia.org</em>&#8221; with the desired domain name. You could also remove the &#8220;site&#8221; clause entirely to get an &#8220;I&#8217;m Feeling Lucky&#8221; search of the entire web.</p>
<p>Update: John Gruber over at <a href="http://daringfireball.net/2007/04/google_lucky_thisservice">Daring Fireball</a> also has a good use for Google&#8217;s &#8220;I&#8217;m Feeling Lucky&#8221; search.</p>
]]></content:encoded>
			<wfw:commentRss>http://tlrobinson.net/blog/2007/03/a-smarter-wikipedia-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

