From 08717f45e9a4c5d542ea6b2efa775c04640101c7 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 11:20:18 +0930 Subject: [PATCH] More RSS tweaks for readers --- app/views/pubview/rss.rss.builder | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.39.5