<%= @blog.title %> <%= @blog.url %> <%= @blog.description %> <%= @blog.language %> <%= @blog.author %> <%= rfc822 Time.now %> <% for post in @blog.recent_posts %> <%= post.title %> <%= post.category %> <%= strip_tags post.summary %> <%= @author || @blog.author %> <%= @blog.url %>/<%= post.path %> <%= rfc822 post.date %> <% end %>