<?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>blog@freedig</title>
	<atom:link href="http://blog.freedig.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.freedig.org</link>
	<description>Development and other random thoughts</description>
	<lastBuildDate>Mon, 08 Mar 2010 00:32:36 +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>links for 2010-02-11</title>
		<link>http://blog.freedig.org/2010/02/12/links-for-2010-02-11/</link>
		<comments>http://blog.freedig.org/2010/02/12/links-for-2010-02-11/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 00:32:09 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/2010/02/12/links-for-2010-02-11/</guid>
		<description><![CDATA[

Git Magic &#8211; Preface
(tags: git documentation linux programming)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/">Git Magic &#8211; Preface</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/slosd/git">git</a> <a href="http://delicious.com/slosd/documentation">documentation</a> <a href="http://delicious.com/slosd/linux">linux</a> <a href="http://delicious.com/slosd/programming">programming</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2010/02/12/links-for-2010-02-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 9.04</title>
		<link>http://blog.freedig.org/2009/04/27/installing-ubuntu-904/</link>
		<comments>http://blog.freedig.org/2009/04/27/installing-ubuntu-904/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 17:30:30 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=199</guid>
		<description><![CDATA[Yesterday I finally was able to install the new Ubuntu 9.04 „Jaunty Jackalope“ using the Update Manager. I&#8217;m usually a bit suspicious about new releases of Ubuntu since I always had problems that kept me busy for at least some days. This time, however, I especially looked forward to a faster boot up, because Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubuntu.com"><img src="http://blog.freedig.org/wp-content/uploads/2009/04/2.png" alt="Ubuntu" title="Ubuntu" width="120" height="60" class="alignleft size-full wp-image-208" /></a>Yesterday I finally was able to install the new Ubuntu 9.04 „Jaunty Jackalope“ using the Update Manager. I&#8217;m usually a bit suspicious about new releases of Ubuntu since I always had problems that kept me busy for at least some days. This time, however, I especially looked forward to a faster boot up, because Ubuntu 8.10 booted terribly slowly on my laptop most of the time. So, despite all my fears of a weekend of googling for stuff that stopped working I decided to update to 9.04.</p>
<p>The update itself went well, but as expected, I experienced several issues after starting up my new Ubuntu system. So I decided to make a list of all the things that hassle me at the moment. Some problems were easy to solve, for others I have yet to find a good solution.</p>
<h3>1. ATI graphics drivers</h3>
<p>Bad news for users of older ATI graphic cards. Several ATI Radeon™ graphic cards were moved to a legacy driver support structure in the new version of the proprietary driver for Linux (Catalyst 9.4). Visit <a title="Catalyst - Proprietary driver" href="http://support.amd.com/us/gpudownload/linux/legacy/Pages/radeon_linux.aspx">this page at amd.com</a> for more information.</p>
<p>The real problem about this is that the version 9.3 which does support these cards is not compatible with X server 1.6 which is included in the new Ubuntu release. Hopefully AMD will come up with a version that supports older cards and work with X server 1.6. Till then I have to use the Open-source driver radeon.</p>
<p>With the radeon driver I was not able to start Compiz. It keeps saying &#8220;No whitelisted driver found&#8221;. The good part is that Ubuntu feels much faster without all the eye-candy, I do miss my desktop cube though.</p>
<h3>2. Mounting a Sansa Media Player</h3>
<p>My Sansa e260 would not mount when plugged in using MSC mode, but I found <a title="Resolve Sansa Media Player issue" href="http://blog.kurthbemis.com/2009/04/25/resolving-sansa-media-player-issues-under-ubuntu-904/">a good description</a> how to resolve this issue.</p>
<h3>3. Tracker index corrupted</h3>
<p>Today this dialog suddenly appeared, saying that the Tracker index is corrupted.<br />
<img src="http://blog.freedig.org/wp-content/uploads/2009/04/screenshot_20090427182704.png" alt="Index corrupted" title="Index corrupted" width="406" height="153" class="alignnone size-full wp-image-202" /><br />
OK and Cancel didn&#8217;t do anything. The dialog simply reappeared. &#8220;Reindex all contents&#8221; seemed to cause the Tracker daemon to freeze. There already is <a href="https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361205">a bug filed</a> and <a href="http://www.ubuntu.com/getubuntu/releasenotes/904#Tracker%20index%20corruption">an entry in the Jaunty release notes</a>.</p>
<p>This is how I was able to fix this:</p>
<ol>
<li>Open a terminal (Applications > Accessories > Terminal)</li>
<li>Install the package &#8216;tracker-utils&#8217;

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> tracker-utils</pre></div></div>

</li>
<li>Use this command to kill all running Tracker processes and remove all databases

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tracker-processes <span style="color: #660033;">-r</span></pre></div></div>

</li>
<li>And finally restart Tracker daemon and the Tracker applet

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>tracker<span style="color: #000000; font-weight: bold;">/</span>trackerd <span style="color: #000000; font-weight: bold;">&amp;</span> tracker-applet <span style="color: #000000; font-weight: bold;">&amp;</span> <span style="color: #7a0874; font-weight: bold;">exit</span></pre></div></div>

</li>
</ol>
<h3>4. VLC: Video is not integrated into the interface</h3>
<p>When playing videos in VLC the video is displayed in an own window instead of being integrated into the interface. This feature was apparently disabled because it caused VLC to crash on some systems. You can either use version 0.9.3 or wait until 1.0 is released and in the Jaunty repositories. (Threads in the VideoLAN Forums: <a href="http://forum.videolan.org/viewtopic.php?f=13&#038;t=51124#p165373">[1]</a> <a href="http://forum.videolan.org/viewtopic.php?f=13&#038;t=58405">[2]</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2009/04/27/installing-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update for lastfm.freedig.org</title>
		<link>http://blog.freedig.org/2009/03/13/update-for-lastfmfreedigorg/</link>
		<comments>http://blog.freedig.org/2009/03/13/update-for-lastfmfreedigorg/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 15:04:11 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Last.fm]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=146</guid>
		<description><![CDATA[I just updated the code for my website lastfm.freedig.org. From now on users will be able to create up to 30000 badges which is a huge improvement over the old limit with 6000 badges. 
This is possible thanks to qssl, a last.fm user, who offered to use some of his webspace for the badges. 
There [...]]]></description>
			<content:encoded><![CDATA[<p>I just updated the code for my website <a href="http://lastfm.freedig.org">lastfm.freedig.org</a>. From now on users will be able to create up to 30000 badges which is a huge improvement over the old limit with 6000 badges. </p>
<p>This is possible thanks to <a href="http://www.last.fm/user/qssl">qssl</a>, a last.fm user, who offered to use some of his webspace for the badges. </p>
<p>There is probably one disadvantage. The images will load a little slower than they used to. At the moment it also seems as if the badges don&#8217;t show up all the time. I will see what I can do about those problems. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2009/03/13/update-for-lastfmfreedigorg/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>An updating replytracker for Last.fm</title>
		<link>http://blog.freedig.org/2008/12/10/an-updating-replytracker-for-lastfm/</link>
		<comments>http://blog.freedig.org/2008/12/10/an-updating-replytracker-for-lastfm/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 20:35:04 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Last.fm]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=89</guid>
		<description><![CDATA[I wrote a new greasemonky script for Last.fm which is useful for people who use the discussion forums in their groups a lot. My script displays the reply tracker you usually find at http://www.last.fm/user/*username*/replytracker on your profile page.

Configuration
After you have installed the script you don&#8217;t need to configure anything, but you can change the appearance [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a new greasemonky script for Last.fm which is useful for people who use the discussion forums in their groups a lot. My script displays the reply tracker you usually find at http://www.last.fm/user/*username*/replytracker on your profile page.</p>
<p><a href="http://blog.freedig.org/wp-content/uploads/2008/12/screenshot21.png" class="thickbox"><img src="http://blog.freedig.org/wp-content/uploads/2008/12/screenshot21-240x123.png" alt="" title="A replytracker on your profile page" width="240" height="123" class="alignnone size-thumbnail wp-image-90" /></a></p>
<h4>Configuration</h4>
<p><img src="http://blog.freedig.org/wp-content/uploads/2008/12/screenshot22.png" alt="screenshot22" title="screenshot22" width="319" height="188" class="alignright size-full wp-image-125" />After you have installed the script you don&#8217;t need to configure anything, but you can change the appearance of the reply tracker. Just click &#8220;Settings&#8221; next to &#8220;Reply Tracker&#8221; and several options appear. </p>
<p><del datetime="2009-01-16T16:38:29+00:00">After you have installed the script you will see three textfields in the right column. Fill in your username, the highest number of rows that should be displayed and the seconds the reply tracker waits before reloading. </del></p>
<h4>Spam a thread</h4>
<p><img src="http://blog.freedig.org/wp-content/uploads/2008/12/bildschirmfoto.png" alt="Spam thread" title="Spam thread" width="325" height="62" class="alignleft size-full wp-image-126" />If you want to remove a thread from the reply tracker at all you can &#8220;spam&#8221; a thread. Simply hover over an entry, click on the little button which appears and the thread will be gone.<br />
If you want a thread to be displayed again just click &#8220;Settings&#8221; and set &#8220;Show spammed threads&#8221; to yes. After you have clicked &#8220;Save Options&#8221; all threads you spammed will be displayed and you can unspam a thread by clicking on the little green button which appears when you hover a thread. </p>
<p><strong><a href="http://userscripts.org/scripts/source/38418.user.js">Install the userscript</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2008/12/10/an-updating-replytracker-for-lastfm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why you can&#8217;t create a badge at lastfm.freedig.org</title>
		<link>http://blog.freedig.org/2008/10/31/why-you-cant-create-a-badge-at-lastfmfreedigorg/</link>
		<comments>http://blog.freedig.org/2008/10/31/why-you-cant-create-a-badge-at-lastfmfreedigorg/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 17:39:54 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Last.fm]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=76</guid>
		<description><![CDATA[After receiving more and more questions why lastfm.freedig.org doesn&#8217;t work, I will explain what this &#8220;This service is currently disabled.&#8221; message is all about. 
Also read Update for lastfm.freedig.org. 
I have my website(s) stored on a shared server with 1GB space. At the moment the badges use about 600MB of this space. As I also [...]]]></description>
			<content:encoded><![CDATA[<p>After receiving more and more questions why <a href="http://lastfm.freedig.org">lastfm.freedig.org</a> doesn&#8217;t work, I will explain what this &#8220;This service is currently disabled.&#8221; message is all about. </p>
<p>Also read <a href="http://blog.freedig.org/2009/03/13/update-for-lastfmfreedigorg/">Update for lastfm.freedig.org</a>. </p>
<p>I have my website(s) stored on a shared server with 1GB space. At the moment the badges use about 600MB of this space. As I also have other stuff saved on this server I had to limit the number of badge-registrations to <del datetime="2008-11-02T20:17:34+00:00">6250</del> <del datetime="2009-03-13T15:05:32+00:00">6000</del> 30000.<br />
If the page says &#8220;This service is currently disabled. Please check back later.&#8221; that means that currently there are more than <del datetime="2008-11-02T20:17:34+00:00">6250</del> <del datetime="2009-03-13T15:05:32+00:00">6000</del> 30000 badges.<br />
Badges that haven&#8217;t been used for 2 months are deleted every hour. Once the number of badges drops below <del datetime="2008-11-02T20:17:34+00:00">6250</del> <del datetime="2009-03-13T15:05:32+00:00">6000</del> 30000 you will be able to create new badges. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2008/10/31/why-you-cant-create-a-badge-at-lastfmfreedigorg/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Submit Pandora tracks to Last.fm</title>
		<link>http://blog.freedig.org/2008/08/23/submit-pandora-tracks-to-lastfm/</link>
		<comments>http://blog.freedig.org/2008/08/23/submit-pandora-tracks-to-lastfm/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 16:18:29 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[pandora]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=66</guid>
		<description><![CDATA[On my search for a way to submit songs I listen to at pandora.com to my Last.fm &#8211; Account I came across two Firefox extensions. 
The first one is Harmoy (1.0). It has been a nominee for the Extend Firefox 3 contest and not only supports pandora.com but virtually every player that is supported by [...]]]></description>
			<content:encoded><![CDATA[<p>On my search for a way to submit songs I listen to at pandora.com to my Last.fm &#8211; Account I came across two Firefox extensions. </p>
<p>The first one is <strong><a href="https://addons.mozilla.org/en-US/firefox/addon/8012">Harmoy</a></strong> (1.0). It has been a nominee for the <a href="http://labs.mozilla.com/contests/extendfirefox3/">Extend Firefox 3 contest</a> and not only supports pandora.com but virtually every player that is supported by <a href="https://addons.mozilla.org/en-US/firefox/addon/219">FoxyTunes</a>. In addition it provides information about currently playing songs. </p>
<p>The other one is <strong><a href="http://code.yerblog.com/lastfm/">LastFM Firefox Extension</a></strong>. This extension focuses on song submission from your Pandora radio. Optional messages notify you when Pandora plays a new song and when it is submitted to Last.fm. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2008/08/23/submit-pandora-tracks-to-lastfm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Userscript for last.fm</title>
		<link>http://blog.freedig.org/2008/07/17/userscript-for-lastfm/</link>
		<comments>http://blog.freedig.org/2008/07/17/userscript-for-lastfm/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:42:39 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Last.fm]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=38</guid>
		<description><![CDATA[Just a few minutes ago I finished my first userscript for Greasemonkey that might be useful for other people too. In case you don&#8217;t know what Greasemonkey is, visit the website if you don&#8217;t want to miss a great extension for Mozilla Firefox. 
This userscript changes the appearance of a last.fm profile page. It replaces [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few minutes ago I finished my first userscript for Greasemonkey that might be useful for other people too. In case you don&#8217;t know what Greasemonkey is, visit <a href="http://www.greasespot.net/">the website</a> if you don&#8217;t want to miss a great extension for Mozilla Firefox. </p>
<p>This userscript changes the appearance of a <a href="http://www.last.fm">last.fm</a> profile page. It replaces the player on the right with the user information in the middle. At least for me this seems to be a better use of space since I don&#8217;t use the player anyway. </p>
<h4>Before</h4>
<p><a href="http://blog.freedig.org/wp-content/uploads/2008/11/screenshot_06.png" class="thickbox" rel="profile"><img src="http://blog.freedig.org/wp-content/uploads/2008/11/screenshot_06-300x124.png" alt="Without my userscript" title="Without my userscript" width="300" height="124" class="size-medium wp-image-82" /></a><br />
</p>
<h4>After</h4>
<p><a href="http://blog.freedig.org/wp-content/uploads/2008/11/screenshot_07.png" class="thickbox" rel="profile"><img src="http://blog.freedig.org/wp-content/uploads/2008/11/screenshot_07-300x126.png" alt="With my userscript" title="With my userscript" width="300" height="126" class="size-medium wp-image-83" /></a><br />
</p>
<p><strong><a href="http://userscripts.org/scripts/source/30191.user.js" title="Install the userscript">Install the userscript</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2008/07/17/userscript-for-lastfm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>gui:config 0.3.7</title>
		<link>http://blog.freedig.org/2008/06/27/guiconfig-037/</link>
		<comments>http://blog.freedig.org/2008/06/27/guiconfig-037/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 22:01:09 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[gui:config]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=34</guid>
		<description><![CDATA[Changelog

Some new options
New look
Instant apply possible

Screenshot

Install
for further details please view this page. 
]]></description>
			<content:encoded><![CDATA[<h3>Changelog</h3>
<ul class="changelog">
<li>Some new options</li>
<li>New look</li>
<li>Instant apply possible</li>
</ul>
<h3>Screenshot</h3>
<p><a href="http://dev.freedig.org/files/guiconfig/images/guiconfig_0.3.7_pref.png" class="thickbox"><img src='http://dev.freedig.org/files/guiconfig/images/guiconfig_0.3.7_pref_thumb.png' alt='gui:config 0.3.7 - Preferences Dialog' /></a></p>
<p><a href="http://dev.freedig.org/files/guiconfig/releases/guiconfig_0.3.7_final.xpi" title="Install" class="installxpi">Install</a></p>
<p>for further details please view <a href="/guiconfig">this page</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2008/06/27/guiconfig-037/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>gui:config 0.3.6</title>
		<link>http://blog.freedig.org/2008/05/13/guiconfig-036/</link>
		<comments>http://blog.freedig.org/2008/05/13/guiconfig-036/#comments</comments>
		<pubDate>Tue, 13 May 2008 17:45:02 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[gui:config]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/?p=33</guid>
		<description><![CDATA[Changelog

Toolbar button to access the advanced preferences. 
Fixes bug with the menu item on MacOS. 

Screenshot

Install
for further details please view this page. 
]]></description>
			<content:encoded><![CDATA[<h3>Changelog</h3>
<ul class="changelog">
<li>Toolbar button to access the advanced preferences. </li>
<li>Fixes bug with the menu item on MacOS. </li>
</ul>
<h3>Screenshot</h3>
<p><a href="http://dev.freedig.org/files/guiconfig/images/screenshot6.png" class="thickbox"><img src='http://dev.freedig.org/files/guiconfig/images/screenshot6.png' alt='gui:config 0.3.6 - Toolbar Button' /></a></p>
<p><a href="http://dev.freedig.org/files/guiconfig/releases/guiconfig_0.3.6_final.xpi" title="Install" class="installxpi">Install</a></p>
<p>for further details please view <a href="/guiconfig">this page</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2008/05/13/guiconfig-036/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gui:config 0.3.5</title>
		<link>http://blog.freedig.org/2008/02/25/guiconfig-035/</link>
		<comments>http://blog.freedig.org/2008/02/25/guiconfig-035/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 15:40:19 +0000</pubDate>
		<dc:creator>slosd</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[gui:config]]></category>

		<guid isPermaLink="false">http://blog.freedig.org/2008/02/25/guiconfig-035/</guid>
		<description><![CDATA[Changelog

You can reset each option to its default value. 
Now only options that affect your Firefox version are shown. 
The menu item sticks to the &#8220;Options&#8221; item (according to the position in different OS). 
Removed options that can be changed in the standard Option Dialog. 
Added language support for Chinese (Traditional), Italian, Polish and Portuguese [...]]]></description>
			<content:encoded><![CDATA[<h3>Changelog</h3>
<ul class="changelog">
<li>You can reset each option to its default value. </li>
<li>Now only options that affect your Firefox version are shown. </li>
<li>The menu item sticks to the &#8220;Options&#8221; item (according to the position in different OS). </li>
<li>Removed options that can be changed in the standard Option Dialog. </li>
<li>Added language support for Chinese (Traditional), Italian, Polish and Portuguese (Brazilian). </li>
</ul>
<h3>Screenshot</h3>
<p><a href='http://blog.freedig.org/wp-content/uploads/2008/04/guiconfig-advanced-settings.png' title='gui:config advanced settings' class="thickbox"><img src='http://blog.freedig.org/wp-content/uploads/2008/04/guiconfig-advanced-settings.thumbnail.png' alt='gui:config advanced settings' /></a></p>
<p><a href="http://dev.freedig.org/files/guiconfig/releases/guiconfig_0.3.5_final.xpi" title="Install" class="installxpi">Install</a></p>
<p>for further details please view <a href="/guiconfig">this page</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.freedig.org/2008/02/25/guiconfig-035/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
