<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for RealNitro's Blog</title>
	<link>http://blog.realnitro.be</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 04 Feb 2012 16:19:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Convert a b2evolution blog to WordPress by FrenchW</title>
		<link>http://blog.realnitro.be/2007/02/21/convert-a-b2evolution-blog-to-wordpress/#comment-28210</link>
		<author>FrenchW</author>
		<pubDate>Thu, 02 Feb 2012 11:42:24 +0000</pubDate>
		<guid>http://blog.realnitro.be/2007/02/21/convert-a-b2evolution-blog-to-wordpress/#comment-28210</guid>
		<description>Hi,
just to let you know I wrote a new MovableType format exporter for b2evolution that is really complete ( http://frenchw.net/2012/02/01/exporting-b2evolution-movable-type/ ) and that I used it to perfectly migrate my b2evolution to Wordpress. Here is a quick tutorial, written in french (for the moment) but quite easily readable ( http://frenchw.net/2012/01/31/migrer-de-b2evolution-vers-wordpress/ ).
The exporter is released as open source on github : https://github.com/FrenchW/MtExport
Sorry for such link list, but, I really had low results in my initial search for help.
Fred</description>
		<content:encoded><![CDATA[<p>Hi,<br />
just to let you know I wrote a new MovableType format exporter for b2evolution that is really complete ( <a href="http://frenchw.net/2012/02/01/exporting-b2evolution-movable-type/" rel="nofollow">http://frenchw.net/2012/02/01/exporting-b2evolution-movable-type/</a> ) and that I used it to perfectly migrate my b2evolution to Wordpress. Here is a quick tutorial, written in french (for the moment) but quite easily readable ( <a href="http://frenchw.net/2012/01/31/migrer-de-b2evolution-vers-wordpress/" rel="nofollow">http://frenchw.net/2012/01/31/migrer-de-b2evolution-vers-wordpress/</a> ).<br />
The exporter is released as open source on github : <a href="https://github.com/FrenchW/MtExport" rel="nofollow">https://github.com/FrenchW/MtExport</a><br />
Sorry for such link list, but, I really had low results in my initial search for help.<br />
Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git SVN diff compatible with reviewboard (and TortoiseSVN?) by RealNitro</title>
		<link>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-27026</link>
		<author>RealNitro</author>
		<pubDate>Sat, 31 Dec 2011 11:51:48 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-27026</guid>
		<description>Thanks for the hint Ultrahex. I'm no longer using Reviewboard, unfortunately. When I have to use it again, I will surely give post-review a try.</description>
		<content:encoded><![CDATA[<p>Thanks for the hint Ultrahex. I&#8217;m no longer using Reviewboard, unfortunately. When I have to use it again, I will surely give post-review a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git SVN diff compatible with reviewboard (and TortoiseSVN?) by Ultrahex</title>
		<link>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-26877</link>
		<author>Ultrahex</author>
		<pubDate>Wed, 28 Dec 2011 18:43:58 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-26877</guid>
		<description>post-review will actually do the conversion in most scenarios also (if not all).

I tend to do:

post-review --parent=remotes/trunk

when working on a git-local branch of remotely tracked svn trunk

(use -n if you just want the diff)</description>
		<content:encoded><![CDATA[<p>post-review will actually do the conversion in most scenarios also (if not all).</p>
<p>I tend to do:</p>
<p>post-review &#8211;parent=remotes/trunk</p>
<p>when working on a git-local branch of remotely tracked svn trunk</p>
<p>(use -n if you just want the diff)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format JSON in vim using Python&#8217;s json.tool module by RealNitro</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23652</link>
		<author>RealNitro</author>
		<pubDate>Thu, 29 Sep 2011 21:45:15 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23652</guid>
		<description>Adrian: thx for the tip!</description>
		<content:encoded><![CDATA[<p>Adrian: thx for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format JSON in vim using Python&#8217;s json.tool module by Adrian Rollett</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23649</link>
		<author>Adrian Rollett</author>
		<pubDate>Thu, 29 Sep 2011 19:36:56 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23649</guid>
		<description>Ugh, the dog ate my html - should be:


" format JSON
map &#60;Leader&#62;j !python -m json.tool&#60;CR&#62;
</description>
		<content:encoded><![CDATA[<p>Ugh, the dog ate my html - should be:</p>
<p>&#8221; format JSON<br />
map &lt;Leader&gt;j !python -m json.tool&lt;CR&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format JSON in vim using Python&#8217;s json.tool module by Adrian Rollett</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23648</link>
		<author>Adrian Rollett</author>
		<pubDate>Thu, 29 Sep 2011 19:35:22 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23648</guid>
		<description>thanks for the post! I added the following to my .vimrc, and now all I have to do to format JSON is select it in visual mode and hit \-j:

" format JSON
map j !python -m json.tool
</description>
		<content:encoded><![CDATA[<p>thanks for the post! I added the following to my .vimrc, and now all I have to do to format JSON is select it in visual mode and hit \-j:</p>
<p>&#8221; format JSON<br />
map j !python -m json.tool</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Volvo V50 + FAT flashdrive mp3 file order by Volvo Fan</title>
		<link>http://blog.realnitro.be/2010/03/07/volvo-v50-fat-flashdrive-mp3-file-order/#comment-16202</link>
		<author>Volvo Fan</author>
		<pubDate>Mon, 07 Mar 2011 06:27:02 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/03/07/volvo-v50-fat-flashdrive-mp3-file-order/#comment-16202</guid>
		<description>Auto parts and accessories integrated to the car including Volvo tie rods, rotors and suspension are upgraded to complement the functionality of the Volvo V50. With the sensible evolution, that will i guess Volvo expects a positive feedback from its wagon aficionados.</description>
		<content:encoded><![CDATA[<p>Auto parts and accessories integrated to the car including Volvo tie rods, rotors and suspension are upgraded to complement the functionality of the Volvo V50. With the sensible evolution, that will i guess Volvo expects a positive feedback from its wagon aficionados.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git SVN diff compatible with reviewboard (and TortoiseSVN?) by RealNitro</title>
		<link>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-13137</link>
		<author>RealNitro</author>
		<pubDate>Mon, 22 Nov 2010 16:39:56 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-13137</guid>
		<description>Updated script at: https://gist.github.com/710219</description>
		<content:encoded><![CDATA[<p>Updated script at: <a href="https://gist.github.com/710219" rel="nofollow">https://gist.github.com/710219</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Volvo V50 + FAT flashdrive mp3 file order by Automobile.hi2.ro &#187; RealNitro&#39;s Blog » Blog Archive » Volvo V50 + FAT flashdrive mp3 &#8230;</title>
		<link>http://blog.realnitro.be/2010/03/07/volvo-v50-fat-flashdrive-mp3-file-order/#comment-9045</link>
		<author>Automobile.hi2.ro &#187; RealNitro&#39;s Blog » Blog Archive » Volvo V50 + FAT flashdrive mp3 &#8230;</author>
		<pubDate>Mon, 08 Mar 2010 04:48:12 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/03/07/volvo-v50-fat-flashdrive-mp3-file-order/#comment-9045</guid>
		<description>[...] more from the original source: RealNitro&#39;s Blog » Blog Archive » Volvo V50 + FAT flashdrive mp3 &#8230;   You can follow any responses to this entry through the RSS 2.0 feed.  You can leave a response, [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] more from the original source: RealNitro&#39;s Blog » Blog Archive » Volvo V50 + FAT flashdrive mp3 &#8230;   You can follow any responses to this entry through the RSS 2.0 feed.  You can leave a response, [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mythbuntu troubles and fixes by RealNitro&#8217;s Blog &#187; Blog Archive &#187; Mythtv: channels and echo&#8217;s</title>
		<link>http://blog.realnitro.be/2007/11/12/mythbuntu-troubles-and-fixes/#comment-5341</link>
		<author>RealNitro&#8217;s Blog &#187; Blog Archive &#187; Mythtv: channels and echo&#8217;s</author>
		<pubDate>Mon, 01 Jun 2009 13:53:02 +0000</pubDate>
		<guid>http://blog.realnitro.be/2007/11/12/mythbuntu-troubles-and-fixes/#comment-5341</guid>
		<description>[...] my latest post about mythtv I set up my channels using a combination of scanning using my tv-card and a channels list that [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] my latest post about mythtv I set up my channels using a combination of scanning using my tv-card and a channels list that [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

