<?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>cat /dev/braindump &#187; English</title>
	<atom:link href="http://blog.ginkel.com/tag/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ginkel.com</link>
	<description>A Geek&#039;s Thoughts on Life, Arts, Software and Technology</description>
	<lastBuildDate>Sun, 04 Dec 2011 14:36:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing Double-Click Interval for Java Applications Under Linux</title>
		<link>http://blog.ginkel.com/2011/12/fixing-double-click-interval-for-java-applications-under-linux/</link>
		<comments>http://blog.ginkel.com/2011/12/fixing-double-click-interval-for-java-applications-under-linux/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 02:00:46 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=1044</guid>
		<description><![CDATA[If you are using any Java applications (such as IntelliJ IDEA or RubyMine) under Linux / KDE you may have wondered why their response to double-clicks is somewhat sluggish or unreliable. As it turns out, Java (Swing) ignores KDE&#8217;s setting for the double-click interval, so Java uses a pretty short default (AFAIK ~200 ms). To [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using any Java applications (such as IntelliJ IDEA or RubyMine) under Linux / KDE you may have wondered why their response to double-clicks is somewhat sluggish or unreliable. As it turns out, Java (Swing) ignores KDE&#8217;s setting for the double-click interval, so Java uses a pretty short default (AFAIK ~200 ms).</p>
<p>To fix this, create a file named <code>.Xresources</code> in your home directory and add the following line:</p>
<blockquote><p><code>*.multiClickTime: 500</code></p></blockquote>
<p>Set its value to whatever interval you prefer (the example is using 500 ms).</p>
<p><strong>Edit:</strong> JetBrains support just mailed me that the root cause is a bug in the JDK, reported in 2004 and fixed in Java 7 (doh!): <a href="http://bugs.sun.com/view_bug.do?bug_id=5076635">http://bugs.sun.com/view_bug.do?bug_id=5076635</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/12/fixing-double-click-interval-for-java-applications-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reducing T420s Power Consumption under KDE/Linux</title>
		<link>http://blog.ginkel.com/2011/10/reducing-t420s-power-consumption-under-kdelinux/</link>
		<comments>http://blog.ginkel.com/2011/10/reducing-t420s-power-consumption-under-kdelinux/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 19:03:52 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=1024</guid>
		<description><![CDATA[If you own a Lenovo ThinkPad T420s (or any recent-generation notebook with a Sandy Bridge CPU) with Intel HD 3000 Graphics, this information may help you to reduce the power consumption under KDE/Linux: Intel HD 3000 Power-Saving: Enable the following Kernel command-line options: i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 Force ASPM: Enable the pcie_aspm=force Kernel command-line option In [...]]]></description>
			<content:encoded><![CDATA[<p>If you own a Lenovo ThinkPad T420s (or any recent-generation notebook with a Sandy Bridge CPU) with Intel HD 3000 Graphics, this information may help you to reduce the power consumption under KDE/Linux:</p>
<ul>
<li>Intel HD 3000 Power-Saving: Enable the following Kernel command-line options: <code>i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1</code></li>
<li>Force ASPM: Enable the <code>pcie_aspm=force</code> Kernel command-line option</li>
<li>In KDE, go to &#8220;System Settings&#8221; | &#8220;Desktop Effects&#8221; | &#8220;Advanced&#8221; and set the &#8220;Scale method&#8221; to &#8220;Crisp&#8221;.</li>
</ul>
<p>Overall, this brings my T420s&#8217;s power consumption down below 9 W. For best results, use a recent Linux 3.1-rc pre-release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/10/reducing-t420s-power-consumption-under-kdelinux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Current NVIDIA Drivers for Ubuntu Natty</title>
		<link>http://blog.ginkel.com/2011/07/current-nvidia-drivers-for-ubuntu-natty/</link>
		<comments>http://blog.ginkel.com/2011/07/current-nvidia-drivers-for-ubuntu-natty/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 20:18:51 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[OSS]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=1008</guid>
		<description><![CDATA[If you are looking for current NVIDIA drivers for Ubuntu Natty (11.04), my new PPA may be of interest to you. It hosts an Ubuntu port of the current release version 275.21 of the NVIDIA Linux driver. To install: sudo apt-add-repository \ ppa:thilo.ginkel/nvidia-graphics-drivers sudo apt-get update sudo apt-get upgrade Caution: There are some reports on [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for current NVIDIA drivers for Ubuntu Natty (11.04), my new <a href="https://launchpad.net/~thilo.ginkel/+archive/nvidia-graphics-drivers">PPA</a> may be of interest to you. It hosts an Ubuntu port of the current release version 275.21 of the NVIDIA Linux driver.</p>
<p>To install:</p>
<blockquote><p><code>sudo apt-add-repository \<br />
   ppa:thilo.ginkel/nvidia-graphics-drivers<br />
sudo apt-get update<br />
sudo apt-get upgrade<br />
</code></p></blockquote>
<p><strong>Caution:</strong> There are some <a href="http://www.nvnews.net/vbulletin/showthread.php?t=164619">reports</a> on the nvnews.net forums that this driver version breaks Gnome / GTK applications under certain circumstances, which I can neither confirm nor deny as I am using KDE (but GTK apps work correctly for me). You have been warned, use at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/07/current-nvidia-drivers-for-ubuntu-natty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World IPv6 Day</title>
		<link>http://blog.ginkel.com/2011/06/world-ipv6-day/</link>
		<comments>http://blog.ginkel.com/2011/06/world-ipv6-day/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 23:46:17 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=998</guid>
		<description><![CDATA[Today is World IPv6 Day and as my hosting provider has been offering IPv6 support for some time, I took the opportunity to enable IPv6 support for most services offered under the ginkel.com domain. Let&#8217;s see whether there will be any IPv6-based requests (except for my own ones thanks to the excellent SixXS service). Welcome [...]]]></description>
			<content:encoded><![CDATA[<p>Today is <a href="http://www.worldipv6day.org/">World IPv6 Day</a> and as my hosting provider has been offering IPv6 support for some time, I took the opportunity to enable IPv6 support for most services offered under the ginkel.com domain.</p>
<p>Let&#8217;s see whether there will be any IPv6-based requests (except for my own ones thanks to the excellent <a href="http://www.sixxs.net/">SixXS</a> service).</p>
<p>Welcome to the next evolutionary stage of the Internet! <img src='http://blog.ginkel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/06/world-ipv6-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE: Location-based Screen Lock Activation</title>
		<link>http://blog.ginkel.com/2011/06/kde-location-based-screen-lock-activation/</link>
		<comments>http://blog.ginkel.com/2011/06/kde-location-based-screen-lock-activation/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 18:10:42 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=976</guid>
		<description><![CDATA[Some laptop users may know the following scenario: In situations where others may potentially gain unauthorized access to your machine, e.g., in public places or in the office, you may want to enable a screen lock shortly after the screensaver kicks in so that the time window during which your system is potentially vulnerable to [...]]]></description>
			<content:encoded><![CDATA[<p>Some laptop users may know the following scenario: In situations where others may potentially gain unauthorized access to your machine, e.g., in public places or in the office, you may want to enable a screen lock shortly after the screensaver kicks in so that the time window during which your system is potentially vulnerable to malicious users stays short (of course, it is still recommended to manually lock the screen when you leave your laptop unattended). However, at home, the need to unlock the machine after some inactivity becomes a little annoying, which makes enabling the locking functionality by default a less desirable option.</p>
<p>Now, what if your laptop could automatically detect your working environment and disarm or re-arm the screen lock depending on its physical location? Well, it can: Turns out there are some nice hooks available to run scripts during various network state change events. The ones that will be of interest for us are <code>if-up</code> and <code>if-down</code>. Apart from that we make the assumption that it will be possible to detect the laptop&#8217;s &#8220;safe&#8221; home location by means of it being signed in to a given WiFi network (identified by its SSID).</p>
<p>Before proceeding, let&#8217;s make some further assumptions for the sake of simplicity:</p>
<ul>
<li>You are running a recent KDE version (the author uses 4.6.x &#8211; older versions may also work, though).</li>
<li>The paths mentioned in this guide may be specific to Ubuntu/Debian. Your mileage for other distributions may vary.</li>
<li>You have configured a screensaver through the KDE System Settings to automatically kick in after some time of inactivity.</li>
</ul>
<p>The portion we will be automating is enabling and disabling the automatic screen lock after disengaging the screensaver using KDE&#8217;s kwriteconfig command. To do so, create a new script <code>/etc/network/if-up.d/screenlock</code> and populate it with the following content:</p>
<blockquote><pre>#!/bin/bash

SSID=<your "home" SSID>
USERNAME=<your user name>

/sbin/iwconfig wlan0 | /bin/grep -q ${SSID}

if [ $? = 0 ]; then
    logger "Disarming screen lock"
    su -c "/usr/bin/kwriteconfig --file kscreensaverrc \
       --group ScreenSaver --key Lock false" ${USERNAME}
else
    logger "Re-arming screen lock"
    su -c "/usr/bin/kwriteconfig --file kscreensaverrc \
       --group ScreenSaver --key Lock true" ${USERNAME}
fi

exit 0</pre>
</blockquote>
<p>Make sure not to forget to configure your user and SSID placeholder at the top of the script.</p>
<p>Also, make the script executable:</p>
<blockquote><p><code>sudo chmod +x /etc/network/if-up.d/screenlock</code></p></blockquote>
<p>So far, the script is only invoked when establishing a network connection. To also invoke it upon disconnecting, we need to create an appropriate symbolic link:</p>
<blockquote><p><code>cd /etc/network/if-down.d/<br />
sudo ln -s ../if-up.d/screenlock .</code></p></blockquote>
<p>You can test whether the screen lock is working by manually enabling the locking facility in the KDE System Settings -> &#8220;Display and Monitor&#8221; -> &#8220;Screen Saver&#8221; -> &#8220;Require password after &#8230;&#8221;. Test whether the lock is effective by letting the screensaver kick in. When dismissing the screensaver you should be prompted for a password. Now, connect to your WLAN. Retry the screensaver test cycle, which should no longer require the entry of a password. Last, disconnect from your WLAN again to observe the lock coming back.</p>
<p>That&#8217;s it. Have fun with your new location-aware screen lock configuration. Of course, further uses of the mechanism can be thought of, such as automatic file synchronization. More to follow in a future blog post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/06/kde-location-based-screen-lock-activation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle SSID Trouble</title>
		<link>http://blog.ginkel.com/2011/04/kindle-ssid-trouble/</link>
		<comments>http://blog.ginkel.com/2011/04/kindle-ssid-trouble/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 11:05:42 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=955</guid>
		<description><![CDATA[Today, I unboxed my new Amazon Kindle (Wi-Fi). As it turned out, getting it to talk to my wireless router (an AVM FRITZ!Box 7270) was a little more difficult than expected. When connecting, all I got was a rather generic error message &#8220;Unable to connect to Wi-Fi network&#8221; despite correct settings and credentials. As it [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I unboxed my new Amazon Kindle (Wi-Fi). As it turned out, getting it to talk to my wireless router (an AVM FRITZ!Box 7270) was a little more difficult than expected. When connecting, all I got was a rather generic error message &#8220;Unable to connect to Wi-Fi network&#8221; despite correct settings and credentials. As it turned out later after fiddling around with my router settings, the Kindle does not like special characters in the SSID (in my case that was probably a slash or colon character &#8211; yes, I was using a URL as my SSID <img src='http://blog.ginkel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ). After stripping them, everything started working flawlessly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/04/kindle-ssid-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug relief</title>
		<link>http://blog.ginkel.com/2011/04/bug-relief/</link>
		<comments>http://blog.ginkel.com/2011/04/bug-relief/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 23:29:30 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=943</guid>
		<description><![CDATA[Just in case you have also been bitten by KDE bug 261323 (chances are good if you are running KDE on a multi-core system with an nVidia graphics card and compositing enabled) and are using Kubuntu (Maverick): You can get updated KDE 4.6.2 packages, which include a fix for this issue by KDE developer Martin [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you have also been bitten by <a href="https://bugs.kde.org/show_bug.cgi?id=261323">KDE bug 261323</a> (chances are good if you are running KDE on a multi-core system with an nVidia graphics card and compositing enabled) and are using Kubuntu (Maverick): You can get updated KDE 4.6.2 packages, which include a fix for this issue by KDE developer Martin Gräßlin, from my PPA:</p>
<blockquote><p><a href="https://launchpad.net/~thilo.ginkel/+archive/kde-4.6.x">https://launchpad.net/~thilo.ginkel/+archive/kde-4.6.x</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/04/bug-relief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Hard Disk Erasure</title>
		<link>http://blog.ginkel.com/2011/03/secure-hard-disk-erasure/</link>
		<comments>http://blog.ginkel.com/2011/03/secure-hard-disk-erasure/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 09:24:51 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=913</guid>
		<description><![CDATA[Before setting up dm-crypt, one is supposed to overwrite the hard disk with random data. As it turns out, this is harder to do than initially expected. Using /dev/random or /dev/urandom as a data source to overwrite the disk will take ages (multiple days) for a hard disk drive of typical size. The same applies [...]]]></description>
			<content:encoded><![CDATA[<p>Before setting up dm-crypt, one is supposed to overwrite the hard disk with random data. As it turns out, this is harder to do than initially expected. Using <code>/dev/random</code> or <code>/dev/urandom</code> as a data source to overwrite the disk will take ages (multiple days) for a hard disk drive of typical size. The same applies to using the <code>wipe</code> command.</p>
<p>Fortunately, there is an alternative available by means of the <code>badblocks</code> command:</p>
<blockquote><p><code>badblocks -c 10240 -s -w -v -t random /dev/&lt;device&gt;</code></p></blockquote>
<p>This takes approximately four hours per terabyte of data (YMMV).</p>
<p>Source: <a href="http://chakra-project.org/wiki/index.php/LUKS_for_dm-crypt">http://chakra-project.org/wiki/index.php/LUKS_for_dm-crypt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/03/secure-hard-disk-erasure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor Asterisk for FRITZ!Box Update</title>
		<link>http://blog.ginkel.com/2011/02/minor-asterisk-for-fritzbox-update/</link>
		<comments>http://blog.ginkel.com/2011/02/minor-asterisk-for-fritzbox-update/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 21:08:22 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=894</guid>
		<description><![CDATA[I am a little short on time, so I will keep this post short. In brief: If you had trouble compiling Asterisk against the current Freetz development branch or an Asterisk version built against an older version was regularly crashing when establishing a new connection, this update is for you. The updated version is available [...]]]></description>
			<content:encoded><![CDATA[<p>I am a little short on time, so I will keep this post short.</p>
<p>In brief: If you had trouble compiling Asterisk against the current Freetz development branch or an Asterisk version built against an older version was regularly crashing when establishing a new connection, this update is for you.</p>
<p>The updated version is available for download at <a href="http://github.com/ginkel/asterisk-freetz-build/tarball/v0.5">http://github.com/ginkel/asterisk-freetz-build/tarball/v0.5</a>. As usual, code contributions are welcome. The source code is <a href="http://github.com/ginkel/asterisk-freetz-build">available on GitHub</a>.</p>
<p>Confused? <img src='http://blog.ginkel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <a href="http://blog.ginkel.com/2009/12/running-asterisk-on-a-fritzbox-7270/">This post</a> tells you what this is all about.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/02/minor-asterisk-for-fritzbox-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrading Cassandra 0.6.x to 0.7.0</title>
		<link>http://blog.ginkel.com/2011/01/upgrading-cassandra-0-6-x-to-0-7-0/</link>
		<comments>http://blog.ginkel.com/2011/01/upgrading-cassandra-0-6-x-to-0-7-0/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 00:46:01 +0000</pubDate>
		<dc:creator>Thilo-Alexander Ginkel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.ginkel.com/?p=880</guid>
		<description><![CDATA[Just a brief recap of what manual steps are needed to upgrade Cassandra from 0.6.x to 0.7.0 using Debian packages: Convert /etc/cassandra/storage-config.xml to /etc/cassandra/cassandra.yaml using the config-converter script. This currently does not seem to be included in the 0.7.0 .debs, so just grab a binary distribution to get hold of the script. chown -R cassandra.cassandra [...]]]></description>
			<content:encoded><![CDATA[<p>Just a brief recap of what manual steps are needed to upgrade <a href="http://cassandra.apache.org/">Cassandra</a> from 0.6.x to 0.7.0 using Debian packages:</p>
<ul>
<li>Convert <code>/etc/cassandra/storage-config.xml</code> to <code>/etc/cassandra/cassandra.yaml</code> using the <a href="http://wiki.apache.org/cassandra/FAQ#no_keyspaces">config-converter script</a>. This currently does not seem to be included in the 0.7.0 .debs, so just grab a <a href="http://www.apache.org/dyn/closer.cgi?path=/cassandra/0.7.0/apache-cassandra-0.7.0-bin.tar.gz">binary distribution</a> to get hold of the script.</li>
<li><code>chown -R cassandra.cassandra /var/lib/cassandra/</code></li>
<li>Start Cassandra (typically using <code>/etc/init.d/cassandra start</code>)</li>
<li>Fire up <code>jconsole</code>, connect to <code>localhost:8080</code> (or whatever JMX port you chose instead) and execute org.apache.cassandra.db -> StorageService -> Operations -> loadSchemaFromYAML</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ginkel.com/2011/01/upgrading-cassandra-0-6-x-to-0-7-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

