<?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>Perfect Blogger &#187; blog</title>
	<atom:link href="http://www.perfectblogger.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perfectblogger.com</link>
	<description>Make your blog a success!</description>
	<lastBuildDate>Fri, 17 Jun 2011 20:36:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to upgrade WordPress and plugins without FTP</title>
		<link>http://www.perfectblogger.com/2011/06/how-to-upgrade-wordpress-and-plugins-without-ftp/</link>
		<comments>http://www.perfectblogger.com/2011/06/how-to-upgrade-wordpress-and-plugins-without-ftp/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 20:36:46 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=263</guid>
		<description><![CDATA[I&#8217;ve read so many forum threads on this that I think it&#8217;s time to share these very simple instructions. Follow them for your website and you&#8217;ll finally have the fully automatic updates working as they should. Automaitic WordPress and plugin updates First of all, let&#8217;s just make sure we&#8217;re talking about the same thing.  Since [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read so many forum threads on this that I think it&#8217;s time to share these very simple instructions. Follow them for your website and you&#8217;ll finally have the fully automatic updates working as they should.</p>
<h3>Automaitic WordPress and plugin updates</h3>
<p>First of all, let&#8217;s just make sure we&#8217;re talking about the same thing.  Since version 2.7, WordPress received one of the most useful features ever: automatic update. What this means is that every time a new version of WordPress is released, you now get a &#8220;click here to upgrade&#8221; option in your admin dashboard. When you click the link, it should ask for a confirmation and then proceed with automatic downloading and upgrading of your blog. But because of misconfigurations, this feature isn&#8217;t always working, and then you end up with a configuration dialog suggesting that you provide FTP credentials for accessing your server.</p>
<h3>Possible reasons for automatic WordPress upgrade not working</h3>
<p>There&#8217;s only a few reasons why <strong>WordPress </strong>or plugins upgrade feature will not work.</p>
<h4><strong>1. You&#8217;ve upgraded from older versions of WordPress</strong></h4>
<p>&#8230; and therefore don&#8217;t have the right configuration setting in your<strong> wp-config.php</strong>. Just add this to it:</p>
<blockquote><p>define(&#8216;FS_METHOD&#8217;,'direct&#8217;);2</p></blockquote>
<h4><strong>2. Your blog is stored in a directory which webserver can&#8217;t update. </strong></h4>
<p>Quite often this is a result of someone (host administrator) installing you a new blog, but mistakenly leaving all the files owned by their own user or root (superuser). Since webserver software is running as something else (webservd in Linux distributions, or sometimes even user nobody), the software can read blog files but can&#8217;t overwrite them. Obviously, overwriting files is kind of critical for any upgrade process, so this scenario will result in automatic upgrades failure.</p>
<p>How would you fix this issue? Easy! If you have command line access to your hosting server, become root and change ownership of your blog&#8217;s files.</p>
<p>Assuming that your webserver runs as <strong>webservd </strong>user, and that your blog is in the<strong> /var/www/myblog.com</strong> directory, here&#8217;s a command line that will do the trick:</p>
<blockquote><p># chown -R webservd:webservd /var/www/myblog.com</p></blockquote>
<h4><strong>3. Some files in your blog&#8217;s directory are read-only</strong></h4>
<p>This means that even if files belong to the user that your webserver is running as, there is still a chance that some files won&#8217;t be possible to overwrite because they have the read-only attribute (or read-only permission).</p>
<p>Fixing this from a command line isn&#8217;t hard at all. Assuming the same <strong>/var/www/myblog.com</strong> location, here&#8217;s what you should do:</p>
<blockquote><p># chmod -R ug+w /var/www/myblog.com</p></blockquote>
<p>That&#8217;s it, I hope you liked this tutorial. Do ask questions in comments so that I can expand this article and make it most useful to all the future visitors!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2011/06/how-to-upgrade-wordpress-and-plugins-without-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Admin Bar tricks</title>
		<link>http://www.perfectblogger.com/2011/05/wordpress-admin-bar-tricks/</link>
		<comments>http://www.perfectblogger.com/2011/05/wordpress-admin-bar-tricks/#comments</comments>
		<pubDate>Sun, 08 May 2011 09:21:06 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin bar]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=259</guid>
		<description><![CDATA[If you like the WordPress admin bar introduced recently, you&#8217;re going to love the way it can be expanded to do pretty much anything you want. DigWP.com blog has a great collection of links in a single post with some very good ideas: Admin Bar Tricks. My personal favorites are: move admin bar to the [...]]]></description>
			<content:encoded><![CDATA[<p>If you like the WordPress admin bar introduced recently, you&#8217;re going to love the way it can be expanded to do pretty much anything you want.</p>
<p><a href="http://digwp.com">DigWP.com</a> blog has a great collection of links in a single post with some very good ideas: <a title="Admin Bar Tricks" href="http://digwp.com/2011/04/admin-bar-tricks/">Admin Bar Tricks</a>.</p>
<p>My personal favorites are: move admin bar to the bottom of screen and disabling admin bar for non-admins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2011/05/wordpress-admin-bar-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When Updating Forum Theme Templates</title>
		<link>http://www.perfectblogger.com/2010/02/when-updating-forum-theme-templates/</link>
		<comments>http://www.perfectblogger.com/2010/02/when-updating-forum-theme-templates/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 13:23:19 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=256</guid>
		<description><![CDATA[Don&#8217;t forget that most of the existing forum engines (phpBB and vBulletin are the ones I use) have some form of internal caching for all the templates. This means that you need to refresh the cache after making any changes. I&#8217;ve just spent a good few minutes trying to figure out why most recent changes [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t forget that most of the existing forum engines (<strong>phpBB </strong>and <strong>vBulletin </strong>are the ones I use) have some form of internal caching for all the templates. This means that you need to refresh the cache after making any changes.</p>
<p>I&#8217;ve just spent a good few minutes trying to figure out why most recent changes to one of my forums never applied, and it seems that although I&#8217;ve changed the template files, there was a step with cache refreshes which had to be taken before any change is visible to forum users.</p>
<p>This is a really basic piece of advise, but since it&#8217;s not the first time I forget to check for internal caching, I thought I&#8217;d share it and save you some time in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2010/02/when-updating-forum-theme-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review Your Blog&#8217;s Plugins Regularly</title>
		<link>http://www.perfectblogger.com/2009/09/review-your-blogs-plugins-regularly/</link>
		<comments>http://www.perfectblogger.com/2009/09/review-your-blogs-plugins-regularly/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 09:16:53 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=244</guid>
		<description><![CDATA[I&#8217;ve just resolved an issue with this blog which prevented me from posting for the past week or so. It took me so long because I&#8217;ve been trying all sorts of things: JavaScript debugging (thanks, Firebug!), Unix-host permissions, webserver logs analysis&#8230; Eventually it all boiled down to disabling a really old plugin which hadn&#8217;t been [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just resolved an issue with this blog which prevented me from posting for the past week or so. It took me so long because I&#8217;ve been trying all sorts of things: JavaScript debugging (thanks, <a title="Firebug" href="http://getfirebug.com/">Firebug</a>!), Unix-host permissions, webserver logs analysis&#8230; Eventually it all boiled down to disabling a really old plugin which hadn&#8217;t been updated for ages.</p>
<p>Lesson learned: <strong>review your blog&#8217;s plugins regularly</strong>, and don&#8217;t hesitate to disable or even delete the ones you no longer use! With the recent <a title="Wordpress" href="http://www.wordpress.org">WordPress</a> versions, maintaining most of the plugins is really easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2009/09/review-your-blogs-plugins-regularly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get A Website with Professional Design for Just $350!</title>
		<link>http://www.perfectblogger.com/2009/08/get-a-website-with-professional-design-for-just-350/</link>
		<comments>http://www.perfectblogger.com/2009/08/get-a-website-with-professional-design-for-just-350/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 09:27:53 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=228</guid>
		<description><![CDATA[An online friend of mine, Dawud Miracle, is currently running a great promotion on his new Website Habitat website: for just $350 you can get a fully functional and professionally customized website or blog! Your chance to get a great looking blog I wish I could post about it earlier, but there&#8217;s been something wrong [...]]]></description>
			<content:encoded><![CDATA[<p>An online friend of mine, <a href="http://www.dmiracle.com">Dawud Miracle</a>, is currently running a great promotion on his new <a href="http://www.1shoppingcart.com/app/?af=1046378">Website Habitat website</a>: for just $350 you can get a fully functional and professionally customized website or blog!</p>
<h2>Your chance to get a great looking blog</h2>
<p>I wish I could post about it earlier, but there&#8217;s been something wrong with my blog and there really was no time to fix it. So here it is &#8211; I&#8217;m sharing great news with you, but time is running out very quickly for this incredible offer.</p>
<p>Dawud had been working with small businesses for the past 10 years or so. This allowed him to perfect the design of a blog up to such a level that he can get you amazing results in just a few days. His services usually cost more than $1000 for a typical website, but since Dawud has got a few reasons for celebration, he&#8217;s doing this special until Sunday afternoon.</p>
<p>Please head over to <a href="http://www.1shoppingcart.com/app/?af=1046378">The Website Habitat</a> site to read all the details of the complete website for $350 offer, but here are just a few things which you should definitely know:</p>
<ul>
<li>there really are no hidden fees, $350 is all you&#8217;ll need to get a fully working copy of your future website</li>
<li>everything can be customized, and things like logos and photos will be integrated at no extra charge</li>
<li>there&#8217;s quite a few base designs to start with, all fully customizable to suit your needs, and matched to your color palette if you have one in mind</li>
<li>unless many others on the current marked, Dawud is always reachable and welcomes a chance to help you with your new website &#8211; no question is too simple or too technical for him &#8211; just ask him and you&#8217;ll be surprised with the professionalism of the support</li>
<h2>Professionally made websites don&#8217;t get much cheaper that this!</h2>
<p>There&#8217;s a <a href="http://websitehabitat.com/birth-websites-promo.mp3">short audio for you explaining much more</a>, but I were you I&#8217;d just on this offer right now &#8211; $350 is an amazing offer and there&#8217;s less than 18 hours left to avail of this deal. If you haven&#8217;t done it yet due to prohibitive cost, here&#8217;s your chance: <a href="http://www.1shoppingcart.com/app/?af=1046378">get yourself a professionally looking website now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2009/08/get-a-website-with-professional-design-for-just-350/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://websitehabitat.com/birth-websites-promo.mp3" length="5279112" type="audio/mpeg" />
		</item>
		<item>
		<title>WordPress 2.8.1 brings stability and security</title>
		<link>http://www.perfectblogger.com/2009/07/wordpress-2-8-1-brings-stability-and-security/</link>
		<comments>http://www.perfectblogger.com/2009/07/wordpress-2-8-1-brings-stability-and-security/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 00:00:50 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=222</guid>
		<description><![CDATA[I really like the way first releases of WordPress 2.8 come out! The most recent update, WordPress 2.8.1 posted a few hours ago, brings some great improvements which make your blogs more stable and much more secure. WordPress 2.8.1. highlights Here are some of the features I really like in 2.8.1, please be sure to [...]]]></description>
			<content:encoded><![CDATA[<p>I really like the way first releases of <strong>WordPress 2.8</strong> come out! The most recent update, <strong>WordPress 2.8.1</strong> posted a few hours ago, brings some great improvements which make your blogs more stable and much more secure.</p>
<h3>WordPress 2.8.1. highlights</h3>
<p>Here are some of the features I really like in 2.8.1, please be sure to read the <a href="http://wordpress.org/development/2009/07/wordpress-2-8-1/">official WordPress 2.8.1 announcement</a> to see more changes:</p>
<ul>
<li>Stability: reduced memory usage footprint for the dashboard &#8211; should help all the blogs running on modest servers and with strict php memory usage quotas</li>
<li>Stability: automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade</li>
<li>Stability: disabled code highlighting due to browser incompatibilities</li>
<li>Security: extra security has been put in place to better protect you from plugins that do not do explicit permission checks</li>
<li>Security: stricter menu security</li>
</ul>
<p>Don&#8217;t know about you, but I&#8217;m going to be upgrading all my blogs in the next 30min.</p>
<p>See also:</p>
<ul>
<li><a rel=nofollow href="http://wordpress.org">WordPress &#8211; official website</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2009/07/wordpress-2-8-1-brings-stability-and-security/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Interesting Reads &#8211; Sep 21st, 2008</title>
		<link>http://www.perfectblogger.com/2008/09/interesting-reads-sep-21st-2008/</link>
		<comments>http://www.perfectblogger.com/2008/09/interesting-reads-sep-21st-2008/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 10:51:53 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=219</guid>
		<description><![CDATA[Here are the articles I found interesteding this week, leave a comment with a link if you have something interesting to share: Tux Training: Configs to tweak Firefox 3 Dependencies maps for popular PHP-based software &#8211; if you ever wanted to see how a certain file is used in WordPress, that&#8217;s a great way to [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the articles I found interesteding this week, leave a comment with a link if you have something interesting to share:</p>
<ul>
<li><a href="http://tuxtraining.com/2008/09/08/aboutconfig-tweaks-to-optimize-firefox-3/">Tux Training: Configs to tweak Firefox 3</a></li>
<li><a href="http://phpimpact.wordpress.com/2008/08/04/php-applications-where-is-the-include-coming-from/">Dependencies maps for popular PHP-based software</a> &#8211; if you ever wanted to see how a certain file is used in WordPress, that&#8217;s a great way to finally find out</li>
<li><a href="http://www.dumblittleman.com/2008/08/10-practical-tips-to-move-your-blog.html">DLM: 10 Tips to Move Your Blog to Stardom</a></li>
<li><a href="http://justintadlock.com/archives/2008/08/25/tips-on-using-and-developing-for-wordpress-happily">Justin Tadlock: Tips on Using and Developing WordPress happily</a> &#8211; great post for WordPress blog owners</li>
<li><a href="http://www.seomoz.org/blog/why-reputable-seo-firms-dont-promise-guaranteed-search-engine-rankings">Why Reputable SEO firms won&#8217;t promise guaranteed search engine ranking</a> &#8211; a great article from SEOmoz demystifying some aspects of SEO</li>
<li><a href="http://lifehacker.com/5044518/enable-chromes-best-features-in-firefox">Lifehacker: Enable Chrome&#8217;s Best Features in Firefox</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2008/09/interesting-reads-sep-21st-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Logos and Buttons</title>
		<link>http://www.perfectblogger.com/2008/09/wordpress-logos-and-buttons/</link>
		<comments>http://www.perfectblogger.com/2008/09/wordpress-logos-and-buttons/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 08:00:20 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=216</guid>
		<description><![CDATA[WordPress Gone are the days of manually clipping the WordPress logo from the official website! Last week I&#8217;ve discovered a wonderful page with all the official WordPress logos and buttons offered in PDF (with vector graphics) and PNG versions of everything. There&#8217;s a set of WordPress wallpapers and a neat table with current colors used [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_215" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.perfectblogger.com/images/2008/09/wplogo-stacked-rgb.png"><img class="size-medium wp-image-215" title="WordPress" src="http://www.perfectblogger.com/images/2008/09/wplogo-stacked-rgb-300x186.png" alt="WordPress" width="300" height="186" /></a><p class="wp-caption-text">WordPress</p></div>
<p>Gone are the days of manually clipping the WordPress logo from the official website! Last week I&#8217;ve discovered a wonderful page with all the official <a title="WordPress logos" href="http://wordpress.org/about/logos/">WordPress logos and buttons</a> offered in PDF (with vector graphics) and PNG versions of everything.</p>
<p>There&#8217;s a set of WordPress wallpapers and a neat table with current colors used by WordPress engine.</p>
<h3>Like WordPress? Find out more:</h3>
<ul>
<li><a title="WordPress 2.6.2 upgrade" href="http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/">Upgrade to WordPress 2.6.2</a></li>
<li><a title="WordPress 2.5 release" href="http://www.perfectblogger.com/2008/03/wordpress-25/">WordPress 2.5 release</a></li>
<li><a title="Wordpress downloads" href="http://wordpress.org/download/">Download WordPress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2008/09/wordpress-logos-and-buttons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.6.2!</title>
		<link>http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/</link>
		<comments>http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 22:36:36 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=212</guid>
		<description><![CDATA[Looks like WordPress 2.6.2 with a few fixes is out, so I&#8217;ve just upgraded all my blogs to this new milestone. For all the details, read the official WordPress 2.6.2 announcement or glance through the list of bugs fixed in 2.6.2 release. See also: WordPress download page]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.perfectblogger.com/images/2007/03/wp-20-button.gif"><img class="size-full wp-image-101 aligncenter" title="WordPress" src="http://www.perfectblogger.com/images/2007/03/wp-20-button.gif" alt="" width="212" height="68" /></a></p>
<p>Looks like <strong>WordPress 2.6.2</strong> with a few fixes is out, so I&#8217;ve just upgraded all my blogs to this new milestone.</p>
<p>For all the details, read the <a title="WordPress 2.6.2 is out!" href="http://wordpress.org/development/2008/09/wordpress-262/">official WordPress 2.6.2 announcement</a> or glance through the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.2&amp;resolution=fixed&amp;order=priority">list of bugs fixed in 2.6.2</a> release.</p>
<h3>See also:</h3>
<ul>
<li><a title="Download WordPress" href="http://wordpress.org/download/">WordPress download page</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2008/09/upgrade-to-wordpress-262/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Follow me on Twitter!</title>
		<link>http://www.perfectblogger.com/2008/09/follow-me-on-twitter/</link>
		<comments>http://www.perfectblogger.com/2008/09/follow-me-on-twitter/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 07:11:37 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.perfectblogger.com/?p=209</guid>
		<description><![CDATA[It was bound to happen: I&#8217;ve joined Twitter! It would be great to hear from you there! Follow me or leave your Twitter name in comments below so that I can follow you: http://twitter.com/PerfectBlogger]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.perfectblogger.com/images/2008/09/twitter.png"><img class="size-full wp-image-210 aligncenter" title="twitter" src="http://www.perfectblogger.com/images/2008/09/twitter.png" alt="" width="210" height="49" /></a></p>
<p>It was bound to happen: I&#8217;ve joined <a href="http://www.twitter.com">Twitter</a>! It would be great to hear from you there!</p>
<p>Follow me or leave your Twitter name in comments below so that I can follow you:</p>
<p><a title="Perfect Blogger @ Twitter" href="http://twitter.com/PerfectBlogger">http://twitter.com/PerfectBlogger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.perfectblogger.com/2008/09/follow-me-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

