<?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>Janeks random writings &#187; wikipedia</title>
	<atom:link href="http://www.hellqvist.com/janek/weblog/tag/wikipedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hellqvist.com/janek/weblog</link>
	<description>No, it's not another diary.</description>
	<lastBuildDate>Fri, 22 Jan 2010 23:45:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add direct Wikipedia/Last.fm/etc search to the Firefox search bar</title>
		<link>http://www.hellqvist.com/janek/weblog/2008/06/20/how-to-add-direct-wikipedialastfmetc-search-to-the-firefox-search-bar/</link>
		<comments>http://www.hellqvist.com/janek/weblog/2008/06/20/how-to-add-direct-wikipedialastfmetc-search-to-the-firefox-search-bar/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 21:46:25 +0000</pubDate>
		<dc:creator>Janek</dc:creator>
				<category><![CDATA[Computer related bits &#038; pieces]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.hellqvist.com/janek/weblog/?p=34</guid>
		<description><![CDATA[I visit Wikipedia and Last.fm several times daily, but recently grew tired of doing manual searches by editing the URL:s in my browser history. Adding the sites to the Firefox search bar was easy (especially with the great Mycroft service), but the downside was the extra step added by the search result page.
Since I usually [...]]]></description>
			<content:encoded><![CDATA[<p>I visit Wikipedia and Last.fm several times daily, but recently grew tired of doing manual searches by editing the URL:s in my browser history. Adding the sites to the Firefox search bar was easy (especially with the great <a href="http://mycroft.mozdev.org/">Mycroft service</a>), but the downside was the extra step added by the search result page.</p>
<p>Since I usually know exactly what I&#8217;m looking for, I wanted to be able to go directly to a certain page when entering a search term, instead of searching for the term.</p>
<p>This is how you modify Firefox to behave that way:</p>
<ul>
<li>Add the search engines to Firefox through <a href="http://mycroft.mozdev.org/">Mycroft</a> or the official <a href="https://addons.mozilla.org/en-US/firefox/browse/type:4/cat:all?sort=name">Add-on repository</a>.</li>
<li>Close Firefox.</li>
<li>On XP, enter the directory
<pre>C:\Documents and Settings\<strong>YOURUSERNAME</strong>\Application Data\Mozilla\Firefox\Profiles\<strong>YOURPROFILE</strong>\searchplugins</pre>
</li>
<li>Open the xml files in a text editor.</li>
<li>For Wikipedia, you need to change the following line
<pre>&lt;os:Url type="text/html" method="GET" template="http://en.wikipedia.org/wiki/{searchTerms}&amp;sourceid=mozilla-search"&gt;</pre>
<p>into this:</p>
<pre>&lt;os:Url type="text/html" method="GET" template="http://en.wikipedia.org/wiki/{searchTerms}"&gt;</pre>
</li>
<li>I.e., change the URL so that it points straight at the article instead of the search function.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hellqvist.com/janek/weblog/2008/06/20/how-to-add-direct-wikipedialastfmetc-search-to-the-firefox-search-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
