-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
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. |
I also thought that Apple News has removed support for publishing over RSS. |
@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. |
It looks like (at first glance) Apple News Format is a replacement for HTML rather than RSS/JSON Feed. |
@j-f1 First sentence in their Overview:
|
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) |
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
The text was updated successfully, but these errors were encountered: