]> git.mxchange.org Git - friendica-addons.git/blobdiff - libravatar/README.md
IT translation of langfilter addon updated THX Sylke Vicious
[friendica-addons.git] / libravatar / README.md
index 33c3679c94d921cf5d4feafad51e6f2330409d3b..bcc0f8243570c73ac1ed427d53f1850908edbf97 100644 (file)
@@ -23,14 +23,18 @@ If no avatar was found for an email Libravatar can create some pseudo-random gen
 See examples at [Libravatar][1].
 
 ## Alternative Configuration
-Open the config/local.ini.php file and add "libravatar" to the list of activated addons:
+Open the `config/local.config.php` file and add "libravatar" to the list of activated addons:
 
-        [system]
-               addon = ...,libravatar
+    'system' => [
+        ...
+        'addon' => '...,libravatar'
+        ...
+    ]
 
-You can add one configuration variables for the addon to the config/addon.ini.php file:
+You can add one configuration variables for the addon to the `config/addon.config.php` file:
 
-        [libravatar]
-               default_avatar = identicon
+    'libravatar' => [
+        'default_avatar' => 'identicon',
+    ],
 
 [1]: http://wiki.libravatar.org/api/ "See API documentation at Libravatar for more information"