]> git.mxchange.org Git - friendica-addons.git/commitdiff
small change in my contact informations in the addon files
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 7 Apr 2012 07:21:49 +0000 (09:21 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 7 Apr 2012 07:21:49 +0000 (09:21 +0200)
impressum/README
impressum/impressum.php
piwik/README
piwik/piwik.php
statusnet/README
statusnet/statusnet.php
twitter/README
twitter/twitter.php

index af8f5e0d9b0956b34815ea8fb86e5fdb2050fe5a..fcf29aaf3443e08101ca9bedef60500e235479ab 100755 (executable)
@@ -1,6 +1,7 @@
 Impressum Plugin for Friendica
 
 Author: Tobias Diekershoff
+        http://diekershoff.homeunix.net/friendika/profile/tobias
         tobias.diekershoff@gmx.net
 
 License: 3-clause BSD license
index c037b9a97d279b41a92ece55b7c2a68a8f8568b5..7600227907a63964378fa030658ca7601471551f 100755 (executable)
@@ -3,7 +3,7 @@
  * Name: Impressum
  * Description: Plugin to add contact information to the about page (/friendica)
  * Version: 1.1
- * Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
+ * Author: Tobias Diekershoff <http://diekershoff.homeunix.net/friendika/profile/tobias>
  * License: 3-clause BSD license
  */
 
@@ -26,7 +26,7 @@ function obfuscate_email ($s) {
 function impressum_footer($a, &$b) {
     $text = get_config('impressum','footer_text');
     if (! $text == '') {
-        $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="'.$a->get_baseurl().'/addon/impressum/impressum.css" media="all" />\r\n';
+        $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="'.$a->get_baseurl().'/addon/impressum/impressum.css" media="all" />';
         $b .= '<div id="impressum_footer">'.$text.'</div>';
     }
 }
index e276ccd4477bc4cd2629adb44bef507b1194712a..c648a4d1214be6d4ea7563ad97ff511fef752afa 100755 (executable)
@@ -1,6 +1,7 @@
 ## Piwik Plugin ##
 
 by Tobias Diekershoff 
+   http://diekershoff.homeunix.net/friendika/profile/tobias
    tobias.diekershoff(at)gmx.net
 
 This addon allows you to embed the code necessary for the FLOSS webanalytics
@@ -19,6 +20,13 @@ styling the opt-out notice.
 
 ### Configuration ###
 
+The easiest way to configure this addon is by activating the admin panels of
+your ~friendica server and then enter the needed details on the config page
+for the addon.
+
+If you don't want to use the admin panel, you can configure the addon through
+the .htconfig file.
+
 Open the .htconfig.php file and add "piwik" to the list of activated addons.
 
     $a->config['system']['addon'] = "piwik, ..."
index dbb1f45a257ea99a672d4aef7eaeff9914decfd4..3e0d718ffaa7c0cdc5330e3d89530bd36efff1cf 100755 (executable)
@@ -3,7 +3,7 @@
  * Name: Piwik Analytics
  * Description: Piwik Analytics Plugin for Friendica
  * Version: 1.1
- * Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
+ * Author: Tobias Diekershoff <http://diekershoff.homeunix.net/friendika/profile/tobias>
  * Author: Klaus Weidenbach
  */
 
@@ -49,7 +49,7 @@ function piwik_analytics($a,&$b) {
         *   associated CSS file. We just have to tell Friendica to get it
         *   into the page header.
         */
-       $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->get_baseurl() . '/addon/piwik/piwik.css' . '" media="all" />' . "\r\n";
+       $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 .htconfig file.
index f172f2ce659c2cf80280f726550e52cc7defc1d0..df0412d0e5591a3bad774cff849f687f39d7f120 100755 (executable)
@@ -1,5 +1,6 @@
 ____ StatusNet Plugin ____
 by Tobias Diekershoff
+   http://diekershoff.homeunix.net/friendika/profile/tobias
    tobias.diekershoff(at)gmx.net
 
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
index 62ee8e8bbb8932ebf4760122a795fa1a0135ac26..c4100e88e509b667a16db8274ac75a5905010770 100755 (executable)
@@ -3,7 +3,7 @@
  * Name: StatusNet Connector
  * Description: Relay public postings to a connected StatusNet account
  * Version: 1.0.4
- * Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
+ * Author: Tobias Diekershoff <http://diekershoff.homeunix.net/friendika/profile/tobias>
  */
  
 /*   StatusNet Plugin for Friendica
index 56dbc7e29053084b46e81cd15087cb853a2d45e8..12bb6664691b695bee8921e98637404784bb7330 100755 (executable)
@@ -1,5 +1,6 @@
 ____ Twitter Plugin ____
 By Tobias Diekershoff
+   http://diekershoff.homeunix.net/friendika/profile/tobias
    tobias.diekershoff(at)gmx.net
 
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
index 1dfc7391961a1316a26c7ce2ec7b2eccdc427ccf..32b4980f55a2df4ebba7486150a29b1cc9729d5f 100755 (executable)
@@ -3,7 +3,7 @@
  * Name: Twitter Connector
  * Description: Relay public postings to a connected Twitter account
  * Version: 1.0.3
- * Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
+ * Author: Tobias Diekershoff <http://diekershoff.homeunix.net/friendika/profile/tobias>
  */