I use del.icio.us, but I don’t like the idea that I don’t have control of the server, so if something happens to my bookmarks, I’m screwed. I also want more universal integration of my bookmarks with all the browsers I used - from Lynx to Opera. So I wrote some Ruby.
delicious-to-yaml.rb
require ‘rubygems’ require ‘hpricot’ doc [...]
