Pegasus
(Pegasus)
September 2, 2026, 8:15pm
9
dan:
CMS RSS Feed: You can choose how many items appear in the feed.
Since I noticed that you’ve updated/added this, I wanted to ask whether you’ve also fixed the issue with the RSS feed:
https://forums.realmacsoftware.com/t/bug-feed-from-claude-code-it-said-to-report/
@ben
Could you please adjust the RSS feed in the new build?
Ideally, <link> and <guid> should contain absolute URLs, not only relative paths.
Also, xmlns:atom is currently declared, but no atom:link is used. It would make sense to add this inside <channel>:
<atom:link href="https://www.mydomain.com/rss/news.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neue Geschäfte Hauptbahnhof Frankfurt/Main</title>
<link>https://www.mydomain.com/news/frankfurt-hauptbahnhof-neue-b-ebene…
Or is this something that will be addressed in a separate fix?
Apart from that, the feature itself is really great. However, as long as the issue with absolute URLs in the RSS feed isn’t fixed, the feed unfortunately isn’t really usable.