diff --git a/content/technical/2009/06/virtualbox-news-atom-feed.html b/content/technical/2009/06/virtualbox-news-atom-feed.html index 6a5dc4a..3d1792f 100644 --- a/content/technical/2009/06/virtualbox-news-atom-feed.html +++ b/content/technical/2009/06/virtualbox-news-atom-feed.html @@ -1,6 +1,6 @@ A few days ago I decided I wanted a feed of the VirtualBox News page. I mainly wanted this to know when new releases are made. Whilst the application does update itself, sometimes I go a while without firing it up so seeing the release in Fever would be nice. -After some brief Googling I didn't come across anything that was obviously designed to create feeds from Ruby (outside of Rails). So I opened up the Atom Feed spec and built the feed manually. The end result is a Ruby script and a feed (updated daily) at: http://home.wezm.net/files/virtualbox.atom. Thanks to the brilliant nokogiri this was relatively straightforward. +After some brief Googling I didn't come across anything that was obviously designed to create feeds from Ruby (outside of Rails). So I opened up the Atom Feed spec and built the feed manually. The end result is a Ruby script and a feed (updated daily) at: http://home.wezm.net/files/virtualbox.atom. Thanks to the brilliant nokogiri this was relatively straightforward. My script is below: - \ No newline at end of file +