[Sparkle] Multiple Items

Tom McKenzie tommc at positscience.com
Fri May 9 09:47:02 PDT 2008


I have been trying to figure out if an appcast will support mutiple items.
Is this supported?

For example

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
xmlns:dtv="http://www.getdemocracy.org/xml-namespaces/appcast">
  <channel>
    <title>Test Updates</title>
    <link>http://updates.mydomain.com/macupdates/</link>
    <description>New releases of My Program</description>
        <language>en</language>
        <copyright>2008, My Company</copyright>

      <item>
           <title>TestUpdate 1.1 Released</title>
           <enclosure
url="http://updates.mydomain.com/macupdates/TestUpdate_10.dmg"
sparkle:version="10" sparkle:shortVersionString="1.1"  dtv:platform="osx"
type="application/octet-stream" />
           
<description>http://updates.mydomain.com/macupdates/TestUpdate-1.1.html</des
cription>
           
<sparkle:ReleaseNotesLink>http://updates.mydomain.com/macupdates/TestUpdate-
ReleaseNotes-1.1.html</sparkle:ReleaseNotesLink>
     </item>

    <item>
           <title>TestUpdate 1.2 Released</title>
           <enclosure
url="http://updates.mydomain.com/macupdates/TestUpdate_20.dmg"
sparkle:version="20" sparkle:shortVersionString="1.2"  dtv:platform="osx"
type="application/octet-stream" />
           
<description>http://updates.mydomain.com/macupdates/TestUpdate-1.2.html</des
cription>
           
<sparkle:ReleaseNotesLink>http://updates.mydomain.com/macupdates/TestUpdate-
ReleaseNotes-1.2.html</sparkle:ReleaseNotesLink>
       </item>
       
    <item>
           <title>TestUpdate 1.3 Released</title>
           <enclosure
url="http://updates.mydomain.com/macupdates/TestUpdate_30.dmg"
sparkle:shortVersionString="1.3"  sparkle:version="30" dtv:platform="osx"
type="application/octet-stream" />
           
<description>http://updates.mydomain.com/macupdates/TestUpdate-1.3.html</des
cription>
           
<sparkle:ReleaseNotesLink>http://updates.mydomain.com/macupdates/TestUpdate-
ReleaseNotes-1.3.html</sparkle:ReleaseNotesLink>
       </item>

  </channel>
</rss>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andymatuschak.org/pipermail/sparkle-andymatuschak.org/attachments/20080509/92ca40df/attachment.htm>


More information about the Sparkle mailing list