AndrewDM.me <%= @title %> <%= @pages.map{|p|p.updated}.sort.last.rfc3339 %> <%= Person.new("Andrew Murrell").atom %> <%= $url %> <% @pages.sort_by{|p| p.updated}.reverse.each do |page| %> <%= page.url %> <%= page.updated.rfc3339 %> <%= page.published.rfc3339 %> <%= page.title %> <%= html_escape(page.content) %> <%= page.author.atom %> <%= html_escape(page.rights) %> <% end %>