<?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: Sparkle</title>
	<atom:link href="http://roobasoft.com/blog/2006/02/15/sparkle/feed/" rel="self" type="application/rss+xml" />
	<link>http://roobasoft.com/blog/2006/02/15/sparkle/</link>
	<description></description>
	<lastBuildDate>Fri, 25 Nov 2011 01:36:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Uli Kusterer</title>
		<link>http://roobasoft.com/blog/2006/02/15/sparkle/comment-page-1/#comment-133</link>
		<dc:creator>Uli Kusterer</dc:creator>
		<pubDate>Sun, 26 Feb 2006 10:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/2006/02/15/sparkle/#comment-133</guid>
		<description>&lt;p&gt;I think you just solved my complete problem... I used to try encoding the version number in the title, but obviously the download name is a much better choice because the users don&#039;t see that as much. And I don&#039;t really need the bundle identifier at all, since I can use the feed URL to find the application referred to by a feed (because all apps would have to include a pointer to their appcasting feed anyway).&lt;/p&gt;

&lt;p&gt;Thanks! Nothing better than to talk to another programmer to make oneself feel stupid ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think you just solved my complete problem&#8230; I used to try encoding the version number in the title, but obviously the download name is a much better choice because the users don&#8217;t see that as much. And I don&#8217;t really need the bundle identifier at all, since I can use the feed URL to find the application referred to by a feed (because all apps would have to include a pointer to their appcasting feed anyway).</p>

<p>Thanks! Nothing better than to talk to another programmer to make oneself feel stupid <img src='http://roobasoft.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: BrianC</title>
		<link>http://roobasoft.com/blog/2006/02/15/sparkle/comment-page-1/#comment-132</link>
		<dc:creator>BrianC</dc:creator>
		<pubDate>Sun, 26 Feb 2006 00:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/2006/02/15/sparkle/#comment-132</guid>
		<description>&lt;p&gt;It took me a while to figure out what you were talking about, but I think I got it.  You mean an app that could check for new revs of all your software?  Similar to what &quot;Software Update&quot; does for Apple software, makes sense and that&#039;d be pretty interesting.  From what I can tell, the way Sparkle determines if there&#039;s a newer rev is by looking at the filename of the latest enclosure in your feed.  There&#039;s a strict format for naming your .dmg (or however you distribute) for sparkle.  It requires:  {appname}&lt;em&gt;{version}.dmg (and possibly some other variations, but that&#039;s what I&#039;m using).  My {version} is the subversion revision that the release was built from.  So for &lt;a href=&quot;/rooVid&quot; rel=&quot;nofollow&quot;&gt;rooVid&lt;/a&gt;, beta 3 is really rooVid&lt;/em&gt;151.dmg  I&#039;ve yet to answer your question :)&lt;/p&gt;

&lt;p&gt;To author my feeds I&#039;ve been using &lt;a href=&quot;http://www.reinventedsoftware.com/feeder/index.html&quot; rel=&quot;nofollow&quot;&gt;feeder&lt;/a&gt;.  I haven&#039;t purchased a license yet but I probably will.  It takes care of the enclosures and pubdate and all that other stuff and seems to do a good job at it (I haven&#039;t dug very deep, and I hope not to have to).  As for adding custom tags to the feed, if you can do this, I don&#039;t see how.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It took me a while to figure out what you were talking about, but I think I got it.  You mean an app that could check for new revs of all your software?  Similar to what &#8220;Software Update&#8221; does for Apple software, makes sense and that&#8217;d be pretty interesting.  From what I can tell, the way Sparkle determines if there&#8217;s a newer rev is by looking at the filename of the latest enclosure in your feed.  There&#8217;s a strict format for naming your .dmg (or however you distribute) for sparkle.  It requires:  {appname}<em>{version}.dmg (and possibly some other variations, but that&#8217;s what I&#8217;m using).  My {version} is the subversion revision that the release was built from.  So for <a href="/rooVid" rel="nofollow">rooVid</a>, beta 3 is really rooVid</em>151.dmg  I&#8217;ve yet to answer your question <img src='http://roobasoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>To author my feeds I&#8217;ve been using <a href="http://www.reinventedsoftware.com/feeder/index.html" rel="nofollow">feeder</a>.  I haven&#8217;t purchased a license yet but I probably will.  It takes care of the enclosures and pubdate and all that other stuff and seems to do a good job at it (I haven&#8217;t dug very deep, and I hope not to have to).  As for adding custom tags to the feed, if you can do this, I don&#8217;t see how.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Uli Kusterer</title>
		<link>http://roobasoft.com/blog/2006/02/15/sparkle/comment-page-1/#comment-131</link>
		<dc:creator>Uli Kusterer</dc:creator>
		<pubDate>Sat, 25 Feb 2006 22:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/2006/02/15/sparkle/#comment-131</guid>
		<description>&lt;p&gt;One thing I&#039;m wondering about is: Could appcasting be subverted to create a software update clone? I already wrote a little software update clone that works with MacPAD files, but those contain the bundle identifier of the application. Appcast feeds only contain the download and some text, so it&#039;d be hard to find the corresponding application and version number to find out whether the RSS feed is a newer version than the one on the hard disk.&lt;/p&gt;

&lt;p&gt;My thought was to add some more tags to the feed, that contain that info, but I&#039;m wondering whether the tools people use to do their feeds support that. What tool are you using for your appcasting feed? Would it let you add arbitrary additional tags like that? Would that be a lot of work for you?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One thing I&#8217;m wondering about is: Could appcasting be subverted to create a software update clone? I already wrote a little software update clone that works with MacPAD files, but those contain the bundle identifier of the application. Appcast feeds only contain the download and some text, so it&#8217;d be hard to find the corresponding application and version number to find out whether the RSS feed is a newer version than the one on the hard disk.</p>

<p>My thought was to add some more tags to the feed, that contain that info, but I&#8217;m wondering whether the tools people use to do their feeds support that. What tool are you using for your appcasting feed? Would it let you add arbitrary additional tags like that? Would that be a lot of work for you?</p>]]></content:encoded>
	</item>
</channel>
</rss>

