Would it be possible to support relative links in RSS posts? Using the host the feed was fetched from might be a good idea. Currently those links are turned to 'file://', i.e., local filesystem links which is probably not the right thing in most cases.
Could explain me it more this bug please ? Example ? feed url etc. Thanks
For example the feed at https://blog.fefe.de/rss.xml?html has one entry like this: <item> <title>Theresa May schließt erstmal die Behörde, die für ...</title> <link>https://blog.fefe.de/?ts=a97479f6</link> <guid>https://blog.fefe.de/?ts=a97479f6</guid> <description> <![CDATA[<a href="http://www.independent.co.uk/environment/climate-change-department-killed-off-by-theresa-may-in-plain-stupid-and-deeply-worrying-move-a7137166.html">Theresa May schließt erstmal die Behörde, die für die Abwehr des Klimawandels zuständig ist</a>. Bisher gab es dafür das "Department for Energy and Climate Change" (und da gehört das ja auch hin, erneuerbare Energiequellen und so weiter). Jetzt kümmert sich darum, das "Department for Business, Energy & Industrial Strategy". Das Business in dem Namen lässt nicht viel Gutes vermuten.<p>Für Kontext <a href="/?ts=a998af0c">siehe auch</a>.]]></description> </item> As you can see, there is a link with the URL "/?ts=a998af0c". That link results in "file:///?ts=a998af0c" when i click it in Akregator. I would agree that relative URLs in a RSS feed are a little strange at best, but if there is a better way than assuming local file system locations it might improve the real world experience of users.
Ok I can reproduce the bug. Thanks
Fixed with commit https://cgit.kde.org/akregator.git/commit/?id=fbd04c0045a5ca3695200d5d50e6920a90b13759 Thanks for reporting it.