getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

Support JSON Feed version 1.1 #400

Closed przemoc closed 2 years ago

przemoc commented 2 years ago

Requested Feature: Support JSON Feed version 1.1

Changes in Version 1.1 — 8/7/2020:

Related Area: Plugin

Do you want to contribute this yourself as a pull request?

Does this feature affect backwards compatibility? If yes, in what way? It replaces author field (object) with authors field (array of objects). For backwards compatibility I believe both could be provided.

Rationale and full description: (why should it be added to Nikola?) Currently jsonfeed plugin supports only version 1.0. It's better to support latest version of the standard, i.e. 1.1 (which is 1 year old already) for better interoperability in the ecosystem.

Kwpolska commented 2 years ago

Those changes were fairly minor and easy to implement, so I went ahead and did them.

(I moved the issue to the plugin repo, since it fits better here.)

przemoc commented 2 years ago

Sorry for misplacing the issue in main repo instead of plugins repo. Thank you for addressing the request so quickly!