Remove broken links

This commit is contained in:
Wesley Moore 2010-07-09 13:41:09 +10:00
parent 9398ffc5f6
commit 521bc06227
3 changed files with 8 additions and 4 deletions

View file

@ -8,4 +8,3 @@
As part of participating in Movember I am seeking donations that will be passed on to the <a href="http://www.prostate.org.au/">Prostate Cancer Foundation of Australia</a> and <a href="http://www.beyondblue.org.au/">beyondblue</a> - the national depression initiative. The Movember Foundation is a registered charity, so all donations over $2 are tax deductible.
To sponsor my dodgy mo (as I've named it) follow this link: <a href="http://movember.wezm.net/">http://movember.wezm.net/</a>.

View file

@ -1,4 +1,4 @@
For Manda's birthday this year I gave her tickets to <a href="http://www.sydneydancecompany.com/Repertoire/360_Degrees/1415">Rafael Bonachela's 360&deg;</a>, a contemporary dance performance by the <a href="http://www.sydneydancecompany.com/">Sydney Dance Company</a>. The performance was in the <a href="http://www.theartscentre.com.au/discover/spaces-and-places/playhouse.aspx">Playhouse at the Arts Centre</a> (Melbourne). Unfortunately it didn't meet our expectations.
For Manda's birthday this year I gave her tickets to Rafael Bonachela's 360&deg;, a contemporary dance performance by the <a href="http://www.sydneydancecompany.com/">Sydney Dance Company</a>. The performance was in the Playhouse at the Arts Centre (Melbourne). Unfortunately it didn't meet our expectations.
Now let me preface the rest of the post with the following: We're hardly connoisseurs of the fine arts. Instead we got the bulk of our prior exposure to contemporary dance through channel Ten's <a href="http://dance.ten.com.au/">So You Think You Can Dance</a>. I'm sure the purists out there would scoff at that but we wouldn't have even entertained the idea of seeing 360&deg; were it not for the show.

View file

@ -1,6 +1,11 @@
A few days ago I decided I wanted a feed of the <a href="http://www.virtualbox.org/wiki/News">VirtualBox News</a> 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 <a href="http://feedafever.com/">Fever</a> 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 <a href="http://tools.ietf.org/html/rfc4287">Atom Feed spec</a> and built the feed manually. <del datetime="2010-03-22T06:50:25+00:00">The end result is a Ruby script and a feed (updated daily) at: <a href="http://home.wezm.net/files/virtualbox.atom">http://home.wezm.net/files/virtualbox.atom</a>.</del> Thanks to the brilliant <a href="http://nokogiri.rubyforge.org/nokogiri/">nokogiri</a> 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 <a
href="http://tools.ietf.org/html/rfc4287">Atom Feed spec</a> and built the
feed manually. Thanks to the brilliant <a
href="http://nokogiri.rubyforge.org/nokogiri/">nokogiri</a> this was
relatively straightforward.
My script is below:<!--more-->
<script src="http://gist.github.com/137179.js"></script>