twaddington / django-gravatar

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
MIT License
149 stars 33 forks source link

Support for libravatar ? #23

Closed P-EB closed 8 years ago

P-EB commented 8 years ago

Hey,

First, thanks for your work!

As gravatar is a proprietary, centralized solution, there is a free, decentralized alternative called libravatar. I don't know how hard it would be to provide also support for it, but as libravatar fallbacks on gravatar when nothing is found, so it could offer a wider compatibility to your library.

Would you be interested in?

https://www.libravatar.org/

Cheers !

PEB

twaddington commented 8 years ago

Thanks PEB but I'm not really interested in adding support for this at the moment.