<?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>Fri, 24 May 2013 21:42:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Format JSON in vim using Python&#8217;s json.tool module by Julian</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-96265</link>
		<author>Julian</author>
		<pubDate>Mon, 25 Mar 2013 10:06:12 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-96265</guid>
		<description>You can use "%!tidy -xml -q -i" to do xml formatting</description>
		<content:encoded><![CDATA[<p>You can use &#8220;%!tidy -xml -q -i&#8221; to do xml formatting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git SVN diff compatible with reviewboard (and TortoiseSVN?) by Felix</title>
		<link>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-57531</link>
		<author>Felix</author>
		<pubDate>Mon, 29 Oct 2012 14:12:08 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/08/31/git-svn-diff-compatible-with-reviewboard-and-tortoisesvn/#comment-57531</guid>
		<description>&lt;strong&gt;Felix...&lt;/strong&gt;

RealNitros Blog » Blog Archive » Git SVN diff compatible with reviewboard (and TortoiseSVN?)...</description>
		<content:encoded><![CDATA[<p><strong>Felix&#8230;</strong></p>
<p>RealNitros Blog » Blog Archive » Git SVN diff compatible with reviewboard (and TortoiseSVN?)&#8230;</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-39623</link>
		<author>RealNitro</author>
		<pubDate>Wed, 13 Jun 2012 20:19:38 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-39623</guid>
		<description>There seems to be no xml formatting 'tool' in Python. You could use something like xmllint?</description>
		<content:encoded><![CDATA[<p>There seems to be no xml formatting &#8216;tool&#8217; in Python. You could use something like xmllint?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format JSON in vim using Python&#8217;s json.tool module by Adam</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-39599</link>
		<author>Adam</author>
		<pubDate>Wed, 13 Jun 2012 14:59:35 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-39599</guid>
		<description>That's awesome. Is there a python -m xml.tool?</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome. Is there a python -m xml.tool?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format JSON in vim using Python&#8217;s json.tool module by Harm</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-29237</link>
		<author>Harm</author>
		<pubDate>Thu, 23 Feb 2012 16:03:10 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-29237</guid>
		<description>@Adrian:
It still ate the colon and percentage sign. These should be prefixed in front of the exclamation mark.</description>
		<content:encoded><![CDATA[<p>@Adrian:<br />
It still ate the colon and percentage sign. These should be prefixed in front of the exclamation mark.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>
