<?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: New Acire and Python Snippets Website</title>
	<atom:link href="http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/</link>
	<description>At home with Jono Bacon, Community Manager and Author</description>
	<lastBuildDate>Sat, 11 Feb 2012 21:46:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jono</title>
		<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/comment-page-1/#comment-139203</link>
		<dc:creator>jono</dc:creator>
		<pubDate>Mon, 29 Mar 2010 05:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2664#comment-139203</guid>
		<description>&lt;p&gt;That is awesome that you are playing with it Zaheer. Do let me know what you think. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That is awesome that you are playing with it Zaheer. Do let me know what you think. <img src='http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zaheer Merali</title>
		<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/comment-page-1/#comment-139200</link>
		<dc:creator>Zaheer Merali</dc:creator>
		<pubDate>Mon, 29 Mar 2010 04:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2664#comment-139200</guid>
		<description>&lt;p&gt;sorry, ignore above. seems being in bahrain airport makes me behind an http proxy that breaks bzr. I created a socks proxy over ssh and used that for bzr and now it works and i have acire checked out :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sorry, ignore above. seems being in bahrain airport makes me behind an http proxy that breaks bzr. I created a socks proxy over ssh and used that for bzr and now it works and i have acire checked out <img src='http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zaheer Merali</title>
		<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/comment-page-1/#comment-139199</link>
		<dc:creator>Zaheer Merali</dc:creator>
		<pubDate>Mon, 29 Mar 2010 04:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2664#comment-139199</guid>
		<description>&lt;p&gt;Unfortunately there seems to be an error checking out acire from bzr.&lt;/p&gt;

&lt;p&gt;bzr: ERROR: Invalid http response for http://bazaar.launchpad.net/~jonobacon/acire/trunk/.bzr/repository/packs/95423515a520b68b39805cc55f4476c9.pack: Expected a boundary (3baGwOvPT:/NH9X9&#039;u2k) line, got &#039;&#039;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Unfortunately there seems to be an error checking out acire from bzr.</p>

<p>bzr: ERROR: Invalid http response for <a href="http://bazaar.launchpad.net/~jonobacon/acire/trunk/.bzr/repository/packs/95423515a520b68b39805cc55f4476c9.pack" rel="nofollow">http://bazaar.launchpad.net/~jonobacon/acire/trunk/.bzr/repository/packs/95423515a520b68b39805cc55f4476c9.pack</a>: Expected a boundary (3baGwOvPT:/NH9X9&#8242;u2k) line, got &#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jono</title>
		<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/comment-page-1/#comment-138967</link>
		<dc:creator>jono</dc:creator>
		<pubDate>Sat, 27 Mar 2010 18:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2664#comment-138967</guid>
		<description>&lt;p&gt;So the project has the snippets in python-snippets and Acire as a desktop frontend. The reason I wrote it this way is to have multiple frontends, and in fact RainCT wrote a simple web frontend.&lt;/p&gt;

&lt;p&gt;The desktop client has a bunch of benefits though such as the ability to run and test snippets, desktop integration and more.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So the project has the snippets in python-snippets and Acire as a desktop frontend. The reason I wrote it this way is to have multiple frontends, and in fact RainCT wrote a simple web frontend.</p>

<p>The desktop client has a bunch of benefits though such as the ability to run and test snippets, desktop integration and more.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jono</title>
		<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/comment-page-1/#comment-138966</link>
		<dc:creator>jono</dc:creator>
		<pubDate>Sat, 27 Mar 2010 18:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2664#comment-138966</guid>
		<description>&lt;p&gt;I think having a web frontend for adding a snippet would be great: it could then just bzr commit that snippet and propose it automatically so the python-snippets team can review it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think having a web frontend for adding a snippet would be great: it could then just bzr commit that snippet and propose it automatically so the python-snippets team can review it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Dudenhofer</title>
		<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/comment-page-1/#comment-138606</link>
		<dc:creator>Seth Dudenhofer</dc:creator>
		<pubDate>Fri, 26 Mar 2010 19:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2664#comment-138606</guid>
		<description>&lt;p&gt;If not a full website at least a website that could be added to and still update the snippets. One that pulls and pushes to the latest python-snippets build (or at least adds suggestions to the queue). Is there any sort of plan to add website functionality? I would donate the server space if needed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If not a full website at least a website that could be added to and still update the snippets. One that pulls and pushes to the latest python-snippets build (or at least adds suggestions to the queue). Is there any sort of plan to add website functionality? I would donate the server space if needed.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://www.jonobacon.org/2010/03/26/new-acire-and-python-snippets-website/comment-page-1/#comment-138585</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Fri, 26 Mar 2010 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2664#comment-138585</guid>
		<description>&lt;p&gt;Following these projects for a while and keep asking myself, why isn&#039;t this a web application?&lt;/p&gt;

&lt;p&gt;Python Snippets could be a pure web app. Acire partially and the rest could be editor plugins that talk to a the web app through some API.&lt;/p&gt;

&lt;p&gt;Have you considered that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Following these projects for a while and keep asking myself, why isn&#8217;t this a web application?</p>

<p>Python Snippets could be a pure web app. Acire partially and the rest could be editor plugins that talk to a the web app through some API.</p>

<p>Have you considered that?</p>]]></content:encoded>
	</item>
</channel>
</rss>

