Finds RSS and/or Atom links on a page and inserts feed subscription links for use by aggregators
< 脚本RSS+Atom Feed Subscribe Button Generator的反馈
I went looking for a spec or info around this and most everything seems old and unmaintained. Do you have example sites and links I can refer to for examples?
It is difficult to know, unless type="application/feed+json"
is explicitly indicated in page source (i.e., not type="application/json"
), otherwise, there would be false positives, more than actual feeds in my experience.
The following feeds, which some do have an indication of, are badly represented by application/json
:
https://www.jsonfeed.org/feed.json https://inessential.com/feed.json https://www.manton.org/feed.json https://artemislena.eu/feed.json
Even PeerTube offers json feeds, but has no indication in page source.
On the other hand, ActivityStreams are properly represented with type="application/stream+json"
on StatusNet (GNU social) instances.
https://nu.federati.net/api/statuses/public_timeline.as https://nu.federati.net/main/public
So I think type="application/stream+json"
would definitely be a good addition.
If JSON Feed is to be aded, than I'd look for type="application/feed+json"
even if there are no websites that follow this attribute.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Add
application/feed+json
JSON Feed andapplication/stream+json
ActivityStreams