getnikola / plugins

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

make `jsonfeed` work in v8 #300

Closed tedder closed 5 years ago

tedder commented 5 years ago

I don't know if I am supposed to copy this to v8/, but these are the mimimum changes required for jsonfeed to not break a v8 installation:

I don't know if it makes jsonfeed work, I just know that it doesn't prevent nikola from starting.

felixfontein commented 5 years ago

The general idea is (I think): if the change will not break the module for v7, you can keep the plugin in v7/. If for v8 you need to do changes which are incompatible to v7, copy it to v8/ and do the changes there.

Kwpolska commented 5 years ago

Superseded by commit d3ce6e1. Thanks for spotting that this plugin was broken.