gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
688 stars 159 forks source link

Remove Atom support. It is removed from Werkzeug. Fixes #141 #146

Closed mar1ad closed 2 years ago

gouthambs commented 2 years ago

@mar1ad instead of completely ripping out ATOM, I am thinking we could use feedwerk to provide the functionality and still make it possible to upgrade. Take a look and let me know what you think: https://pypi.org/project/feedwerk/

mar1ad commented 2 years ago

A drop-in replacement :-) Although I don't use the Atom support myself, it seems a no-brainer to try and keep it.

mar1ad commented 2 years ago

ATOM support is kept with #148