]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
More RSS tweaks for readers
authorAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:50:18 +0000 (11:20 +0930)
committerAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:50:18 +0000 (11:20 +0930)
app/views/pubview/rss.rss.builder

index 78adaa59f02cf467be8af6f46d706b2b9afb597a..6e90f5808aa6652089b5c590b9547b22fbd829bc 100644 (file)
@@ -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"