]> git.mxchange.org Git - friendica-addons.git/blob - libravatar/README.md
99cddefc6786888c7ee671ca306bc08e6067a2a6
[friendica-addons.git] / libravatar / README.md
1 # Libravatar Addon
2 by [Klaus Weidenbach](http://friendica.dszdw.net/profile/klaus)
3
4 **Please note that [the Libravatar service will shut down on 2018-09-01:](https://blog.libravatar.org/posts/Libravatar.org_is_shutting_down_on_2018-09-01/).**
5 You maybe want to switch to the catavatar or gravatar addon.
6
7 This addon allows you to look up an avatar image for new users and contacts at [Libravatar](http://www.libravatar.com). It will be used if there have not been found any other avatar images yet for example through OpenID.
8
9 Libravatar is a free and open replacement for Gravatar. It is a service where people can store an avatar image for their email-addresses. These avatar images can get looked up for example in comment functions, profile pages, etc. on other sites. There exists a central installation at [www.libravatar.com](http://www.libravatar.com), but you can also host it on your own server. If no avatar was found Libravatar will look up at Gravatar as a fallback.
10 There is no rating available, as it is on Gravatar, so all avatar lookups are g-rated. (Suitable for all audiences.)
11
12 You can not use the Libravatar and Gravatar addon at the same time. You need to choose one. If you need other ratings than g you better stay with Gravatar, otherwise it is safe to use Libravatar, because it will fall back to Gravatar if nothing was found at Libravatar.
13
14 * * *
15
16 # Configuration
17 ## Default Avatar Image
18 If no avatar was found for an email Libravatar can create some pseudo-random generated avatars based on an email hash. You can choose between these presets:
19
20 * __MM__: (mystery-man) a static image
21 * __Identicon__: a generated geometric pattern based on email hash
22 * __Monsterid__: a generated 'monster' with different colors, faces, etc. based on email hash
23 * __Wavatar__: faces with different features and backgrounds based on email hash
24 * __Retro__: 8-bit arcade-styled pixelated faces based on email hash
25
26 See examples at [Libravatar][1].
27
28 ## Alternative Configuration
29 Open the config/local.ini.php file and add "libravatar" to the list of activated addons:
30
31         [system]
32                 addon = ...,libravatar
33
34 You can add one configuration variables for the addon:
35
36         [libravatar]
37                 default_avatar = identicon
38
39 [1]: http://wiki.libravatar.org/api/ "See API documentation at Libravatar for more information"