From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 01:50:18 +0000 (+0930) Subject: More RSS tweaks for readers X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=08717f45e9a4c5d542ea6b2efa775c04640101c7;p=arelpe.git More RSS tweaks for readers --- diff --git a/app/views/pubview/rss.rss.builder b/app/views/pubview/rss.rss.builder index 78adaa5..6e90f58 100644 --- a/app/views/pubview/rss.rss.builder +++ b/app/views/pubview/rss.rss.builder @@ -2,11 +2,11 @@ xml.instruct! :xml, version: "1.0" 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"