<?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: Appcasts on Google</title>
	<atom:link href="http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google</link>
	<description>The personal weblog of Peter Hosey.</description>
	<lastBuildDate>Sun, 14 Mar 2010 12:45:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grayson</title>
		<link>http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google/comment-page-1#comment-125881</link>
		<dc:creator>Grayson</dc:creator>
		<pubDate>Sun, 30 Sep 2007 15:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google#comment-125881</guid>
		<description>My code is the least possible thing that could suit my purposes (and, thus, fairly ugly).  So far, I&#039;ve always used it in a script so it probably isn&#039;t very useful when using it directly.  Also, stuff for From Concentrate Software is hardcoded.  All of this can, of course, be abstracted away and improved.  I just got it to where I needed it and left it alone.  If it&#039;s useful, I&#039;ll go back and work on it a bit more.  The single source code file is located here:

http://fromconcentratesoftware.googlecode.com/svn/trunk/AppcastUpdater/AppcastUpdater.m

--
You can also get the project via svn:

svn checkout http://fromconcentratesoftware.googlecode.com/svn/trunk/AppcastUpdater</description>
		<content:encoded><![CDATA[<p>My code is the least possible thing that could suit my purposes (and, thus, fairly ugly).  So far, I've always used it in a script so it probably isn't very useful when using it directly.  Also, stuff for From Concentrate Software is hardcoded.  All of this can, of course, be abstracted away and improved.  I just got it to where I needed it and left it alone.  If it's useful, I'll go back and work on it a bit more.  The single source code file is located here:</p>
<p><a href="http://fromconcentratesoftware.googlecode.com/svn/trunk/AppcastUpdater/AppcastUpdater.m" rel="nofollow">http://fromconcentratesoftware.googlecode.com/svn/trunk/AppcastUpdater/AppcastUpdater.m</a></p>
<p>--<br />
You can also get the project via svn:</p>
<p>svn checkout <a href="http://fromconcentratesoftware.googlecode.com/svn/trunk/AppcastUpdater" rel="nofollow">http://fromconcentratesoftware.googlecode.com/svn/trunk/AppcastUpdater</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google/comment-page-1#comment-125822</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Sun, 30 Sep 2007 08:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google#comment-125822</guid>
		<description>&lt;p&gt;Andy: Ah, I &lt;em&gt;knew&lt;/em&gt; there was an app to do that! Thanks.&lt;/p&gt;

&lt;p&gt;Grayson: I was looking for a GUI app (specifically, Feeder), but sure, I&#039;m curious. Plus it could save me $30 on Feeder, and I&#039;m cheap. ☺&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Andy: Ah, I <em>knew</em> there was an app to do that! Thanks.</p>
<p>Grayson: I was looking for a GUI app (specifically, Feeder), but sure, I'm curious. Plus it could save me $30 on Feeder, and I'm cheap. ☺</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grayson</title>
		<link>http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google/comment-page-1#comment-125642</link>
		<dc:creator>Grayson</dc:creator>
		<pubDate>Sat, 29 Sep 2007 17:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google#comment-125642</guid>
		<description>I wrote a quick and dirty command-line tool that I use in my distribution scripts.  If you&#039;re interested in it, I&#039;d be happy to share.  If you wanted a GUI editor, it could easily be wrapped or have the relevant code taken out.</description>
		<content:encoded><![CDATA[<p>I wrote a quick and dirty command-line tool that I use in my distribution scripts.  If you're interested in it, I'd be happy to share.  If you wanted a GUI editor, it could easily be wrapped or have the relevant code taken out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kim</title>
		<link>http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google/comment-page-1#comment-125435</link>
		<dc:creator>Andy Kim</dc:creator>
		<pubDate>Fri, 28 Sep 2007 10:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-27/appcasts-on-google#comment-125435</guid>
		<description>Vim is a solid choice for any kind of text editing, but there is also &lt;a href=&quot;http://reinventedsoftware.com&quot; rel=&quot;nofollow&quot;&gt;Feeder&lt;/a&gt;, which I hear some developers use to do their appcasts. The author of the app himself uses it to do his own appcasts.</description>
		<content:encoded><![CDATA[<p>Vim is a solid choice for any kind of text editing, but there is also <a href="http://reinventedsoftware.com" rel="nofollow">Feeder</a>, which I hear some developers use to do their appcasts. The author of the app himself uses it to do his own appcasts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.254 seconds -->
