# File lib/mofo/hentry.rb, line 18
  def atom_id
    "<id>tag:#{@domain},2008-01-22:#{Digest::MD5.hexdigest(entry_content)}</id>"
  end