public
Description: A Mac OS X photo uploader program for my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photoupload/
Clone URL: git://github.com/dustin/photoupload.git
dustin (author)
Mon Oct 29 22:12:08 -0700 2007
commit  3645951ef6d97a1f99754d83550e44b768a9e680
tree    d779d45f73bc18c3acbd7b17eb5640c8655a38b1
parent  63f39e4d4d6371aeb1b7afb5ef375f57cea456f5
photoupload / photoupload.xml
100644 23 lines (19 sloc) 0.775 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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 PhotoUpload</title>
    <link>http://media.west.spy.net/app/photoupload.xml</link>
    <description>Recent changes to PhotoUpload</description>
    <language>en</language>
    <item>
      <title>Version 1.2</title>
      <description>Now with significantly more sparkle</description>
      <!-- date +"%a, %d %b %Y %H:%M:%S GMT" -->
      <pubDate>Tue, 22 May 2007 19:49:55 GMT</pubDate>
      <enclosure url="http://media.west.spy.net/app/PhotoUpload_1.2.zip"
        length="657124" type="application/octet-stream"/>
    </item>
  </channel>
</rss>