~bitfehler/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH blog] Change rss link type to application/rss+xml

Details
Message ID
<20220707094133.39506-1-sebastian.zaha@gmail.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
I think many rss readers that parse the index html searching for a rss
link are checking for the standard `application/rss+xml` or
`application/atom+xml`.
---
 templates/page_header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/page_header.html b/templates/page_header.html
index 291b936..8f8989e 100644
--- a/templates/page_header.html
+++ b/templates/page_header.html
@@ -10,7 +10,7 @@
  <link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png">
  <link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png">
  <link rel="icon" href="/favicon.svg" type="image/svg+xml">
  <link rel="alternate" type="application/xml" href="/index.xml">
  <link rel="alternate" type="application/rss+xml" href="/index.xml">
 </head>
 
 <body>
-- 
2.37.0
Details
Message ID
<6a9e499c-d561-4c87-f0c6-fb6199a6e73b@bitfehler.net>
In-Reply-To
<20220707094133.39506-1-sebastian.zaha@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Hey,

On 7/7/22 11:41, Sebastian Zaha wrote:
> I think many rss readers that parse the index html searching for a rss
> link are checking for the standard `application/rss+xml` or
> `application/atom+xml`.

Thanks a lot for caring! I applied this, as I agree after some searching 
that it seems to be the (more) recommended approach.

If you were having trouble with a specific feed reader before, please 
try again, and let me know if there is still any issues.

Cheers,
Conrad
Details
Message ID
<CAEJ5c-26KmFDsSqoVSKG39-rZG1bcb3ROyGkqSDTqznrvbzWmw@mail.gmail.com>
In-Reply-To
<6a9e499c-d561-4c87-f0c6-fb6199a6e73b@bitfehler.net> (view parent)
DKIM signature
missing
Download raw message
On Fri, Jul 8, 2022 at 12:47 PM Conrad Hoffmann <ch@bitfehler.net> wrote:
> If you were having trouble with a specific feed reader before, please
> try again, and let me know if there is still any issues.

Works, thank you for patching!
Reply to thread Export thread (mbox)