<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Cab's Blog</title>
		<link>http://www.rosbif.org/blog/index.php?blog=1</link>
		<atom:link rel="self" type="application/rss+xml" href="http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2" />
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.3"/>
		<ttl>60</ttl>
				<item>
			<title>Oops, the blog crashed.</title>
			<link>http://www.rosbif.org/blog/index.php/2010/09/06/oops-the-blog-crashed?blog=1</link>
			<pubDate>Mon, 06 Sep 2010 10:13:32 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">107@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;This is the error I got:&lt;br /&gt;&lt;br /&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-&lt;br /&gt;MySQL error!&lt;/p&gt;
&lt;p&gt;Table &amp;#8216;./b2blog/evo_hitlog&amp;#8217; is marked as crashed and should be repaired(Errno=145)&lt;br /&gt; &amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-&lt;/p&gt;
&lt;p&gt;Easily fixed though. &lt;br /&gt;&lt;br /&gt;Logged in through SSH&lt;br /&gt;Went to mySQL&lt;br /&gt;Executed the command &amp;#8220;repair table evo_hitlog;&amp;#8221;&lt;br /&gt;&lt;br /&gt;All sorted. Phew. Hope it wasn&amp;#8217;t a hacking attempt&amp;#8230;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/09/06/oops-the-blog-crashed?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>This is the error I got:<br /><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />MySQL error!</p>
<p>Table &#8216;./b2blog/evo_hitlog&#8217; is marked as crashed and should be repaired(Errno=145)<br /> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Easily fixed though. <br /><br />Logged in through SSH<br />Went to mySQL<br />Executed the command &#8220;repair table evo_hitlog;&#8221;<br /><br />All sorted. Phew. Hope it wasn&#8217;t a hacking attempt&#8230;</p><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/09/06/oops-the-blog-crashed?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/09/06/oops-the-blog-crashed?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=107</wfw:commentRss>
		</item>
				<item>
			<title>Bulk file renaming in linux</title>
			<link>http://www.rosbif.org/blog/index.php/2010/09/03/bulk-file-renaming-in-linux?blog=1</link>
			<pubDate>Fri, 03 Sep 2010 17:58:32 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">106@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;Remove spaces from filenames in a folder&lt;br /&gt;&lt;br /&gt;for i in *; do mv &amp;#8220;$i&amp;#8221; `echo &amp;#8220;$i&quot;|sed &amp;#8217;s/[ ]*//g&amp;#8217;`; done&lt;br /&gt;&lt;br /&gt;Remove a string (e.g. TEST123) from filenames in a folder&lt;br /&gt;&lt;br /&gt;for i in *; do mv &amp;#8220;$i&amp;#8221; `echo &amp;#8220;$i&quot;|sed &amp;#8217;s/TEST123//g&amp;#8217;`; done&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/09/03/bulk-file-renaming-in-linux?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Remove spaces from filenames in a folder<br /><br />for i in *; do mv &#8220;$i&#8221; `echo &#8220;$i"|sed &#8217;s/[ ]*//g&#8217;`; done<br /><br />Remove a string (e.g. TEST123) from filenames in a folder<br /><br />for i in *; do mv &#8220;$i&#8221; `echo &#8220;$i"|sed &#8217;s/TEST123//g&#8217;`; done<br /></p><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/09/03/bulk-file-renaming-in-linux?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/09/03/bulk-file-renaming-in-linux?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=106</wfw:commentRss>
		</item>
				<item>
			<title>blogged</title>
			<link>http://www.rosbif.org/blog/index.php/2010/08/20/blogged?blog=1</link>
			<pubDate>Fri, 20 Aug 2010 08:15:30 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">105@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;&lt;img style=&quot;padding:0px 10px 10px 10px;&quot; src=&quot;http://www.rosbif.org/blog/media/blogs/all/image1486069931.jpg&quot; width =&quot;280&quot; align=&quot;left&quot; alt=&quot;image1486069931.jpg&quot; title=&quot;image1486069931.jpg&quot; /&gt;&lt;br clear=&quot;all&quot; /&gt;&lt;/p&gt;&lt;div class=&quot;iblogger-location-wrapper&quot;&gt;Mobile Blogging from &lt;a class=&quot;iblogger-location&quot; href=&quot;http://maps.google.com/maps?ll=48.7078,2.1510&quot;&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div class=&quot;iblogger-footer&quot;&gt;&lt;br clear=&quot;all&quot; /&gt;&lt;p style=&quot;text-align:right;font-size:10px;&quot;&gt;[Posted with &lt;a href=&quot;http://illuminex.com/iBlogger/index.html&quot;&gt;iBlogger&lt;/a&gt; from my iPhone]&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/08/20/blogged?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><img style="padding:0px 10px 10px 10px;" src="http://www.rosbif.org/blog/media/blogs/all/image1486069931.jpg" width ="280" align="left" alt="image1486069931.jpg" title="image1486069931.jpg" /><br clear="all" /></p><div class="iblogger-location-wrapper">Mobile Blogging from <a class="iblogger-location" href="http://maps.google.com/maps?ll=48.7078,2.1510">here</a>.</div><div class="iblogger-footer"><br clear="all" /><p style="text-align:right;font-size:10px;">[Posted with <a href="http://illuminex.com/iBlogger/index.html">iBlogger</a> from my iPhone]</p><br /></div><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/08/20/blogged?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/08/20/blogged?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=105</wfw:commentRss>
		</item>
				<item>
			<title>Test from scribefire</title>
			<link>http://www.rosbif.org/blog/index.php/2010/08/10/test-from-scribefire?blog=1</link>
			<pubDate>Tue, 10 Aug 2010 09:53:01 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">104@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;Another test.&lt;br /&gt;&lt;br /&gt;Wow it looks like I&amp;#8217;ve got loads of blogging options now. Why don&amp;#8217;t I use the blog!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; alt=&quot;&quot; src=&quot;http://img.zemanta.com/pixy.gif?x-id=5dcb3c64-a4dd-8d31-ac00-b19af327f32d&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/08/10/test-from-scribefire?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Another test.<br /><br />Wow it looks like I&#8217;ve got loads of blogging options now. Why don&#8217;t I use the blog!<br /><br /></p><div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=5dcb3c64-a4dd-8d31-ac00-b19af327f32d" /></div><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/08/10/test-from-scribefire?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/08/10/test-from-scribefire?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=104</wfw:commentRss>
		</item>
				<item>
			<title>Test</title>
			<link>http://www.rosbif.org/blog/index.php/2010/08/10/test?blog=1</link>
			<pubDate>Tue, 10 Aug 2010 09:51:37 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">103@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;Testing from Office 2007&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/08/10/test?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Testing from Office 2007</p><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/08/10/test?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/08/10/test?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=103</wfw:commentRss>
		</item>
				<item>
			<title>Newport...</title>
			<link>http://www.rosbif.org/blog/index.php/2010/08/04/newport?blog=1</link>
			<pubDate>Wed, 04 Aug 2010 17:40:12 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">101@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://youtu.be/aNfbX6uvA6s&quot;&gt;http://youtu.be/aNfbX6uvA6s&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;videoblock&quot;&gt;&lt;object data=&quot;http://www.youtube.com/v/aNfbX6uvA6s&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/aNfbX6uvA6s&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;/object&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;I liked this.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/08/04/newport?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://youtu.be/aNfbX6uvA6s">http://youtu.be/aNfbX6uvA6s</a></p><p style="text-align: center;"><div class="videoblock"><object data="http://www.youtube.com/v/aNfbX6uvA6s" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/aNfbX6uvA6s"></param><param name="wmode" value="transparent"></param></object></div></p>
<p style="text-align: center;">I liked this.</p><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/08/04/newport?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/08/04/newport?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=101</wfw:commentRss>
		</item>
				<item>
			<title>Changing filename extensions</title>
			<link>http://www.rosbif.org/blog/index.php/2010/06/18/changing-filename-extensions?blog=1</link>
			<pubDate>Fri, 18 Jun 2010 21:14:04 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">100@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;I was converting some mp3s into a format that I could use on my iPhone using the info in this page:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://theappleblog.com/2008/08/07/free-custom-iphone-ringtones-using-only-itunes/&quot;&gt;http://theappleblog.com/2008/08/07/free-custom-iphone-ringtones-using-only-itunes/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then I needed to rename the files to m4r&amp;#8217;s.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s the shell script I used, as the files had spaces in their names&lt;/p&gt;
&lt;p&gt;#!/bin/sh&lt;br /&gt;#&amp;#160; replace &amp;#8216; &amp;#8216; with &amp;#8216;_&amp;#8217;&lt;br /&gt;for e in *; do mv &amp;#8220;$e&amp;#8221; &amp;#8220;`echo $e | sed -e &amp;#8217;s/\ /_/g&amp;#8217;`&quot;; done&lt;br /&gt;&lt;br /&gt;# rename the files&lt;br /&gt;ls *.m4a | sed -e &amp;#8220;s/^\(.*\)\.m4a$/\1\.m4a \1\.m4r/g&amp;#8221; | xargs -n 2 mv -f&lt;br /&gt;&lt;br /&gt;# replace the &amp;#8216;_&amp;#8217; with &amp;#8216; &amp;#8216;&lt;br /&gt;for e in *; do mv &amp;#8220;$e&amp;#8221; &amp;#8220;`echo $e | sed -e &amp;#8217;s/\_/ /g&amp;#8217;`&quot;; done&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/06/18/changing-filename-extensions?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I was converting some mp3s into a format that I could use on my iPhone using the info in this page:</p>
<p><a href="http://theappleblog.com/2008/08/07/free-custom-iphone-ringtones-using-only-itunes/">http://theappleblog.com/2008/08/07/free-custom-iphone-ringtones-using-only-itunes/</a></p>
<p>Then I needed to rename the files to m4r&#8217;s.</p>
<p>Here&#8217;s the shell script I used, as the files had spaces in their names</p>
<p>#!/bin/sh<br />#&#160; replace &#8216; &#8216; with &#8216;_&#8217;<br />for e in *; do mv &#8220;$e&#8221; &#8220;`echo $e | sed -e &#8217;s/\ /_/g&#8217;`"; done<br /><br /># rename the files<br />ls *.m4a | sed -e &#8220;s/^\(.*\)\.m4a$/\1\.m4a \1\.m4r/g&#8221; | xargs -n 2 mv -f<br /><br /># replace the &#8216;_&#8217; with &#8216; &#8216;<br />for e in *; do mv &#8220;$e&#8221; &#8220;`echo $e | sed -e &#8217;s/\_/ /g&#8217;`"; done<br /><br /></p>
<p>&#160;</p><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/06/18/changing-filename-extensions?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/06/18/changing-filename-extensions?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=100</wfw:commentRss>
		</item>
				<item>
			<title>Another reminder for me...</title>
			<link>http://www.rosbif.org/blog/index.php/2010/05/24/another-reminder-for-me?blog=1</link>
			<pubDate>Mon, 24 May 2010 15:12:38 +0000</pubDate>			<dc:creator>Cab</dc:creator>
			<category domain="main">My stuff</category>			<guid isPermaLink="false">99@http://www.rosbif.org/blog/</guid>
						<description>&lt;p&gt;&lt;span style=&quot;font-family: courier new,courier;&quot;&gt;How to check my RAID status:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family: courier new,courier;&quot;&gt;[root@kawa log]# cat /proc/mdstat&lt;br /&gt;Personalities : [raid1] [raid6] [raid5] [raid4]&lt;br /&gt;md0 : active raid1 sdb1[0] sda1[1]&lt;br /&gt; 305088 blocks [2/2] [UU]&lt;br /&gt;&lt;br /&gt;md1 : active raid1 sdb2[0] sda2[1]&lt;br /&gt; 5960000 blocks [2/2] [UU]&lt;br /&gt;&lt;br /&gt;md2 : active raid1 sdb3[0] sda3[1]&lt;br /&gt; 726306560 blocks [2/2] [UU]&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.rosbif.org/blog/index.php/2010/05/24/another-reminder-for-me?blog=1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><span style="font-family: courier new,courier;">How to check my RAID status:</span></p>
<p><span style="font-family: courier new,courier;">[root@kawa log]# cat /proc/mdstat<br />Personalities : [raid1] [raid6] [raid5] [raid4]<br />md0 : active raid1 sdb1[0] sda1[1]<br /> 305088 blocks [2/2] [UU]<br /><br />md1 : active raid1 sdb2[0] sda2[1]<br /> 5960000 blocks [2/2] [UU]<br /><br />md2 : active raid1 sdb3[0] sda3[1]<br /> 726306560 blocks [2/2] [UU]<br /><br /></span></p><div class="item_footer"><p><small><a href="http://www.rosbif.org/blog/index.php/2010/05/24/another-reminder-for-me?blog=1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.rosbif.org/blog/index.php/2010/05/24/another-reminder-for-me?blog=1#comments</comments>
			<wfw:commentRss>http://www.rosbif.org/blog/index.php?blog=1&#38;tempskin=_rss2&#38;disp=comments&#38;p=99</wfw:commentRss>
		</item>
			</channel>
</rss>
