<?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"
	>

<channel>
	<title>Paddy's Blog</title>
	<atom:link href="http://blog.paddyonline.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paddyonline.in</link>
	<description>Tech Notes, Snippets, Trends and Business</description>
	<pubDate>Thu, 04 Feb 2010 06:29:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Add multiple virtual host along with Passenger</title>
		<link>http://blog.paddyonline.in/2010/01/05/add-multiple-virtual-host-along-with-passenger/</link>
		<comments>http://blog.paddyonline.in/2010/01/05/add-multiple-virtual-host-along-with-passenger/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 15:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=265</guid>
		<description><![CDATA[I was having few projects on my MAC and was really bugged up with maintaining the port numbers and other stuffs, a real cumbersome.
After, Jacek&#8217;s thought on this, I had set up the following:
Install the gem:
sudo gem install ghost
after that add a virtual host
sudo ghost add paddy.local (a choice of your virtual host)
Install the Passenger [...]]]></description>
			<content:encoded><![CDATA[<p>I was having few projects on my MAC and was really bugged up with maintaining the port numbers and other stuffs, a real cumbersome.</p>
<p>After, Jacek&#8217;s thought on this, I had set up the following:</p>
<p>Install the gem:</p>
<p>sudo gem install ghost</p>
<p>after that add a virtual host</p>
<p>sudo ghost add paddy.local (a choice of your virtual host)</p>
<p>Install the Passenger gem:</p>
<p>sudo gem install passenger<br />
sudo passenger-install-apache2-module</p>
<p>After installing the apache module for passenger, you may have add the following lines (after installation it will tell based on your own enviroment)</p>
<p>(in your httpd.conf)</p>
<p>LoadModule passenger_module /Library/Ruby/Gems/1.8/gems/passenger-2.2.8/ext/apache2/mod_passenger.so<br />
PassengerRoot /Library/Ruby/Gems/1.8/gems/passenger-2.2.8<br />
PassengerRuby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby</p>
<p>Also you may have to enable your virtual host too &#8230;by default, it may be disabled(commented) and you have to enable(uncomment) it</p>
<p># Virtual hosts<br />
Include /Applications/XAMPP/etc/extra/httpd-vhosts.conf</p>
<p>Next, you have to add the vitual host for your rails app.</p>
<p>(httpd-vhosts.conf)</p>
<p>&lt;VirtualHost *:80&gt;<br />
ServerName www.yourhost.com<br />
DocumentRoot /somewhere/public    # &lt;&#8211; be sure to point to &#8216;public&#8217;!<br />
&lt;Directory /somewhere/public&gt;<br />
AllowOverride all              # &lt;&#8211; relax Apache security settings<br />
Options -MultiViews            # &lt;&#8211; MultiViews must be turned off<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>And you have to restart your apache server and start your respective rails app.</p>
<p>Happy Developing with Virtual Host</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2010/01/05/add-multiple-virtual-host-along-with-passenger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BSNL 3G Speed</title>
		<link>http://blog.paddyonline.in/2009/11/23/bsnl-3g-speed/</link>
		<comments>http://blog.paddyonline.in/2009/11/23/bsnl-3g-speed/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:19:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[3G]]></category>

		<category><![CDATA[BSNL]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=262</guid>
		<description><![CDATA[After a long awaiting for the actual launch of 3G service in Chennai, its available now. I rushed up to the customer service center and got myself the 3G Sim Card and just tried the net speed which BSNL claims  upto 3.6 MBPS &#8230;but the result is shown in the below image
The performance of BSNL [...]]]></description>
			<content:encoded><![CDATA[<p>After a long awaiting for the actual launch of 3G service in Chennai, its available now. I rushed up to the customer service center and got myself the 3G Sim Card and just tried the net speed which BSNL claims  upto 3.6 MBPS &#8230;but the result is shown in the below image</p>
<div class="wp-caption alignnone" style="width: 783px"><img title="BSNL 3G Speed" src="http://img.skitch.com/20091123-cj8asbx9qxskj86ibsmh1xrthf.jpg" alt="BSNL 3G Speed" width="773" height="417" /><p class="wp-caption-text">BSNL 3G Speed</p></div>
<p>The performance of BSNL 3G is not that bad on the data, but still i need to check it up.</p>
<p>Here&#8217;s the setting that I have used:</p>
<p><strong>Access Point Name</strong>:	GPRSSOUTH.CELLONE.IN</p>
<p>User Name	your mobile number  ( 94xxxxxxxx )</p>
<p>Password	your mobile number  ( 94xxxxxxxx )</p>
<p>Dailup No	*99# OR *99***1#</p>
<p>The download seems to be atleast ok, but the upload speed is way too less.</p>
<p>This is it &#8230;for now from my desk &#8230;catch you up later <img src='http://blog.paddyonline.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/11/23/bsnl-3g-speed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search comma separated values db column in Rails</title>
		<link>http://blog.paddyonline.in/2009/11/22/search-comma-separated-values-db-column-in-rails/</link>
		<comments>http://blog.paddyonline.in/2009/11/22/search-comma-separated-values-db-column-in-rails/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 17:48:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Rails]]></category>

		<category><![CDATA[comma]]></category>

		<category><![CDATA[FIND_IN_SET]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=258</guid>
		<description><![CDATA[I wanted to search for a value in DB and the column data is comma separated values say &#8230;
foo,bar,hey,hay
Now I wanted to find  a record based on the value &#8230;say &#8230;hay
MySQL&#8217;s FIND_IN_SET comes into play and it works as follows

1
2
3
&#60;%
Model.find&#40;:first, :conditions =&#62; &#91;&#34;FIND_IN_SET(?,search_column)&#34;, search_string&#93;&#41;
%&#62;

Hope this helps!
]]></description>
			<content:encoded><![CDATA[<p>I wanted to search for a value in DB and the column data is comma separated values say &#8230;</p>
<p>foo,bar,hey,hay</p>
<p>Now I wanted to find  a record based on the value &#8230;say &#8230;hay</p>
<p>MySQL&#8217;s FIND_IN_SET comes into play and it works as follows</p>

<div class="wp_codebox"><table width="100%" ><tr id="p2582"><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code" id="p258code2"><pre class="ruby" style="font-family:monospace;"><span style="color:#006600; font-weight:bold;">&lt;%</span>
Model.<span style="color:#9900CC;">find</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#ff3333; font-weight:bold;">:first</span>, <span style="color:#ff3333; font-weight:bold;">:conditions</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#996600;">&quot;FIND_IN_SET(?,search_column)&quot;</span>, search_string<span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#006600; font-weight:bold;">%&gt;</span></pre></td></tr></table></div>

<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/11/22/search-comma-separated-values-db-column-in-rails/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making will_paginate to work with acts_as_taggable_on_steriods</title>
		<link>http://blog.paddyonline.in/2009/09/01/making-will_paginate-to-work-with-acts_as_taggable_on_steriods/</link>
		<comments>http://blog.paddyonline.in/2009/09/01/making-will_paginate-to-work-with-acts_as_taggable_on_steriods/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 05:55:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=241</guid>
		<description><![CDATA[After going through, few post on pagination for the tags, this worked for me.

1
2
3
4
&#60;%
 size = Upload.find_tagged_with&#40;params&#91;:id&#93;&#41;.length
 @uploads = Upload.paginate_tagged_with&#40;params&#91;:id&#93;, :total_entries =&#62; size, :page =&#62; params&#91;:page&#93;, :per_page =&#62; 1&#41;
%&#62;

]]></description>
			<content:encoded><![CDATA[<p>After going through, few post on pagination for the tags, this worked for me.</p>

<div class="wp_codebox"><table width="100%" ><tr id="p2414"><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code" id="p241code4"><pre class="ruby" style="font-family:monospace;"><span style="color:#006600; font-weight:bold;">&lt;%</span>
 size = Upload.<span style="color:#9900CC;">find_tagged_with</span><span style="color:#006600; font-weight:bold;">&#40;</span>params<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#ff3333; font-weight:bold;">:id</span><span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#9900CC;">length</span>
 <span style="color:#0066ff; font-weight:bold;">@uploads</span> = Upload.<span style="color:#9900CC;">paginate_tagged_with</span><span style="color:#006600; font-weight:bold;">&#40;</span>params<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#ff3333; font-weight:bold;">:id</span><span style="color:#006600; font-weight:bold;">&#93;</span>, <span style="color:#ff3333; font-weight:bold;">:total_entries</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> size, <span style="color:#ff3333; font-weight:bold;">:page</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> params<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#ff3333; font-weight:bold;">:page</span><span style="color:#006600; font-weight:bold;">&#93;</span>, <span style="color:#ff3333; font-weight:bold;">:per_page</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#006666;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#006600; font-weight:bold;">%&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/09/01/making-will_paginate-to-work-with-acts_as_taggable_on_steriods/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing MySQL Gem on Mac OSX with XAMPP</title>
		<link>http://blog.paddyonline.in/2009/07/26/installing-mysql-gem-on-mac-osx-with-xampp/</link>
		<comments>http://blog.paddyonline.in/2009/07/26/installing-mysql-gem-on-mac-osx-with-xampp/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 05:55:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Gems]]></category>

		<category><![CDATA[MAC]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[gem]]></category>

		<category><![CDATA[Leopard]]></category>

		<category><![CDATA[MySQL Gem]]></category>

		<category><![CDATA[XAMPP]]></category>

		<category><![CDATA[XAMPP for MAC]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=230</guid>
		<description><![CDATA[I was having lot of trouble on installing the MySQL Gem for Mac OSX Leopard 10.5.9 via XAMPP. I have the XAMPP running and also mySQL. Here are the steps.
1. Install XAMPP for MAC
2. Install XAMPP Dev Package
3. From your terminal type the following command and you&#8217;ll see the following

1
sudo gem install mysql -- --with-mysql-dir=/Applications/XAMPP/xamppfiles/ [...]]]></description>
			<content:encoded><![CDATA[<p>I was having lot of trouble on installing the MySQL Gem for Mac OSX Leopard 10.5.9 via XAMPP. I have the XAMPP running and also mySQL. Here are the steps.</p>
<p>1. Install XAMPP for MAC</p>
<p>2. Install XAMPP Dev Package</p>
<p>3. From your terminal type the following command and you&#8217;ll see the following</p>

<div class="wp_codebox"><table width="100%" ><tr id="p2307"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p230code7"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> mysql <span style="color: #660033;">--</span> <span style="color: #660033;">--with-mysql-dir</span>=<span style="color: #000000; font-weight: bold;">/</span>Applications<span style="color: #000000; font-weight: bold;">/</span>XAMPP<span style="color: #000000; font-weight: bold;">/</span>xamppfiles<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">--</span> with-mysql-lib=<span style="color: #000000; font-weight: bold;">/</span>Applications<span style="color: #000000; font-weight: bold;">/</span>XAMPP<span style="color: #000000; font-weight: bold;">/</span>xamppfiles<span style="color: #000000; font-weight: bold;">/</span>lib <span style="color: #660033;">--</span> with-mysql-include=<span style="color: #000000; font-weight: bold;">/</span>Applications<span style="color: #000000; font-weight: bold;">/</span>XAMPP<span style="color: #000000; font-weight: bold;">/</span>xamppfiles<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">--</span> with-mysql-config=<span style="color: #000000; font-weight: bold;">/</span>Applications<span style="color: #000000; font-weight: bold;">/</span>XAMPP<span style="color: #000000; font-weight: bold;">/</span>xamppfiles<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysql_config</pre></td></tr></table></div>

<p>Results:</p>

<div class="wp_codebox"><table width="100%" ><tr id="p2308"><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code" id="p230code8"><pre class="bash" style="font-family:monospace;">Building native extensions.  This could take a while...
Successfully installed mysql-<span style="color: #000000;">2.7</span>
<span style="color: #000000;">1</span> gem installed
Installing ri documentation <span style="color: #000000; font-weight: bold;">for</span> mysql-2.7...
Installing RDoc documentation <span style="color: #000000; font-weight: bold;">for</span> mysql-2.7...</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/07/26/installing-mysql-gem-on-mac-osx-with-xampp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is Active</title>
		<link>http://blog.paddyonline.in/2009/04/13/is-active/</link>
		<comments>http://blog.paddyonline.in/2009/04/13/is-active/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 04:02:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=219</guid>
		<description><![CDATA[  def is_active?
    (start_date .. expiry_date) === DateTime.now
  end
]]></description>
			<content:encoded><![CDATA[<p>  def is_active?<br />
    (start_date .. expiry_date) === DateTime.now<br />
  end</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/04/13/is-active/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rspec bundle for Textmate</title>
		<link>http://blog.paddyonline.in/2009/03/25/rspec-bundle-for-textmate/</link>
		<comments>http://blog.paddyonline.in/2009/03/25/rspec-bundle-for-textmate/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MAC]]></category>

		<category><![CDATA[bundle]]></category>

		<category><![CDATA[osx]]></category>

		<category><![CDATA[Rspe]]></category>

		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=217</guid>
		<description><![CDATA[I was looking for a Rspec bundle for textmate and it is here with steps to follow and simply superb!
http://blog.emson.co.uk/2008/06/installing-the-latest-rspec-textmate-bundle/
Pads
]]></description>
			<content:encoded><![CDATA[<p>I was looking for a Rspec bundle for textmate and it is here with steps to follow and simply superb!</p>
<p><a href="http://blog.emson.co.uk/2008/06/installing-the-latest-rspec-textmate-bundle/">http://blog.emson.co.uk/2008/06/installing-the-latest-rspec-textmate-bundle/</a></p>
<p>Pads</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/03/25/rspec-bundle-for-textmate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Git Stash</title>
		<link>http://blog.paddyonline.in/2009/03/10/git-stash/</link>
		<comments>http://blog.paddyonline.in/2009/03/10/git-stash/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 05:11:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[GIT]]></category>

		<category><![CDATA[cannot]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[merge]]></category>

		<category><![CDATA[stash]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=213</guid>
		<description><![CDATA[Currently, I am working on few files and when you do a git pull, you may sometimes get a message as follows:
error: Entry 'app/views/alerts/index.rhtml' not uptodate. Cannot merge.
So you know, somebody has updated the code and you do need to commit the file so that the file can be merged and for some reason I [...]]]></description>
			<content:encoded><![CDATA[<p>Currently, I am working on few files and when you do a git pull, you may sometimes get a message as follows:</p>
<pre lang=bash>error: Entry 'app/views/alerts/index.rhtml' not uptodate. Cannot merge.</pre>
<p>So you know, somebody has updated the code and you do need to commit the file so that the file can be merged and for some reason I don&#8217;t want to commit till i finish the work. This is where <strong>git stash</strong> comes into play. from your root of the app, do the following command</p>

<div class="wp_codebox"><table width="100%" ><tr id="p21310"><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code" id="p213code10"><pre class="bash" style="font-family:monospace;">git stash 
git pull
git stash apply <span style="color: #666666; font-style: italic;">#Apply your changes</span></pre></td></tr></table></div>

<p>for more info <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html" target="_blank">http://www.kernel.org/pub/software/scm/git/docs/git-stash.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/03/10/git-stash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Run Controller Spec</title>
		<link>http://blog.paddyonline.in/2009/02/21/run-controller-spec/</link>
		<comments>http://blog.paddyonline.in/2009/02/21/run-controller-spec/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 02:46:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[rspec controller]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[spec]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=201</guid>
		<description><![CDATA[If you just wanted to run only the controller specs, then you have to use the following command

1
rake spec:controllers

]]></description>
			<content:encoded><![CDATA[<p>If you just wanted to run only the controller specs, then you have to use the following command</p>

<div class="wp_codebox"><table width="100%" ><tr id="p20112"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p201code12"><pre class="ruby" style="font-family:monospace;">rake spec:controllers</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/02/21/run-controller-spec/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Restore the deleted files with GIT</title>
		<link>http://blog.paddyonline.in/2009/02/19/restore-files-with-git/</link>
		<comments>http://blog.paddyonline.in/2009/02/19/restore-files-with-git/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 12:33:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[GIT]]></category>

		<category><![CDATA[restore]]></category>

		<category><![CDATA[restore files]]></category>

		<guid isPermaLink="false">http://blog.paddyonline.in/?p=182</guid>
		<description><![CDATA[Today, it was a shock, that I have deleted few files without my knowledge. Fortunately, before deleting I had committed the files and so no much of tension. You can use the following commands to restore it.
View the list of deleted files:

1
git ls-files -d

This will list the deleted file and lets restore it now.

1
git ls-files [...]]]></description>
			<content:encoded><![CDATA[<p>Today, it was a shock, that I have deleted few files without my knowledge. Fortunately, before deleting I had committed the files and so no much of tension. You can use the following commands to restore it.</p>
<p>View the list of deleted files:</p>

<div class="wp_codebox"><table width="100%" ><tr id="p18215"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p182code15"><pre class="bash" style="font-family:monospace;">git ls-files <span style="color: #660033;">-d</span></pre></td></tr></table></div>

<p>This will list the deleted file and lets restore it now.</p>

<div class="wp_codebox"><table width="100%" ><tr id="p18216"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p182code16"><pre class="bash" style="font-family:monospace;">git ls-files <span style="color: #660033;">-d</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">xargs</span> git checkout <span style="color: #660033;">--</span></pre></td></tr></table></div>

<p>Hope this helps somebody.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paddyonline.in/2009/02/19/restore-files-with-git/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
