xml.rss version: "2.0", "xmlns:atom" => "http://www.w3.org/2005/Atom" do
xml.channel do
if params[:action] == 'dispatches_rss'
- xml.title "Aidan's Dispatches"
- xml.description "Aidan's thoughts and ideas"
+ xml.title "mind reader :: dispatches full text"
+ xml.description "Posts in full from Aidan’s anti-capitalist posting and sharing project"
else
- xml.title "Aidan's Posts and Bookmarks"
- xml.description "Aidan's thoughts, ideas, and interesting links"
+ xml.title "mind reader :: dispatches and bookmarks summary"
+ xml.description "Posts and links in summary from Aidan’s anti-capitalist posting and sharing project"
end
xml.link root_url
xml.atom :link, href: request.url, rel: "self", type: "application/rss+xml"