communication #120774
Tag based news.o.o RSS feeds in Wiki
Start date:
2022-11-20
Due date:
% Done:
0%
Estimated time:
Description
Hi,
some wiki pages such as https://en.opensuse.org/Portal:Arm seem to reference tag based RSS feeds with a snippet like the following:
<rss max="5" date="Y M d">https://news.opensuse.org/tag/arm/feed/</rss>
This seems to no longer (did it ever?) work, printing
Failed to load RSS feed from https://news.opensuse.org/tag/arm/feed/: Error parsing XML for RSS
I think this might be because it's a redirect - if I point it directly to the redirect target
<rss max="5" date="Y M d">https://news.opensuse.org/feed.xml</rss>
the feed shows fine - however without the scope being limited to the "arm" tag, defeating the purpose by printing news unrelated to the Wiki article.
Does someone know what happened to the tag based RSS feeds and whether we can repair them?