manton / JSONFeed

The JSONFeed.org website
Creative Commons Zero v1.0 Universal
943 stars 56 forks source link

"Via" URLs in items #127

Open letrastudio opened 5 years ago

letrastudio commented 5 years ago

I'd love to see something like Atom's <link rel="via">.

Proposal:

dshanske commented 5 years ago

Isn't this a duplicate of #125

letrastudio commented 5 years ago

Isn't this a duplicate of #125

Hadn't seen your issue before. You are right that both are aiming to solve the same problem, but taking different approaches.

I think "via" is a better name than "source", as it's more immediatly identifiable (that's why I hadn't found your issue). And this simpler implementation — a single URL string instead of an object — seems more aligned with the rest of the spec. Metadata can be retrieved from the destination URL directly, so I see no need to store it in the feed JSON.