<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross+web@burtonini.com"/><item><title>Yet Another Flickr Uploader</title><guid isPermaLink="false">computers/postr-2006-08-15-21-55</guid><link>http://www.burtonini.com/blog/computers/postr-2006-08-15-21-55</link><description>Following the grand tradition of rewriting new programs instead of improving existing ones, I've written a Flickr upload tool in ...</description><content:encoded><![CDATA[    <p>
      Following the grand tradition of rewriting new programs instead of
      improving existing ones, I've written a Flickr upload tool in Python.
      It's called Postr, but luckily that string isn't exposed in the UI.
    </p>
    <p>
      <img src="http://burtonini.com/computing/screenshots/postr-1.png" width="531" height="363" alt="Flickr Uploader"/>
    </p>
    <p>
      It's not yet ready for a 0.1 release, although it's close.  You can
      drag-and-drop images to the application, set the title, description, and
      tags, and then upload.  It tries to be clever: the EXIF thumbnail is used
      in the interface if it exists to avoid loading the entire image, and if
      the image contains an EXIF ImageDescription field that is used for the
      description automatically.  My next task is to fetch the list of tags and
      present them to the user in a useful way.
    </p>
    <p>
      If anyone wants to have a play with it, then the source is available via
      <tt>bzr</tt> in <a href="http://burtonini.com/bzr/postr/">this repository</a>.
    </p>]]></content:encoded><dc:date>2006-08-15T20:55:00Z</dc:date></item></channel></rss>