w3c / feedvalidator

W3C-customized version of the feedvalidator (forked from https://github.com/rubys/feedvalidator/)
Other
81 stars 37 forks source link

Q: are you consuming changes of forked project? #124

Closed joachimlindenberg closed 1 year ago

joachimlindenberg commented 1 year ago

according to the about this is forked from https://github.com/rubys/feedvalidator/. Are you merging changes of that project? Which project would you recommend to host oneself?

dontcallmedom commented 1 year ago

This fork has been upgraded to python3, when the original project hasn't.

There is no automated tracking from changes made upstream, which in general may no longer easily apply given the change of based python version. AFAICT, the recent changes brought upstream were import from changes made in this fork.

Given that python2 is no longer supported, I would also say this fork is probably a better recommendation, but YMMV :)