Page MenuHomePhorge

Add text/html self link in Phame atom feed
Closed, ObsoletePublic

Asked by Krinkle on Mar 6 2024, 01:01.

Details

When a Phame blog is added to an RSS reader, such as NetNewsWire, it fails to find a <link rel="alternate" type="text/html"/> element.

The impact is that, when subscribers try to open the blog in the browser, the only thing it can do is open the XML file in the browser, instead of e.g. pointing to the blog's web page.

Answer Summary

At https://we.phorge.it/phame/blog/view/4/ we currently output

<link rel="alternate" type="application/atom+xml" href="/phame/blog/feed/4/" title="Release Announcements" />

At https://we.phorge.it/phame/blog/feed/4/ there should be a corresponding:

<link rel="alternate" type="text/html" href="https://we.phorge.it/phame/blog/view/4/" />

Answers

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.