<?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>Ask me Questions and get Answers ! &#187; Uncategorized</title>
	<atom:link href="http://askmetoo.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Wed, 07 Jul 2010 15:41:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CURL Big files download</title>
		<link>http://askmetoo.com/curl-big-files-download.htm</link>
		<comments>http://askmetoo.com/curl-big-files-download.htm#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:39:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix-Linux]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=161</guid>
		<description><![CDATA[It is not so trivial task but i do not know till now how to make this!


1
2
3
4
5
6
7
8
9
10
11
12
 while ! curl -C - -O 'http://download.parallels.com/GA/Parallels%20Desktop%203186%20Mac%20en.dmg'; do sleep 10; done
&#160;
Also
&#160;
WGET
wget -c http://example.org/file.iso
&#160;
Or MANUAL with CURL
&#160;
$ curl -r 0-350000000 http://mirror.sov.uk.goscomb.net/linuxmint.com/stable/7/LinuxMint-7.iso -o LinuxMint-7 &#38;
$ curl -r 350000001- hhttp://mirror.sov.uk.goscomb.net/linuxmint.com/stable/7/LinuxMint-7.iso -o LinuxMint-7_2 &#38;
$ cat LinuxMint-7* &#62; LinuxMint-7.iso.

]]></description>
			<content:encoded><![CDATA[<p>It is not so trivial task but i do not know till now how to make this!<br />
<span id="more-161"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"> <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #000000; font-weight: bold;">!</span> curl <span style="color: #660033;">-C</span> - <span style="color: #660033;">-O</span> <span style="color: #ff0000;">'http://download.parallels.com/GA/Parallels%20Desktop%203186%20Mac%20en.dmg'</span>; <span style="color: #000000; font-weight: bold;">do</span> <span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">10</span>; <span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
Also
&nbsp;
WGET
<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-c</span> http:<span style="color: #000000; font-weight: bold;">//</span>example.org<span style="color: #000000; font-weight: bold;">/</span>file.iso
&nbsp;
Or MANUAL with CURL
&nbsp;
$ curl <span style="color: #660033;">-r</span> <span style="color: #000000;">0</span>-<span style="color: #000000;">350000000</span> http:<span style="color: #000000; font-weight: bold;">//</span>mirror.sov.uk.goscomb.net<span style="color: #000000; font-weight: bold;">/</span>linuxmint.com<span style="color: #000000; font-weight: bold;">/</span>stable<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">7</span><span style="color: #000000; font-weight: bold;">/</span>LinuxMint-7.iso <span style="color: #660033;">-o</span> LinuxMint-<span style="color: #000000;">7</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
$ curl <span style="color: #660033;">-r</span> <span style="color: #000000;">350000001</span>- hhttp:<span style="color: #000000; font-weight: bold;">//</span>mirror.sov.uk.goscomb.net<span style="color: #000000; font-weight: bold;">/</span>linuxmint.com<span style="color: #000000; font-weight: bold;">/</span>stable<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">7</span><span style="color: #000000; font-weight: bold;">/</span>LinuxMint-7.iso <span style="color: #660033;">-o</span> LinuxMint-<span style="color: #000000;">7</span>_2 <span style="color: #000000; font-weight: bold;">&amp;</span>
$ <span style="color: #c20cb9; font-weight: bold;">cat</span> LinuxMint-<span style="color: #000000;">7</span><span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">&gt;</span> LinuxMint-7.iso.</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/curl-big-files-download.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RewriteRule &#8211; host redirect</title>
		<link>http://askmetoo.com/rewriterule-host-redirect.htm</link>
		<comments>http://askmetoo.com/rewriterule-host-redirect.htm#comments</comments>
		<pubDate>Thu, 03 Dec 2009 18:53:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=135</guid>
		<description><![CDATA[Will redirect all request from _ld/ folder to another website
 (.htaccess!!)

1
2
RewriteRule ^_ld/(.*)$ http://fantasy-worlds.ru/_ld/$1 [L]
RewriteRule ^_nw/(.*)$ http://fantasy-worlds.ru/_nw/$1 [L]

]]></description>
			<content:encoded><![CDATA[<p>Will redirect all request from _ld/ folder to another website<br />
 (.htaccess!!)</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bach" style="font-family:monospace;">RewriteRule ^_ld/(.*)$ http://fantasy-worlds.ru/_ld/$1 [L]
RewriteRule ^_nw/(.*)$ http://fantasy-worlds.ru/_nw/$1 [L]</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/rewriterule-host-redirect.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block backup in admin side of IPB?</title>
		<link>http://askmetoo.com/block-backup-ipb-admin.htm</link>
		<comments>http://askmetoo.com/block-backup-ipb-admin.htm#comments</comments>
		<pubDate>Tue, 27 Oct 2009 08:04:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IPB]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=128</guid>
		<description><![CDATA[To block backups for admin in IPB,
You need to open FTP 
then
edit file public_html/admin/index.php
2-line add
if (@$_GET['code']==&#8217;backup&#8217;) {EXIT;};
save
]]></description>
			<content:encoded><![CDATA[<p>To <strong>block backups for admin in IPB</strong>,<br />
You need to open FTP <span id="more-128"></span><br />
then<br />
edit file public_html/admin/index.php<br />
2-line add<br />
if (@$_GET['code']==&#8217;backup&#8217;) {EXIT;};<br />
<strong>save</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/block-backup-ipb-admin.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get all spam comets from Wordpress blog ?</title>
		<link>http://askmetoo.com/how-to-get-all-spam-comets-from-wordpress-blog.htm</link>
		<comments>http://askmetoo.com/how-to-get-all-spam-comets-from-wordpress-blog.htm#comments</comments>
		<pubDate>Fri, 25 Sep 2009 12:13:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=126</guid>
		<description><![CDATA[Run this code from phpmyadmin

1
2
3
 SELECT *
FROM `wp_comments`
WHERE `comment_approved` LIKE 'spam'

]]></description>
			<content:encoded><![CDATA[<p>Run this code from phpmyadmin</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;"> <span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #CC0099;">*</span>
<span style="color: #990099; font-weight: bold;">FROM</span> <span style="color: #008000;">`wp<span style="color: #008080; font-weight: bold;">_</span>comments`</span>
<span style="color: #990099; font-weight: bold;">WHERE</span> <span style="color: #008000;">`comment<span style="color: #008080; font-weight: bold;">_</span>approved`</span> <span style="color: #CC0099; font-weight: bold;">LIKE</span> <span style="color: #008000;">'spam'</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-get-all-spam-comets-from-wordpress-blog.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to allow ftp clients to list .htaccess  in proftpd?</title>
		<link>http://askmetoo.com/how-to-allow-ftp-clients-to-list-htaccess-in-proftpd.htm</link>
		<comments>http://askmetoo.com/how-to-allow-ftp-clients-to-list-htaccess-in-proftpd.htm#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:10:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=122</guid>
		<description><![CDATA[So how to allow ftp clients to list .htaccess  in proftpd?
We need to open
/etc/proftpd/proftpd.conf

1
ListOptions                &#60;---&#62;&#34;-l&#34;

to

1
ListOptions                &#60;---&#62;&#34;-a&#34;

and then restart proftpd!
]]></description>
			<content:encoded><![CDATA[<p>So how to allow ftp clients to list .htaccess  in proftpd?</p>
<p>We need to open<br />
<strong>/etc/proftpd/proftpd.conf</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">ListOptions                <span style="color: #000000; font-weight: bold;">&lt;</span>---<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #ff0000;">&quot;-l&quot;</span></pre></td></tr></table></div>

<p>to</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">ListOptions                <span style="color: #000000; font-weight: bold;">&lt;</span>---<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #ff0000;">&quot;-a&quot;</span></pre></td></tr></table></div>

<p>and then restart <strong>proftpd</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-allow-ftp-clients-to-list-htaccess-in-proftpd.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to speed-up ProFTPd?</title>
		<link>http://askmetoo.com/how-to-speed-up-proftpd.htm</link>
		<comments>http://askmetoo.com/how-to-speed-up-proftpd.htm#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:54:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=118</guid>
		<description><![CDATA[It is really ease!
1) edit /etc/proftpd/proftpd.conf
  Find something like 
    TransferLog /var/log/proftpd/xferlog
    SystemLog   /var/log/proftpd/proftpd.log
  Add before
    SyslogLevel notice
    UseReverseDNS off 
 ADD (edit) to end Global section.
    
    IdentLookups off
    [...]]]></description>
			<content:encoded><![CDATA[<p>It is really ease!<br />
1) edit /etc/proftpd/proftpd.conf<span id="more-118"></span><br />
  <strong>Find something like </strong><br />
    TransferLog /var/log/proftpd/xferlog<br />
    SystemLog   /var/log/proftpd/proftpd.log<br />
  <strong>Add before</strong><br />
    SyslogLevel notice<br />
    UseReverseDNS off </p>
<p><strong> ADD (edit) to end Global section.</strong><br />
    <Global><br />
    IdentLookups off<br />
    </Global></p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-speed-up-proftpd.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to cat text in PHP with HTML?</title>
		<link>http://askmetoo.com/cat-text-in-php-html.htm</link>
		<comments>http://askmetoo.com/cat-text-in-php-html.htm#comments</comments>
		<pubDate>Tue, 02 Jun 2009 20:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=111</guid>
		<description><![CDATA[How to cat text in PHP?

function cut&#40;$x&#41; &#123;
    if&#40;strlen&#40;$x&#41; &#62; 40&#41; &#123;
        $x = substr&#40;$x, 0, 40&#41;;
        $y = strrpos&#40;$x, ' '&#41;;
        $x = substr&#40;$x, 0, $y&#41;;
    &#125;
 [...]]]></description>
			<content:encoded><![CDATA[<p>How to cat text in <strong>PHP</strong>?</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> cut<span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strlen</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&gt;</span> <span style="color: #cc66cc;">40</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$x</span> <span style="color: #339933;">=</span> <span style="color: #990000;">substr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">40</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$y</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strrpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">' '</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$x</span> <span style="color: #339933;">=</span> <span style="color: #990000;">substr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #000088;">$y</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">return</span> <span style="color: #000088;">$x</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/cat-text-in-php-html.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apachectl configtest -bash: apachectl: command not found</title>
		<link>http://askmetoo.com/apachectl-configtest-bash-apachectl-command-not-found.htm</link>
		<comments>http://askmetoo.com/apachectl-configtest-bash-apachectl-command-not-found.htm#comments</comments>
		<pubDate>Thu, 14 May 2009 17:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=106</guid>
		<description><![CDATA[apachectl configtest -bash: apachectl: command not found
HOW TO FIX apachectl on debian
Just run some commands
 ln apache2ctl /usr/sbin/apache2ctl
apache2ctl configtest
And for apache2ctl configtest will work perfect!
]]></description>
			<content:encoded><![CDATA[<p><strong>apachectl configtest -bash:</strong> apachectl: command not found</p>
<h1>HOW TO FIX <strong>apachectl on debian</strong></h1>
<p>Just run some commands<span id="more-106"></span><br />
<strong> </strong>ln apache2ctl /usr/sbin/apache2ctl<br />
apache2ctl configtest<br />
<strong>And for apache2ctl configtest will work perfect!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/apachectl-configtest-bash-apachectl-command-not-found.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert .odt fileas a .txt file or similar windows ward 2007</title>
		<link>http://askmetoo.com/how-to-convert-odt-fileas-a-txt-file-or-similar-windows-ward-2007.htm</link>
		<comments>http://askmetoo.com/how-to-convert-odt-fileas-a-txt-file-or-similar-windows-ward-2007.htm#comments</comments>
		<pubDate>Fri, 06 Mar 2009 07:58:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=92</guid>
		<description><![CDATA[You could use OpenOffice.Org  you need to open odt  in Writer and go to File->Save As->And then at the dropdown menu select XP/2000&#8230;(.doc) or (.txt).
Or also you could use this website: http://media-convert.com/
Or: http://www.zamzar.com/
You can also view it in this: http://viewer.zoho.com/, if you&#8217;re not interested in a long term solution
]]></description>
			<content:encoded><![CDATA[<p>You could use <strong>OpenOffice.Org </strong> you need to open <strong>odt  </strong>in Writer and go to <strong>File->Save As-></strong>And then at the dropdown menu select XP/2000&#8230;(.doc) or (.txt).<br />
Or also you could use this website: http://media-convert.com/<br />
Or: http://www.zamzar.com/<br />
You can also view it in this: http://viewer.zoho.com/, if you&#8217;re not interested in a long term solution</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-convert-odt-fileas-a-txt-file-or-similar-windows-ward-2007.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to FAST inslall coomands WordPress Lecactus Edition</title>
		<link>http://askmetoo.com/how-to-fast-inslall-coomands-wordpress-lecactus-edition.htm</link>
		<comments>http://askmetoo.com/how-to-fast-inslall-coomands-wordpress-lecactus-edition.htm#comments</comments>
		<pubDate>Fri, 06 Feb 2009 18:57:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://askmetoo.com/2009/02/06/how-to-fast-inslall-coomands-wordpress-lecactus-edition/</guid>
		<description><![CDATA[
wget http://lecactus.ru/download-manager.php?id=467
or 
wget http://lecactus.ru/download-manager.php?id=491
unzip wordpress*
rm wordpress*.zip
rm *.html
rm *.txt
cp -r wordpress/. public_html/
rm -r wordpress/
chmod g+w ./public_html/
chmod g+w ./public_html/wp-content/uploads/

also upgrade /wp-admin/options-privacy.php?updated=true
]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>lecactus.ru<span style="color: #000000; font-weight: bold;">/</span>download-manager.php?<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=<span style="color: #000000;">467</span>
or 
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>lecactus.ru<span style="color: #000000; font-weight: bold;">/</span>download-manager.php?<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=<span style="color: #000000;">491</span>
<span style="color: #c20cb9; font-weight: bold;">unzip</span> wordpress<span style="color: #000000; font-weight: bold;">*</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> wordpress<span style="color: #000000; font-weight: bold;">*</span>.zip
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #000000; font-weight: bold;">*</span>.html
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #000000; font-weight: bold;">*</span>.txt
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-r</span> wordpress<span style="color: #000000; font-weight: bold;">/</span>. public_html<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-r</span> wordpress<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>public_html<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>public_html<span style="color: #000000; font-weight: bold;">/</span>wp-content<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>also upgrade /wp-admin/options-privacy.php?updated=true</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/how-to-fast-inslall-coomands-wordpress-lecactus-edition.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
