<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Switched to Python Fabric</title>
	<atom:link href="http://stii.co.za/python/switched-to-python-fabric/feed/" rel="self" type="application/rss+xml" />
	<link>http://stii.co.za/python/switched-to-python-fabric/</link>
	<description>You&#039;re never too old for a happy childhood</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:53:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Christian Vest Hansen</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-4916</link>
		<dc:creator>Christian Vest Hansen</dc:creator>
		<pubDate>Mon, 05 Sep 2011 05:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-4916</guid>
		<description>Yuo can use it just fine for the SSH case, I suppose. But I&#039;m not sure that telnet is a supported protocol - it would be a coincidence if it were.
Fabric is really just a tool to automate the execution of commands over SSH. Note that this article was written in 2009 and that Fabric has moved forward a fair bit since then.</description>
		<content:encoded><![CDATA[<p>Yuo can use it just fine for the SSH case, I suppose. But I&#8217;m not sure that telnet is a supported protocol &#8211; it would be a coincidence if it were.<br />
Fabric is really just a tool to automate the execution of commands over SSH. Note that this article was written in 2009 and that Fabric has moved forward a fair bit since then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-4914</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Sun, 04 Sep 2011 13:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-4914</guid>
		<description>What would the possibility be of using fabric for router config changes using ssh or telnet access ?</description>
		<content:encoded><![CDATA[<p>What would the possibility be of using fabric for router config changes using ssh or telnet access ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another Fabric Tutorial</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-2236</link>
		<dc:creator>Another Fabric Tutorial</dc:creator>
		<pubDate>Thu, 08 Apr 2010 08:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-2236</guid>
		<description>[...] References: SSH Without Password Fabic 0.9.0 Documentation Switched-To-Python-Fabric/ [...]</description>
		<content:encoded><![CDATA[<p>[...] References: SSH Without Password Fabic 0.9.0 Documentation Switched-To-Python-Fabric/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Vest Hansen</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-1668</link>
		<dc:creator>Christian Vest Hansen</dc:creator>
		<pubDate>Sun, 29 Nov 2009 23:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-1668</guid>
		<description>The article was written for the 0.1 series of Fabric. What you have installed is a 0.9 series version, which has an overhauled command line interface.</description>
		<content:encoded><![CDATA[<p>The article was written for the 0.1 series of Fabric. What you have installed is a 0.9 series version, which has an overhauled command line interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorcon</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-1667</link>
		<dc:creator>Lorcon</dc:creator>
		<pubDate>Sun, 29 Nov 2009 21:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-1667</guid>
		<description>Thanks for the article. I have to tell you that &quot;hab list&quot; doesn&#039;t work for me, it should be &quot;fab --list&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I have to tell you that &#8220;hab list&#8221; doesn&#8217;t work for me, it should be &#8220;fab &#8211;list&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark hellewell</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-785</link>
		<dc:creator>mark hellewell</dc:creator>
		<pubDate>Wed, 27 May 2009 02:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-785</guid>
		<description>Hi,  I think I&#039;m right in saying this is for the 0.1 version of Fabric not the 0.9 whose release is fairly imminent?  Looking for more examples of fabfiles written with the new API! :)</description>
		<content:encoded><![CDATA[<p>Hi,  I think I&#8217;m right in saying this is for the 0.1 version of Fabric not the 0.9 whose release is fairly imminent?  Looking for more examples of fabfiles written with the new API! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Novakovic</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-566</link>
		<dc:creator>David Novakovic</dc:creator>
		<pubDate>Wed, 18 Mar 2009 05:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-566</guid>
		<description>@Alex - you have misinterpreted the interpretation of the GPL - the link you posted refers directly to the JNI or java native interface, a way of binding with machine code libraries through java. That is linking, not running bytecode on an interepter.

For the record - as far as I know Fabric uses paramiko, which is pure python. :)</description>
		<content:encoded><![CDATA[<p>@Alex &#8211; you have misinterpreted the interpretation of the GPL &#8211; the link you posted refers directly to the JNI or java native interface, a way of binding with machine code libraries through java. That is linking, not running bytecode on an interepter.</p>
<p>For the record &#8211; as far as I know Fabric uses paramiko, which is pure python. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stii</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-550</link>
		<dc:creator>Stii</dc:creator>
		<pubDate>Thu, 12 Mar 2009 10:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-550</guid>
		<description>Christian, thats the way to do it! Thanx</description>
		<content:encoded><![CDATA[<p>Christian, thats the way to do it! Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Vest Hansen</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-540</link>
		<dc:creator>Christian Vest Hansen</dc:creator>
		<pubDate>Mon, 09 Mar 2009 00:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-540</guid>
		<description>@Alex G

That&#039;s an interesting question. I don&#039;t think people normally release fabfiles in a way that would otherwise be covered by the GPL, but the answer is no; fabfiles are not covered by the GPL that covers Fabric itself. I consider it an implementation detail that Fabric loads the fabfile into the same interpretor instance.

That is what I intended when I licensed Fabric under the GPL.

If someone more knowledgeable on the legal details insists that Fabric is incompatible with its intended use, then I will handle it by fixing the license, rather than the program.</description>
		<content:encoded><![CDATA[<p>@Alex G</p>
<p>That&#8217;s an interesting question. I don&#8217;t think people normally release fabfiles in a way that would otherwise be covered by the GPL, but the answer is no; fabfiles are not covered by the GPL that covers Fabric itself. I consider it an implementation detail that Fabric loads the fabfile into the same interpretor instance.</p>
<p>That is what I intended when I licensed Fabric under the GPL.</p>
<p>If someone more knowledgeable on the legal details insists that Fabric is incompatible with its intended use, then I will handle it by fixing the license, rather than the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex G</title>
		<link>http://stii.co.za/python/switched-to-python-fabric/comment-page-1/#comment-536</link>
		<dc:creator>Alex G</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=497#comment-536</guid>
		<description>so here&#039;s what I&#039;m curious about... since fab is GPL and fabfiles are mostly a bunch of &quot;dynamically linked calls&quot; to fab&#039;s methods, does that mean you must release your fabfiles? :)

http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL

A consequence is that if you choose to use GPL&#039;d Perl modules or Java classes in your program, you must release the program in a GPL-compatible way, regardless of the license used in the Perl or Java interpreter that the combined Perl or Java program will run on.

perl and java is just an example.</description>
		<content:encoded><![CDATA[<p>so here&#8217;s what I&#8217;m curious about&#8230; since fab is GPL and fabfiles are mostly a bunch of &#8220;dynamically linked calls&#8221; to fab&#8217;s methods, does that mean you must release your fabfiles? :)</p>
<p><a href="http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL" rel="nofollow">http://www.gnu.org/licenses/gpl-faq.html#IfInterpreterIsGPL</a></p>
<p>A consequence is that if you choose to use GPL&#8217;d Perl modules or Java classes in your program, you must release the program in a GPL-compatible way, regardless of the license used in the Perl or Java interpreter that the combined Perl or Java program will run on.</p>
<p>perl and java is just an example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

