<?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@burtonini.com"/><item><title>Crack</title><guid isPermaLink="false">computers/crack-2005-07-29-12-40</guid><link>http://www.burtonini.com/blog/computers/crack-2005-07-29-12-40</link><description>This must be the most amount of crack, overkill, and insanity I've ever seen in a single email. I'm just ...</description><content:encoded><![CDATA[    <p>
      <a
      href="http://www.x-tend.be/pipermail/dconf-list/2005-July/000009.html">This</a>
      must be the most amount of crack, overkill, and insanity I've ever seen in
      a single email.  I'm just in awe.
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-29T11:40:00Z</dc:date></item><item><title>ABI Breaking Madness</title><guid isPermaLink="false">computers/abi-2005-07-29-11-54</guid><link>http://www.burtonini.com/blog/computers/abi-2005-07-29-11-54</link><description>Everything I see at the moment is tinted red from The Rage... I've just spent two days debugging Evolution and ...</description><content:encoded><![CDATA[    <p>
      Everything I see at the moment is tinted red from The Rage...
    </p>
    <p>
      I've just spent two days debugging Evolution and the DBus data server.
      When I click on a contact in the Address Book wth the DBus backend,
      Evolution crashes in a very odd manner.  Stack traces are a little odd,
      and Valgrind's output is just plain confusing.  It can't be anything
      directly related to DBus as there is no IPC occuring at this point, and
      the memory management in the DBus port is if anything better than the
      Bonobo version.  Eventually I figure out what is going on.
    </p>
    <p>
      A few weeks ago a new field was added to <tt>EContact</tt>, to store the
      URI of the book the contact belongs too.  This seems reasonable enough,
      just add the new item at the end of the enumeration and all is good.
      However, EContact does some magic for optimisation and the enumeration is
      sorted by type and the position of key items in the enumeration is stored,
      such as the location of the last simple string, or the location of the
      last list.  This means that the new field was added as the third item in
      the enumeration...
    </p>
    <p>
      Yes, really.
    </p>
    <p>
      Also the library versioning wasn't changed, so older Evolution builds just
      carry on as normal. Now when an older Evolution asks the contact for the
      list of all email addresses, it expects to get a GList, which it promptly
      tries to iterate over.  It was actually passed a structure representing
      the contact's full name, and when it tried to iterate over that as a
      list... all hell breaks loose.
    </p>
    <p>
      I really hope this somehow gets sorted out before 2.12...
    </p>
    <p>
      <small>NP: <cite>Best Of</cite>, R.E.M. (the 90's Best Of, not the 2003 one)</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-29T10:54:00Z</dc:date></item><item><title>Sweet, Sweet Commits</title><guid isPermaLink="false">computers/eds-2005-07-28-15-48</guid><link>http://www.burtonini.com/blog/computers/eds-2005-07-28-15-48</link><description>Some source code commits are boring, like bug fixes and documentation, while some are exciting, like new features. Today I ...</description><content:encoded><![CDATA[    <p>
      Some source code commits are boring, like bug fixes and documentation,
      while some are exciting, like new features.  Today I got to do one of the
      latter:
    </p>
    <blockquote><tt>$ svn commit -m "Adding DBus port of the Calendar" eds-dbus/calendar</tt></blockquote>
    <p>
      I can't take any credit for this, all praise must go to <a
      href="http://www.chrislord.net/">Chris Lord</a> for the port, who is
      interning at Opened Hand over the summer.
    </p>
    <p>
      <small>NP: <cite>Birth Of The Cool</cite>, Miles Davis</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-28T14:48:00Z</dc:date></item><item><title>EXIF Tags In Nautilus</title><guid isPermaLink="false">computers/nautilus-exif-2005-07-28-14-50</guid><link>http://www.burtonini.com/blog/computers/nautilus-exif-2005-07-28-14-50</link><description>After seeing one of the new Windows Vista screenshots showing Explorer listing image titles in the list view, I decided ...</description><content:encoded><![CDATA[    <p>
      After seeing one of the new Windows Vista screenshots showing Explorer
      listing image titles in the list view, I decided to have a quick hack on
      this in Nautilus.  Hey presto:
    </p>
    <img src="http://www.burtonini.com/computing/screenshots/nautilus-exif.png"/>
    <p>
      ROCK ON.  At the moment it only lets you see the image title on JPEG files
      (from the Image Description EXIF tag), but I'll extend that later.  The
      good thing is that it's nicely behaved, using asynchronous I/O and only
      reading as much of the file as it needs.
    </p>
    <p>
      <small>NP: <cite>Worldwide Underground</cite>, Erykah Badu</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-28T13:50:00Z</dc:date></item><item><title>Inkscape</title><guid isPermaLink="false">computers/inkscape-2005-07-27</guid><link>http://www.burtonini.com/blog/computers/inkscape-2005-07-27</link><description>Last year when we were making our wedding invitations Inkscape was only on it's second release and was quite buggy. ...</description><content:encoded><![CDATA[    <p>
      Last year when we were making our wedding invitations Inkscape was only on
      it's second release and was quite buggy.  It got to the point where we
      were designing the invites in Inkscape and then setting the font and
      printing from Sodipodi, as Inkscape refused to load Type 1 fonts and print
      images correctly.  However, what a difference a year makes!  Inkscape 0.42
      was just released, and is starting to look <a
      href="http://inkscape.org/screenshots/gallery/inkscape-0.42-CVS-flowtext.png">very
      impressive</a>.  Good work guys!
    </p>
    <p>
      <small>NP: <cite>X&amp;Y</cite>, Coldplay</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-27T14:19:57Z</dc:date></item><item><title>gtk-doc in Yelp</title><guid isPermaLink="false">computers/yelp-2005-07-26-09-15</guid><link>http://www.burtonini.com/blog/computers/yelp-2005-07-26-09-15</link><description>After finally pushing upstream some Yelp and gnome-doc-utils patches, and Shaun fixing some other bugs, a pristine Yelp can display ...</description><content:encoded><![CDATA[    <p>
      After finally pushing upstream some Yelp and <tt>gnome-doc-utils</tt>
      patches, and Shaun fixing some other bugs, a pristine Yelp can display the
      Docbook generated by <tt>gtk-doc</tt>.  To prove it <a
      href="http://www.burtonini.com/computing/screenshots/yelp-gtk-doc.png">here
      is a screenshot of Yelp</a> showing the Loudmouth API documentation.
    </p>
    <p>
      It's not yet perfect: some elements need more styling and links don't work
      properly yet (not sure what the problem is there though), but it's a
      promising start.
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-26T08:15:00Z</dc:date></item><item><title>Sound Juicer &quot;Smile At My Answer&quot; 2.11.90</title><guid isPermaLink="false">computers/sound-juicer/sj-2.11.90</guid><link>http://www.burtonini.com/blog/computers/sound-juicer/sj-2.11.90</link><description>Sound Juicer &quot;Smile At My Answer&quot; 2.11.90 is out. Tarballs are available on burtonini.com , or from the GNOME FTP ...</description><content:encoded><![CDATA[    <p>
      Sound Juicer "Smile At My Answer" 2.11.90 is out.  Tarballs are
      available <a
      href="http://www.burtonini.com/computing/sound-juicer-2.11.90.tar.gz">on
      <tt>burtonini.com</tt></a>, or from the <a
        href="ftp://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.11/">GNOME FTP
        servers</a>.
    </p>
    <p>
      I'm very disappointed with the lack of bug reports about the new playing
      functionality in the 2.11 releases of Sound Juicer.  It's either perfect
      or nobody is using it, and I think I know what the correct answer is...
      C'mon people, give it a hammering!  Play your CDs with it for a day
      instead of your usual program and tell me what you think.
    </p>
    <ul>
      <li>Nicer icons when extracting (Luca Cavalli)</li>
      <li>Documentation ported to use gnome-doc-utils</li>
    </ul>
    <p>
      Thanks to the hard-working translators who are diving into action now that
      the strings are frozen: Abduxukur Abdurixit (ug), Adam Weinberger (en_CA),
      Ankit Patel (gu), Clytie Siddall (vi), Francisco Javier F. Serrador (es),
      Funda Wang (zh_CN), Ilkka Tuohela (fi), Miloslav Trmac (cs), Paisa
      Seeluangsawat (th), Priit Laes (et), Raphael Higino (pt_BR), Takeshi
      AIHANA (ja), Terance Edward Sola (nb), Terance Edward Sola (no), Vladimir
      Petkov (bg).
    </p>

]]></content:encoded><category domain="http://www.burtonini.com">/computers/sound-juicer</category><dc:date>2005-07-25T18:58:10Z</dc:date></item><item><title>Contact Lookup Applet 0.13</title><guid isPermaLink="false">computers/contact-lookup-applet-0.13</guid><link>http://www.burtonini.com/blog/computers/contact-lookup-applet-0.13</link><description>Contact Lookup Applet 0.13 is released. No major changes, but some nice features for developers (like gnome-phone-manager ) and if ...</description><content:encoded><![CDATA[    <p>
      Contact Lookup Applet 0.13 is released.  No major changes, but some nice
      features for developers (like <tt>gnome-phone-manager</tt>) and if you've
      a new GTK+ then the completion isn't constrained by the size of the entry.
    </p>
    <ul>
      <li>Allow EContactEntry to be subclassed (Bastien Nocera)</li>
      <li>If GTK+ 2.7.3 is being used, allow the completion to be as wide as required</li>
      <li>Handle source lists which don't contain any groups</li>
      <li>Cleanups (BN)</li>
    </ul>
    <p>
      You can grab it from <a
        href="http://www.burtonini.com/computing/contact-lookup-applet-0.13.tar.gz">the
        usual place</a>.  Debian packages heading towards Sid once I update my
      <tt>pbuilder</tt>...
    </p>
    <p>
      <small>NP: <cite>Sheryl Crow</cite>, Sheryl Crow</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-24T18:07:43Z</dc:date></item><item><title>Blog Comments</title><guid isPermaLink="false">computers/comments-2005-07-17-09-33</guid><link>http://www.burtonini.com/blog/computers/comments-2005-07-17-09-33</link><description>Blog comments work again now, I didn't notice they'd broken again. Sorry!</description><content:encoded><![CDATA[<p>
Blog comments work again now, I didn't notice they'd broken again. Sorry!
</p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-17T08:33:00Z</dc:date></item><item><title>Google Map Hacking</title><guid isPermaLink="false">computers/gmaps-2005-07-14-16-40</guid><link>http://www.burtonini.com/blog/computers/gmaps-2005-07-14-16-40</link><description>I'm very late to this, but I've done a bit of a hack to mix Google Maps and the GnomeWorldWide ...</description><content:encoded><![CDATA[    <p>
      I'm very late to this, but I've done a bit of a hack to mix Google Maps
      and the <a href="http://live.gnome.org/GnomeWorldWide">GnomeWorldWide</a>
      map, the results of which can be <a
      href="http://www.burtonini.com/gnome.html">seen here</a>.  The next step is to
       extract more data from the wiki page, such as the name of the
      person, and add this information to the markers.
    </p>
    <p>
      <small>NP: <cite>Schoolhouse Funk</cite>, DJ Shadow</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-14T15:40:00Z</dc:date></item><item><title>Back Home</title><guid isPermaLink="false">life/back-2005-07-14-15-50</guid><link>http://www.burtonini.com/blog/life/back-2005-07-14-15-50</link><description>As many have noticed, I'm back from Debconf already. It was a flying visit mostly taken up with meetings, so ...</description><content:encoded><![CDATA[    <p>
      As many have noticed, I'm back from Debconf already.  It was a flying
      visit mostly taken up with meetings, so I didn't get to meet anyone new
      really.  However, <a href="http://www.keybuk.com">Scott</a> still holds
      the record for flying visits: a single day at GUADEC, and he flew by
      Learjet.  Obviously, I suck at both being at Debconf and flying visits.
    </p>
    <p>
      The weather in Finland appears to be a secret they keep from the world,
      I'm sure on the weather reports you never hear of Helsinki being in the
      30s.  They probably tell everyone Finland is always cold and dark to keep
      the tourists away from their beaches.
    </p>
    <p>
      For anyone else out there with a new ThinkPad which throws a hissy fit
      when it resumes with <tt>SectorNotFound</tt> errors, the solution is to
      turn off the Hard Drive Pre-Desktop Area (or something like that) in the
      BIOS, under Security.  Good old Matthew Garrett has a patch and I presume
      it will reach mainline kernels shortly.  Now suspend/resume fails for
      other reasons, but Matthew knows about those too.
    </p>
    <p>
      Da Boss Matthew introduced me to <a
      href="http://www.iittala.com/">Iittala</a> whilst on a wander around
      Helsinki to find food, a contemporary Finnish design store selling
      homeware (cups, vases, etc).  Very cool stuff.
    </p>
    <p>
      Helsink airport is a terrible, terrible place, for two main reasons.  One:
      there are no power points in the lounge which is not good as I only had 5%
      charge left.  Two: the Stockman sells a large amount of Iittala stuff...
      A surprisingly low number of Euros later I bought two espresso cups and a
      large bowl.
    </p>
    <p><img src="http://www.burtonini.com/photos/Misc/espresso.jpg"/></p>
    <p>
      Very, very cool.
    </p>
    <p>
      Now I best get on with work, I'm away in Cornwall all next week and have a
      <em>huge</em> patch to review.
    </p>
    <p>
      <small>NP: <cite>Asia Borninch</cite>, DJ Shadow</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/life</category><dc:date>2005-07-14T14:50:00Z</dc:date></item><item><title>Sound Juicer &quot;The Most Dangerous Narcotic&quot; 2.11.4</title><guid isPermaLink="false">computers/sound-juicer/sj-2.11.4</guid><link>http://www.burtonini.com/blog/computers/sound-juicer/sj-2.11.4</link><description>Sound Juicer &quot;The Most Dangerous Narcotic&quot; 2.11.4 is out. Tarballs are available on burtonini.com , or from the GNOME FTP ...</description><content:encoded><![CDATA[    <p>
      Sound Juicer "The Most Dangerous Narcotic" 2.11.4 is out.  Tarballs are
      available <a
      href="http://www.burtonini.com/computing/sound-juicer-2.11.4.tar.gz">on
      <tt>burtonini.com</tt></a>, or from the <a
      href="ftp://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.11/">GNOME FTP
        servers</a>.
    </p>
    <p>
      Again, another cool release with nice new features.  Everyone give it a
      go, and see what you think of the new interface.
    </p>
    <ul>
      <li>Thread the extracting pipeline for faster rips</li>
      <li>Add a volume control when playing (Ronald Bultje)</li>
      <li>Remove the progress dialog (Raj M Madhan)</li>
      <li>Register our custom icons as stock so themes can set them (Luca Cavalli)</li>
      <li>Use Disc instead of CD in the menu</li>
      <li>Disable Play button when extracting (Raj)</li>
      <li>Set the pipeline to NULL when cancelling (Raj)</li>
      <li>Use gnome-common (Ali Akcaagac)</li>
    </ul>
    <p>
      Thanks to the translators: Adam Weinberger (en_CA), Francisco Javier
      F. Serrador (es), Frank Arnold (de), Michiel Sikkes (nl), Miloslav Trmac
      (cs), Paisa Seeluangsawat (th), Priit Laes (et), Takeshi AIHANA (ja), and
      Tommi Vainikainen (fi).
    </p>
    <p>
      <small>NP: <cite>Brain Freeze</cite>, DJ Shadow &amp; Cut Chemist</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers/sound-juicer</category><dc:date>2005-07-14T12:45:31Z</dc:date></item><item><title>Debconf</title><guid isPermaLink="false">computers/debconf-2005-07-11-15-12</guid><link>http://www.burtonini.com/blog/computers/debconf-2005-07-11-15-12</link><description>At Debconf now, and so far it's been good despite being far too warm (like a fool I forgot to ...</description><content:encoded><![CDATA[    <p>
      At Debconf now, and so far it's been good despite being far too warm (like
      a fool I forgot to bring both sandals and shorts). Had some interesting
      meetings with Nokia, and Matthew Garrett figured out why my T40p refused to
      resume correctly. It now works, he rocks, and I owe him a whiskey or two.
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-11T14:12:00Z</dc:date></item><item><title>No Compassion</title><guid isPermaLink="false">life/compassion-2005-07-08-15-10</guid><link>http://www.burtonini.com/blog/life/compassion-2005-07-08-15-10</link><description>I've never heard of Omarion, who apparently is a &quot;R&amp;B crooner&quot; (according to Yahoo), but I don't like him one ...</description><content:encoded><![CDATA[    <p>
      I've never heard of Omarion, who apparently is a "R&amp;B crooner"
      (according to Yahoo), but I don't like him one bit.  In fact, if I met
      him, I'd probably hit him.  Why?  He has <a
      href="http://uk.news.yahoo.com/050707/325/fmw5r.html">no compassion</a>, at
      all.  What a twonk.
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/life</category><dc:date>2005-07-08T14:10:00Z</dc:date></item><item><title>Local Branches In Bazaar For Fun And Profit</title><guid isPermaLink="false">computers/bazaar-2005-07-08-12-16</guid><link>http://www.burtonini.com/blog/computers/bazaar-2005-07-08-12-16</link><description>I've been meaning to blog about this for some time now, so don't expect a long and detailed entry. As ...</description><content:encoded><![CDATA[    <p>
      I've been meaning to blog about this for some time now, so don't expect a
      long and detailed entry.
    </p>
    <p>
      As <a
      href="http://www.burtonini.com/blog/computers/xicc/eog-icc-2005-06-24-17-27">previously
      mentioned</a> I've now got my EoG ICC patches in an Arch repository.
      Doing this was surprisingly trivial.  Thanks to the Bazaar people at
      Canonical (I've been talking to Robert Collins, but there are probably
      more people involved) there is a selective mirror of the GNOME CVS modules
      on <a
      href="http://bazaar.ubuntu.com"><tt>http://bazaar.ubuntu.com</tt></a>.
      Assuming the default archive is set, a local module can be created as a
      branch of another with a single command:
    </p>
    <pre>baz branch http://bazaar.ubuntu.com/gnome@bazaar.ubuntu.com/eog--MAIN--0 eog--xicc--0</pre>
    <p>
      This created a module in my repository called <tt>eog--xicc--0</tt>, which
      I can checkout as usual and edit as I want.  At some point I'll want to
      merge any changes from upstream, so in the working directory I perform a
      merge:
    </p>
    <pre>baz merge gnome@bazaar.ubuntu.com/eog--MAIN--0</pre>
    <p>
      Note that I don't need to specify the full location as the branch command
      added the archive name to location mapping.  Simply sort out any
      conflicts, and them commit the changes.
    </p>
    <p>
      Easy!  This Bazaar thing is really growing on me.
    </p>
    <p>
      <small>NP: <cite>Sounds From The Verve Hi-Fi</cite>, Thievery Corporation</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-08T11:16:00Z</dc:date></item><item><title>Good News, Bad News</title><guid isPermaLink="false">life/news-2005-07-07-12-15</guid><link>http://www.burtonini.com/blog/life/news-2005-07-07-12-15</link><description>Good news: my course pack for The Art Of Photography at the Open College of Arts arrived today, so I'm ...</description><content:encoded><![CDATA[    <p>
      Good news: my course pack for <a
      href="http://www.oca-uk.com/courses/photography/p1a.php">The Art Of
      Photography</a> at the Open College of Arts arrived today, so I'm now a
      student again, albeit a part-time one.  This should be fun...
    </p>
    <p>
      Bad news: London was bombed this morning.  Everyone I know in London is
      okay, but Allen cut it close: he should have been in Liverpool Street when
      it kicked off there, but luckily was starting work late today.  So far
      explosions in six train stations and on one bus have been confirmed but
      hard numbers are very hard, even three hours after the event.
    </p>
    <p>
      <small>NP: <cite>Pre-emptive Strike</cite>, DJ Shadow (with the BBC news accompanying it)</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/life</category><dc:date>2005-07-07T11:15:00Z</dc:date></item><item><title>Congratulations</title><guid isPermaLink="false">life/micke-2005-07-04-09-05</guid><link>http://www.burtonini.com/blog/life/micke-2005-07-04-09-05</link><description>Many congratulations to Mickael and Carina, little Emma was born last Sunday. I'm sure she'll bring you many years of ...</description><content:encoded><![CDATA[    <p>
      Many congratulations to Mickael and Carina, <a
      href="http://micke.hallendal.net/archives/2005/07/life_as_a_fathe.html">little
      Emma</a> was born last Sunday.  I'm sure she'll bring you many years of
      joy!
    </p>
    <p>
      <small>NP: <cite>The Litmus Test</cite>, Cut Chemist</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/life</category><dc:date>2005-07-04T08:05:00Z</dc:date></item><item><title>Sound Juicer &quot;All Rolled Into One&quot; 2.11.3</title><guid isPermaLink="false">computers/sound-juicer/sj-2.11.3</guid><link>http://www.burtonini.com/blog/computers/sound-juicer/sj-2.11.3</link><description>Sound Juicer &quot;All Rolled Into One&quot; 2.11.3 is out. Tarballs are available on burtonini.com , or from the GNOME FTP ...</description><content:encoded><![CDATA[    <p>
      Sound Juicer "All Rolled Into One" 2.11.3 is out.  Tarballs are
      available <a
      href="http://www.burtonini.com/computing/sound-juicer-2.11.3.tar.gz">on
      <tt>burtonini.com</tt></a>, or from the <a
      href="ftp://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.11/">GNOME FTP
        servers</a>.
    </p>
    <p>
      This is a <em>rocking</em> release as it's the first to feature a Play
      button, thanks to Ronald Bultje.  Give it hell people!
    </p>
    <ul>
      <li>Can now play CDs (Ronald Bultje)</li>
      <li>The genre field is now an auto-completing text entry</li>
      <li>Fix various file writing bugs caused by the move to gnome-vfs</li>
    </ul>
    <p>
      Of course thanks to the translators: Abel Cheung (zh_TW), Adam Weinberger
      (en_CA), Frank Arnold (de), Mário Vrablanský (sk), Paisa Seeluangsawat
      (th), Terance Edward Sola (nb and no).
    </p>

    <p>
      <small>NP: <cite>Animal Magic</cite>, Bonobo</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers/sound-juicer</category><dc:date>2005-07-01T11:24:16Z</dc:date></item></channel></rss>