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

Matching functionality of Apple News format? #157

Open
adamkhan opened this issue Sep 1, 2021 · 6 comments
Open

Matching functionality of Apple News format? #157

adamkhan opened this issue Sep 1, 2021 · 6 comments

Comments

@adamkhan
Copy link

adamkhan commented Sep 1, 2021

It might be a good idea to consider matching some or all of the functionality of the Apple News format, which is also JSON. See the docs at https://developer.apple.com/documentation/apple_news/apple_news_format

@manton
Copy link
Owner

manton commented Sep 1, 2021

Anything in particular you'd like to see adopted from Apple News format? To be honest, I was disappointed that Apple invented a proprietary format here instead of continuing to build on RSS (or JSON Feed). It's very unlikely that any other apps are going to support Apple News.

@skyzyx
Copy link

skyzyx commented Sep 1, 2021

I also thought that Apple News has removed support for publishing over RSS.

@adamkhan
Copy link
Author

adamkhan commented Sep 8, 2021

@manon Absolutely it's disappointing what Apple did, but they have created fields that help with the presentation/layout of feeds, which therefore seem to me worth considering for emulation. Of particular interest to me (I'm building a feed reader) are the color fields.

Moreover, if JSONFeed was extended to include what Apple decided it needs, then the company might have less excuse for not using JSONFeed. And if they ended up embracing JSONFeed (a big if), that would surely be a boost for the format.

@j-f1
Copy link

j-f1 commented Sep 8, 2021

It looks like (at first glance) Apple News Format is a replacement for HTML rather than RSS/JSON Feed.

@adamkhan
Copy link
Author

adamkhan commented Sep 8, 2021

@j-f1 First sentence in their Overview:

Apple News Format is the JavaScript Object Notation (JSON) format you use to create articles for Apple News.

@j-f1
Copy link

j-f1 commented Sep 8, 2021

Yep! I looked through the docs and they seem to be all about formatting a single article, rather than syndicating a collection of articles. (although there is some overlap between Apple News files and JSON Feed Items)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants