]> git.mxchange.org Git - friendica-addons.git/commitdiff
[various] adapt README.md
authorPhilipp <admin@philipp.info>
Thu, 5 Jan 2023 01:38:54 +0000 (02:38 +0100)
committerPhilipp <admin@philipp.info>
Thu, 5 Jan 2023 01:38:54 +0000 (02:38 +0100)
gravatar/README.md
libravatar/README.md
mathjax/README.md
openstreetmap/README.md
piwik/README.md
twitter/README.md

index 1a71a4d34a41be9e1aeabb8064913d790aaf156c..a1c25a2aa58480c4bf556f6200e437ea82b58a9e 100644 (file)
@@ -30,12 +30,13 @@ Gravatar lets users self-rate their images to be used at appropriate audiences.
 See more information at [Gravatar][1].
 
 ## Alternative Configuration
-Open the `config/local.config.php` file and add "gravatar" to the list of activated addons:
+Open the `config/node.config.php` file and add "gravatar" to the list of activated addons:
 
-       'system' => [
-               ...
-               'addon' => '...,gravatar'
+       'addons' => [
                ...
+               'gravatar' => [
+                       admin => true,                  
+               ],
        ]
 
 You can add two configuration variables for the addon to the `config/gravatar.config.php` file:
index fc06feabc54d56d99e47ebcd35aa77e9d856ccc0..4d5d4c309bd047c3ee029ad9e42ec40d05445df5 100644 (file)
@@ -23,13 +23,14 @@ 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.config.php` file and add "libravatar" to the list of activated addons:
+Open the `config/node.config.php` file and add "libravatar" to the list of activated addons:
 
-    'system' => [
-        ...
-        'addon' => '...,libravatar'
-        ...
-    ]
+       'addons' => [
+               ...
+               'libravatar' => [
+                       admin => true,                  
+               ],
+       ]
 
 You can add one configuration variables for the addon to the `config/libravatar.config.php` file:
 
index e907fadfcd3c8c0953f5c424279ec5ebcaabadad..d67805e83629055b904e4b2d46e5200ccfa8068c 100644 (file)
@@ -21,13 +21,14 @@ In case you want to use the CDN you can try the following URL as a quick start
        http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
 
 In case you don't want or can use the admin panel of Friendica you can activate
-the addon by adding _mathjax_ to the list in your `config/local.config.php` file
+the addon by adding _mathjax_ to the list in your `config/node.config.php` file
 
-    'system' => [
-        ...
-        'addon' => '...,mathjax'
-        ...
-    ]
+       'addons' => [
+               ...
+               'mathjax' => [
+                       admin => true,                  
+               ],
+       ]
 
 and then providing the base URL after that in the `config/mathjax.config.php` file
 
index 78c748004c589f0d7b6e724f25599cda1ce593e1..782389f5b57e8e8ad252c8d47a2e7a11ec19e588 100644 (file)
@@ -34,13 +34,14 @@ zoom level available.
 
 ## Alternative Configuration
 
-Open the `config/local.config.php` file and add "openstreetmap" to the list of activated addons.
+Open the `config/node.config.php` file and add "openstreetmap" to the list of activated addons.
 
-     'system' => [
-         ...
-         'addon' => '...,openstreetmap'
-         ...
-     ]
+       'addons' => [
+               ...
+               'openstreetmap' => [
+                       admin => true,                  
+               ],
+       ]
 
 You can set configuration variables for the addon in the `config/openstreetmap.config.php` file:
 
index c336fc79c9675be175d8f5054a410423180f2d8d..59cf5771fb26777a9566360f7feef145bc4b249b 100644 (file)
@@ -22,13 +22,14 @@ The easiest way to configure this addon is by activating the admin panels of you
 
 If you don't want to use the admin panel, you can configure the addon through the `config/local.config.php` file.
 
-Open the `config/local.config.php` file and add "piwik" to the list of activated addons.
+Open the `config/node.config.php` file and add "piwik" to the list of activated addons.
 
-    'system' => [
-        ...
-        'addon' => '...,piwik'
-        ...
-    ]
+       'addons' => [
+               ...
+               'piwik' => [
+                       admin => true,                  
+               ],
+       ]
 
 You can change 4 more configuration variables for the addon in the `config/piwik.config.php` file:
 
index 2efdddcadc4f06af0845915a87a3787b092a0774..7e0fabc5148ee357894dc3bd228d6dabf0fbc2d1 100644 (file)
@@ -18,11 +18,12 @@ After the registration please enter the values for "Consumer Key" and "Consumer
 
 Open the `config/local.config.php` file and add "twitter" to the list of activated addons:
 
-    'system' => [
-        ...
-        'addon' => '...,twitter'
-        ...
-    ]
+       'addons' => [
+               ...
+               'twitter' => [
+                       admin => true,                  
+               ],
+       ]
 
 Add your key pair to your `config/twitter.config.php` file.