I brought this up a while ago here: http://news.ycombinator.com/item?id=35363 I was using Google Reader, and there was no comments link, but have since switched to NetNewsWire (OS X) where everything works correctly. It doesn't look like it'll change.
That's really odd. NNW for me doesn't show links, and never has...hmm, too bad it doesn't keep track of when I subscribe to feeds, but I'm fairly sure that's how it's always been for me.
Ask PG: Link to comments in RSS
21–23 of 23 posts
Re: Ask PG: Link to comments in RSS
#22Earlier quoted context omitted.
Or like this: Ask PG: Link to comments in RSS http://news.ycombinator.com/item?id=112684 Comments ]]>
Ok, does it work now? Here's what I'm doing: (def rss-stories (stories) (tag (rss version "2.0") (tag channel (tag title (pr this-site*)) (tag link (pr site-url*)) (tag description (pr site-desc*)) (each s stories (tag item (let comurl (+ site-url* (item-url s)) (tag title (pr (eschtml (s 'title)))) (tag link (pr (if (blank (s 'url)) comurl (eschtml (s 'url))))) (tag comments (pr comurl)) (tag description (pr " "))))…
Re: Ask PG: Link to comments in RSS
#23Earlier quoted context omitted.
Bloglines now shows the link twice, one from and one from .
Argh. Can anyone tell me a format that will work on all readers? Is the answer to ditch the comments field?