diff --git a/docs/faq.rst b/docs/faq.rst index e96d73e..7848023 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -1,21 +1,6 @@ Frequently asked question ========================= -Why not use Gravatar/Libravatar/... ? -------------------------------------- - -Various people asked or complained about the generated icons next to their -comments. First, it is not an avatar, it is an identicon used to -*identify* an author of multiple comments without leaking personal -informations (unlike Gravatar). - -If you are in need of Gravatar_, then use Disqus. If you run your own -Libravatar_ server, you can work on a patch for Isso which adds *optional* -support for avatars. - -.. _Gravatar: https://secure.gravatar.com/ -.. _Libravatar: http://libravatar.org/ - Why SQLite3? ------------