←back to thread

569 points todsacerdoti | 3 comments | | HN request time: 0s | source
Show context
scarface_74 ◴[] No.42600029[source]
Yet unlike the 20+ other websites that I can just copy the main url into NetNewsWire, it doesn’t seem to have an RSS feed…
replies(4): >>42600087 #>>42600170 #>>42600214 #>>42600302 #
StressedDev ◴[] No.42600214[source]
Perhaps you should either file a bug with NetNewsWire, or debug NetNewsWire and submit a PR so it works with her blog.
replies(1): >>42601455 #
scarface_74 ◴[] No.42601455[source]
So we are now going back to special casing websites that don’t follow standards like the IE6 days?
replies(1): >>42601653 #
1. munch117 ◴[] No.42601653{3}[source]
Do you need special-casing to recognise

   <link rel="alternate" type="application/atom+xml" href="/w/atom.xml">
?
replies(1): >>42601800 #
2. scarface_74 ◴[] No.42601800[source]
Using the link given from the website

https://imgur.com/a/DkifnBG

replies(1): >>42602706 #
3. munch117 ◴[] No.42602706[source]
The w3.org validator says that https://rachelbythebay.com/w/atom.xml is a valid Atom 1.0 feed (https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fra...).

It does seem like something's off about the feed. Vienna can read the file, but it comes up empty. But it doesn't seem like the problem is standards non-compliance.