public
Description: A buildbot GUI for OS X
Homepage: http://code.google.com/p/buildwatch/
Clone URL: git://github.com/dustin/buildwatch.git
Search Repo:
buildwatch / buildwatch.xml
100644 59 lines (56 sloc) 1.82 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
 
<!-- Copyright (c) 2007 Dustin Sallings (dustin@spy.net) -->
 
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
 
  <channel>
    <title>Updates for BuildWatch</title>
    <link>http://public.west.spy.net/app/buildwatch.xml</link>
    <description>Recent changes to BuildWatch.</description>
    <language>en</language>
    <item>
      <title>Version 1.0.3</title>
      <description>
        &lt;p>
          Some more cleanup.
        &lt;/p>
        &lt;ul>
          &lt;li>Reconnect handling&lt;/li>
          &lt;li>Internal restructuring&lt;/li>
          &lt;li>bug fixes&lt;/li>
        &lt;/ul>
      </description>
      <!-- date -u +"%a, %d %b %Y %H:%M:%S GMT" -->
      <pubDate>Wed, 12 Mar 2008 07:00:01 GMT</pubDate>
      <enclosure
        url="http://buildwatch.googlecode.com/files/BuildWatch_1.0.3.zip"
        length="3346518" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.0.1</title>
      <description>
        &lt;p>
          Did a little bit of cleanup around the preferences. It actually
          closes the window for you now and lets you know that I suck and can't
          have the changes immediately take effect.
        &lt;/p>
      </description>
      <pubDate>Tue, 11 Mar 2008 05:15:44 GMT</pubDate>
      <enclosure
        url="http://buildwatch.googlecode.com/files/BuildWatch_1.0.1.zip"
        length="3349016" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.0</title>
      <description>
        &lt;p>
          The initial version works well enough for me, but can go a little
          further.
        &lt;/p>
      </description>
      <pubDate>Tue, 11 Mar 2008 04:00:36 GMT</pubDate>
      <enclosure
        url="http://buildwatch.googlecode.com/files/BuildWatch_1.0.zip"
        length="3347987" type="application/octet-stream"/>
    </item>
  </channel>
</rss>