Move addon-specific config to config/addon.ini.php
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 12 Jul 2018 02:56:52 +0000 (22:56 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 12 Jul 2018 02:56:52 +0000 (22:56 -0400)
28 files changed:
geonames/README.md
geonames/config/geonames.ini.php
geonames/geonames.php
gravatar/README.md
gravatar/config/gravatar.ini.php
impressum/README.md
impressum/config/impressum.ini.php
ldapauth/README
ldapauth/config/ldapauth.ini.php
ldapauth/ldapauth.php
libravatar/README.md
libravatar/config/libravatar.ini.php
mathjax/README.md
mathjax/config/mathjax.ini.php
openstreetmap/README
openstreetmap/config/openstreetmap.ini.php
piwik/README.md
piwik/config/piwik.ini.php
piwik/piwik.php
public_server/README.md
public_server/config/public_server.ini.php
pumpio/README.md
pumpio/config/pumpio.ini.php
testdrive/README.md
testdrive/config/testdrive.ini.php
twitter/README.md
twitter/config/twitter.ini.php
twitter/twitter.php

index 83f9c69..ba90dc5 100644 (file)
@@ -7,7 +7,7 @@ Use Geonames service to resolve nearest populated location for given latitude, l
 
 ## Installation
 
-Pre-requisite: Register a username at geonames.org and set in config/local.ini.php
+Pre-requisite: Register a username at geonames.org and set in config/addon.ini.php
 
     [geonames]
     username = your_username
index 500b88f..280e7a9 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [geonames]
 ; username (String)
index 7fdb439..4cd1b27 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * Pre-requisite: Register a username at geonames.org
- * and set in config/local.ini.php
+ * and set in config/addon.ini.php
  *
  * [geonames]
  * username = your_username
index b2144f5..b8ca824 100644 (file)
@@ -35,7 +35,7 @@ Open the config/local.ini.php file and add "gravatar" to the list of activated a
         [system]
                addon = ...,gravatar
 
-You can add two configuration variables for the addon:
+You can add two configuration variables for the addon to the config/addon.ini.php file:
 
         [gravatar]
                default_avatar = identicon
index d711885..a07005a 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [gravatar]
 ; default_avatar (String)
index 65ec454..0d0aa51 100644 (file)
@@ -16,7 +16,7 @@ Simply fill in the fields in the impressium settings page in the addons area of
 
 Manual Configuration
 --------------------
-If you for any reason you prefer to use a configuration file instead, you can set the following variables in the config/local.ini.php file
+If you for any reason you prefer to use a configuration file instead, you can set the following variables in the config/addon.ini.php file
 
        [impressum]
        owner =           this is the Name of the Operator
index 93c03cc..1de4468 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [impressum]
 ; owner (String)
index 9aac825..03e8b0d 100644 (file)
@@ -10,7 +10,7 @@ However, it's possible with an option to automate the creation of a Friendica ba
 Note when using with Windows Active Directory: you may need to set TLS_CACERT in your site
 ldap.conf file to the signing cert for your LDAP server.
 
-The configuration options for this module may be set in the config/local.ini.php file
+The configuration options for this module may be set in the config/addon.ini.php file
 e.g.:
 
        [ldapauth]
index 19d5549..d707550 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [ldapauth]
 ; ldap_server (String)
index 134a97d..514fb1d 100644 (file)
@@ -26,7 +26,7 @@
  * Note when using with Windows Active Directory: you may need to set TLS_CACERT in your site
  * ldap.conf file to the signing cert for your LDAP server.
  *
- * The configuration options for this module may be set in the config/local.ini.php file
+ * The configuration options for this module may be set in the config/addon.ini.php file
  * e.g.:
  *
  * [ldapauth]
index 99cddef..ca595be 100644 (file)
@@ -31,7 +31,7 @@ Open the config/local.ini.php file and add "libravatar" to the list of activated
         [system]
                addon = ...,libravatar
 
-You can add one configuration variables for the addon:
+You can add one configuration variables for the addon to the config/addon.ini.php file:
 
         [libravatar]
                default_avatar = identicon
index fccf675..e363120 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [libravatar]
 ; default_avatar (String)
index 7108639..19407e8 100644 (file)
@@ -21,12 +21,12 @@ 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
+the addon by adding _mathjax_ to the list in your config/local.ini.php file
 
        [system]
        addon = ...,mathjax
 
-list in your config/local.ini.php file and then providing the base URL after that
+and then providing the base URL after that in the config/addon.ini.php file
 
        [mathjax]
        baseurl = [the URL to your MathJax installation];
index d89ea69..261a732 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [mathjax]
 ; baseurl (String)
index 86ec431..48402e2 100644 (file)
@@ -38,7 +38,7 @@ addons.
     [system]
        addon = ...,openstreetmap
 
-You can change two configuration variables for the addon:
+You can change two configuration variables for the addon in the config/addon.ini.php file:
 
        [openstreetmap]
        tmsserver = https://www.openstreetmap.org
index 38df95b..986843b 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [openstreetmap]
 ; tmsserver (String)
index 08fabe6..2b2d1ce 100644 (file)
@@ -27,7 +27,7 @@ Open the config/local.ini.php file and add "piwik" to the list of activated addo
     [system]
        addon = ...,piwik
 
-You can change 4 more configuration variables for the addon:
+You can change 4 more configuration variables for the addon in the config/addon.ini.php file:
 
     [piwik]
        baseurl = example.com/piwik/
index 333d132..b66c69c 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [piwik]
 ; baseurl (String)
index f001b27..5e34e09 100644 (file)
@@ -16,7 +16,7 @@
  *
  *   Configuration:
  *     Use the administration panel to configure the Piwik tracking addon, or
- *     in case you don't use this add the following lines to your config/local.ini.php
+ *     in case you don't use this add the following lines to your config/addon.ini.php
  *     file:
  *
  *     [piwik]
@@ -63,7 +63,7 @@ function piwik_analytics($a,&$b) {
        $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->get_baseurl() . '/addon/piwik/piwik.css' . '" media="all" />';
 
        /*
-        *   Get the configuration variables from the config/local.ini.php file.
+        *   Get the configuration variables from the config/addon.ini.php file.
         */
        $baseurl = Config::get('piwik', 'baseurl');
        $siteid  = Config::get('piwik', 'siteid');
index 0215147..7ba002e 100644 (file)
@@ -19,7 +19,7 @@ This is a modified version of the testdrive addon, DO NOT ACTIVATE AT THE SAME T
     flagposts = 90
     flagpostsexpire = 146
 
-Set these in your config/local.ini.php file. By default nothing is defined in case the addon is activated accidentally.
+Set these in your config/addon.ini.php file. By default nothing is defined in case the addon is activated accidentally.
 They can be ommitted or set to 0 to disable each option.
 The default values are those used by friendica.eu, change these as desired.
 
index 3c41664..79b2ef4 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [public_server]
 ; expiredays (Integer)
index 8db84f6..9fb0105 100644 (file)
@@ -1,4 +1,4 @@
-To let the connector work properly you should define an application name in config/local.ini.php:
+To let the connector work properly you should define an application name in config/addon.ini.php:
 
 [pumpio]
 application_name = Name of you site
index 1840cea..cd5e732 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [pumpio]
 ; application_name (String)
index fc95918..ad9414e 100644 (file)
@@ -9,7 +9,7 @@ When an account is created on the site, it is given a hard expiration date of
        [testdrive]
        expiredays = 30
 
-Set this in your config/local.ini.php file to allow a 30 day test drive period.
+Set this in your config/addon.ini.php file to allow a 30 day test drive period.
 By default no expiration period is defined in case the addon is activated accidentally.
 
 There is no opportunity to extend an expired account using this addon.
index 253a21d..8d3f863 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [testdrive]
 ; expiredays (Integer)
index 7eaef8f..357180c 100644 (file)
@@ -16,7 +16,7 @@ After the registration please enter the values for "Consumer Key" and "Consumer
 
 ## Alternative configuration
 
-Add your key pair to your global config/local.ini.php.
+Add your key pair to your global config/addon.ini.php.
 
     [twitter]
     consumerkey = your consumer_key here
index a0b3dee..5359fd6 100644 (file)
@@ -1,7 +1,7 @@
 <?php return <<<INI
 
 ; Warning: Don't change this file! It only holds the default config values for this addon.
-; Instead overwrite these config values in config/local.ini.php in your Friendica directory
+; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
 
 [twitter]
 ; consumerkey (String)
index c865d1a..8b0387c 100644 (file)
@@ -48,7 +48,7 @@
  *     we do not need "Twitter as login". When you've registered the app you get the
  *     OAuth Consumer key and secret pair for your application/site.
  *
- *     Add this key pair to your global config/local.ini.php or use the admin panel.
+ *     Add this key pair to your global config/addon.ini.php or use the admin panel.
  *
  *     [twitter]
  *     consumerkey = your consumer_key here