Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Support JSON feed v1.1 #91

Closed
binyamin opened this issue Aug 16, 2021 · 4 comments · Fixed by #104
Closed

[feature] Support JSON feed v1.1 #91

binyamin opened this issue Aug 16, 2021 · 4 comments · Fixed by #104

Comments

@binyamin
Copy link

Is your feature request related to a problem? Please describe.
The JSON feed spec is currently at v1.1. The changes from v1.0 to v1.1 are very minor, so this should be a pretty easy box to check off.

Describe the solution you'd like
Here's a synopsis of changes, taken from the specification:

Version 1.1 — 8/7/2020:

  • Updated to use more specific application/feed+json MIME type.
  • Added authors field to allow more than 1 author per feed or item. Deprecated author.
  • Added language field.
  • Clarified that id should be a string.
  • Updated links to JSON and other specs.
@hacdias
Copy link

hacdias commented Nov 3, 2021

I see @jlelse forked it and implemented it: https://github.com/jlelse/feeds. I see that there's barely any activity on this repo and some stale PRs so I don't feel this repository will be updated soon.

@stale
Copy link

stale bot commented Jan 9, 2022

This issue has been automatically marked as stale because it hasn't seen a recent update. It'll be automatically closed in a few days.

@stale stale bot added the stale label Jan 9, 2022
@stale stale bot removed the stale label Jan 28, 2022
@geira
Copy link

geira commented Mar 18, 2022

I see JSON feed is a spec, but is it a community accepted standard? Has it been adopted by any recognized standards body, e.g. W3C? Although it is lacking many essenial feaures like official extension namespaces (e.g. Dublin Core) I'm sure it could be useful for many, but currently it only looks like a private initiative without much market traction.

@s3rj1k
Copy link

s3rj1k commented Apr 21, 2022

I see JSON feed is a spec, but is it a community accepted standard? Has it been adopted by any recognized standards body, e.g. W3C? Although it is lacking many essenial feaures like official extension namespaces (e.g. Dublin Core) I'm sure it could be useful for many, but currently it only looks like a private initiative without much market traction.

If so, support of version 1.0 should be dropped from package

AlexVulaj pushed a commit that referenced this issue Sep 26, 2023
## What type of PR is this? (check all applicable)

- [x] Feature

## Description

## Related Tickets & Documents
closes #91

## Added/updated tests?

- [x] Yes
Bios-Marcel pushed a commit to Bios-Marcel/feeds that referenced this issue Apr 27, 2024
## What type of PR is this? (check all applicable)

- [x] Feature

## Description

## Related Tickets & Documents
closes gorilla#91

## Added/updated tests?

- [x] Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

4 participants