]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge pull request #4 from abinoam/myaddon
authorfriendica <info@friendica.com>
Tue, 31 Jan 2012 21:36:20 +0000 (13:36 -0800)
committerfriendica <info@friendica.com>
Tue, 31 Jan 2012 21:36:20 +0000 (13:36 -0800)
Friendika -> Friendica: at the addons repository

23 files changed:
facebook.tgz
facebook/README
impressum.tgz
impressum/README
impressum/impressum.php
ldapauth.tgz
ldapauth/README
ldapauth/ldapauth.php
piwik.tgz
piwik/README
piwik/piwik.php
randplace.tgz
randplace/randplace.php
sniper.tgz
sniper/sniper.php
statusnet.tgz
statusnet/README
twitter.tgz
twitter/README
uhremotestorage.tgz
uhremotestorage/uhremotestorage.php
widgets.tgz
widgets/widgets.php

index eb199aff21457619a1f3b26e6ac66003e57879a9..82d4bcc484af55bf2bf8fac9c2a8069c5bfa5cd9 100755 (executable)
Binary files a/facebook.tgz and b/facebook.tgz differ
index 325f18dd1252acad753c11067a68de6cde2f156e..ee7e489babff1b54996e489d7f4cd7e448b9d0b1 100755 (executable)
@@ -1,15 +1,15 @@
-Installing the Friendika/Facebook connector
+Installing the Friendica/Facebook connector
 
 1. register an API key for your site from developer.facebook.com
-  a. We'd be very happy if you include "Friendika" in the application name
-     to increase name recognition. The Friendika icons are also present
+  a. We'd be very happy if you include "Friendica" in the application name
+     to increase name recognition. The Friendica icons are also present
      in the images directory and may be uploaded as a Facebook app icon.
-     Use images/friendika-16.jpg for the Icon and images/friendika-128.jpg for the Logo.
+     Use images/friendica-16.jpg for the Icon and images/friendica-128.jpg for the Logo.
   b. The url should be your site URL with a trailing slash.
      You may use http://portal.friendika.com/privacy as the privacy policy
      URL unless your site has different requirements, and 
      http://portal.friendika.com as the Terms of Service URL unless
-     you have different requirements. (Friendika is a software application
+     you have different requirements. (Friendica is a software application
      and does not require Terms of Service, though your installation of it might).
   c. Set the following values in your .htconfig.php file
         $a->config['facebook']['appid'] = 'xxxxxxxxxxx';
@@ -34,6 +34,6 @@ Facebook contacts will not be able to view private photos, as they are not able
 authenticate to your site to establish identity. We will address this 
 in a future release.
 
-Info: please make sure that you understand all aspects due to Friendika's 
-default licence which is: Creative Commons Attribution 3.0 (further info:
-http://creativecommons.org/licenses/by/3.0/ )
+Info: please make sure that you understand all aspects due to Friendica's 
+default licence which is: MIT License (further info:
+https://github.com/friendica/friendica/blob/master/LICENSE)
index 901114e578e4386d554f97444657a56fdd92d26c..a8ea7ee023fc58a1988c700dbb5a8bfb87ecf33c 100755 (executable)
Binary files a/impressum.tgz and b/impressum.tgz differ
index 8e4255bd116a212309b70a734ee3417a839d2804..3f183fbf51da7144f4ab1923f0199901824263c3 100755 (executable)
@@ -1,12 +1,12 @@
-Impressum Plugin for Friendika
+Impressum Plugin for Friendica
 
 Author: Tobias Diekershoff
         tobias.diekershoff@gmx.net
 
-License: 3-clause BSD license (same as Friendika)
+License: 3-clause BSD license (same as Friendica)
 
 About
-  This plugin adds an Impressum block to the /friendika page with informations
+  This plugin adds an Impressum block to the /friendica page with informations
   about the page operator/owner and how to contact you in case of any questions.
 
   In the notes and postal fields you can use HTML tags for formatting.
@@ -14,7 +14,7 @@ About
 Configuration:
   For configuration you can set the following variables in the .htconfig file
    * $a->config['impressum']['owner']           this is the Name of the Operator
-   * $a->config['impressum']['ownerprofile']    this is an optional Friendika account
+   * $a->config['impressum']['ownerprofile']    this is an optional Friendica account
                                                 where the above owner name will link to
    * $a->config['impressum']['email']           a contact email address (optional)
                                                 will be displayed slightly obfuscated
index b760c7e0d9ef748ac39c75c929c6b55b4c0da9c6..ce9790bbf19cb6fd52810dac56d8fa63ce3cfc56 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Name: Impressum
- * Description: Plugin to add contact information to the about page (/friendika)
+ * Description: Plugin to add contact information to the about page (/friendica)
  * Version: 1.0
  * Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
  * License: 3-clause BSD license
index 300a27b1fd780f898019c3cd42c602008f37a960..28bbed6245f5154c01f5ca8148d75d33d07b56dc 100755 (executable)
Binary files a/ldapauth.tgz and b/ldapauth.tgz differ
index cf28ef1e06a4aef3117bf42750bb50a1bfc70e70..90ee2595bab54bf5f30600f596495007635482c7 100755 (executable)
@@ -4,8 +4,8 @@ to maintain a single password across the organisation.
 
 Optionally authenticates only if a member of a given group in the directory.
 
-The person must have registered with Friendika using the normal registration 
-procedures in order to have a Friendika user record, contact, and profile.
+The person must have registered with Friendica using the normal registration 
+procedures in order to have a Friendica user record, contact, and profile.
 
 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. 
index 7230302e9dc1c2d7de125a5a8932c6e536cb019f..b87f669d5f5c7b0895c7784344a5507b3ef816a4 100755 (executable)
@@ -7,7 +7,7 @@
  */
  
 /**
- * Friendika addon
+ * Friendica addon
  * 
  * Module: LDAP Authenticate
  *
@@ -17,8 +17,8 @@
  *
  * Optionally authenticates only if a member of a given group in the directory.
  *
- * The person must have registered with Friendika using the normal registration 
- * procedures in order to have a Friendika user record, contact, and profile.
+ * The person must have registered with Friendica using the normal registration 
+ * procedures in order to have a Friendica user record, contact, and profile.
  *
  * 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. 
index 1b2a4823b723529c0063826fe34c65906ddbfed4..54752c6e19e4fde62ba42c5c8daef5d0e35e2d88 100755 (executable)
Binary files a/piwik.tgz and b/piwik.tgz differ
index 20b78b51e592107e40558db4a077df73153e3b7b..d5060d0b0e7d73171d8154fb5153e37c90cfd504 100755 (executable)
@@ -3,7 +3,7 @@ by Tobias Diekershoff
    tobias.diekershoff(at)gmx.net
 
 This addon allows you to embed the code necessary for the FLOSS webanalytics
-tool piwik into the Friendika pages.
+tool piwik into the Friendica pages.
 
 Online version of this Document: http://ur1.ca/35m2x
 
@@ -13,7 +13,7 @@ To use this plugin you need a "piwik":http://piwik.org installation.
 
 ___ Where to find ___
 
-In the Friendika git repository @/addon/piwik/piwik.php@ and a CSS file for
+In the Friendica git repository @/addon/piwik/piwik.php@ and a CSS file for
 styling the opt-out notice.
 
 ___ Configuration ___
@@ -29,9 +29,9 @@ $a->config['piwik']['optout'] = true;
 The *baseurl* points to your piwik installation. Use the absolute path,
 remember trailing slashes but ignore the protocol (http/s) part of the URL.
 Change the *sideid* parameter to whatever ID you want to use for tracking your
-Friendika installation. The *optout* parameter (true|false) defines whether or
+Friendica installation. The *optout* parameter (true|false) defines whether or
 not a short notice about the utilization of piwik will be displayed on every
-page of your Friendika site (at the bottom of the page with some spacing to the
+page of your Friendica site (at the bottom of the page with some spacing to the
 other content). Part of the note is a link that allows the visitor to set an
 _opt-out_ cookie which will prevent visits from that user be tracked by piwik.
 
index 890309d4fd5c78f599d025215bc8675726c3fc5c..5a46cdb3898e3b331458e7b2c0485687f66177eb 100755 (executable)
@@ -1,13 +1,13 @@
 <?php
 /**
  * Name: Piwik Analytics
- * Description: Piwik Analytics Plugin for Friendika
+ * Description: Piwik Analytics Plugin for Friendica
  * Version: 1.0
  * Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
  */
  
 
-/*   Piwik Analytics Plugin for Friendika
+/*   Piwik Analytics Plugin for Friendica
  *
  *   Author: Tobias Diekershoff
  *           tobias.diekershoff@gmx.net
@@ -21,7 +21,7 @@
  *     $a->config['piwik']['siteid'] = '1';
  *     $a->config['piwik']['optout'] = true;  // set to false to disable
  *
- *     Change the siteid to the ID that the Piwik tracker for your Friendika
+ *     Change the siteid to the ID that the Piwik tracker for your Friendica
  *     installation has. Alter the baseurl to fit your needs, don't care
  *     about http/https but beware to put the trailing / at the end of your
  *     setting.
@@ -45,7 +45,7 @@ function piwik_analytics($a,&$b) {
 
        /*
         *   styling of every HTML block added by this plugin is done in the
-        *   associated CSS file. We just have to tell Friendika to get it
+        *   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";
index c5faeb402db1d39b617663f706a97b00d2cf2776..937c02d5eeefb1d4c669ce3fd41c7e4235b71af2 100755 (executable)
Binary files a/randplace.tgz and b/randplace.tgz differ
index bae8e7c690dc059ada01b8f0e49f461cbe2e2fb3..35503850f7058134c9bb75e051c16e5ee224af92 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Name: Random place
- * Description: Sample Friendika plugin/addon. Set a random place when posting.
+ * Description: Sample Friendica plugin/addon. Set a random place when posting.
  * Version: 1.0
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
  * 
index 693fa51cdb7ed8d8b1f3e011bf8790a2484a7bc1..2481d0b8a01e98fd431adf8997cadd21353e1545 100755 (executable)
Binary files a/sniper.tgz and b/sniper.tgz differ
index 276748fed479b3653b2ed8313653c2b10b50d99f..59812cba06be0372a0c102f397cba64d92c13942 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * Demo plugin for adding various types of Flash games to Friendika.
+ * Demo plugin for adding various types of Flash games to Friendica.
  * In this case we're using "Hot Shot Sniper" by FlashGames247
  *
  * Name: Sniper
@@ -39,4 +39,4 @@ $o .= <<< EOT
 EOT;
 
 return $o;
-}
\ No newline at end of file
+}
index b075d10d5b14c7588082273f4fa8396a7cc73062..4067e682f847b66514e07e6c4698d07a505e6892 100755 (executable)
Binary files a/statusnet.tgz and b/statusnet.tgz differ
index 6ace482845d080c9d232f09744ea011f12e4f544..48f620aba4249b0a8157425f18d333bab1fc444e 100755 (executable)
@@ -7,7 +7,7 @@ by Tobias Diekershoff
 !! with it, please contact the Author.                                      !!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-With this addon to Friendika you can give your user the possibility to post
+With this addon to Friendica you can give your user the possibility to post
 their public messages to any StatusNet instance (like identi.ca for example). 
 The messages will be strapped their rich context and shortened to to the character
 limit of the StatusNet instance in question if necessary. If shortening of the
@@ -30,7 +30,7 @@ was longer than the maximal allowed notice length requires it, that you have
 PHP5+ and curl on your server.
 Where to find
 
-In the Friendika git repository /addon/statusnet/, this directory contains all
+In the Friendica git repository /addon/statusnet/, this directory contains all
 required PHP files (including the Twitter OAuth library [1] by Abraham Williams,
 MIT licensed and the Slinky library [2] by Beau Lebens, BSD license), a CSS file
 for styling of the user configuration and an image to Sign in with StatusNet.
@@ -54,8 +54,8 @@ connect to the StatusNet account of choice.
    https://identi.ca/api/
  * OAuth Consumer key & secret
 
-To get the OAuth Consumer key pair the user has to (a) ask her Friendika admin
-if a pair already exists or (b) has to register the Friendika server as a
+To get the OAuth Consumer key pair the user has to (a) ask her Friendica admin
+if a pair already exists or (b) has to register the Friendica server as a
 client application on the StatusNet server. This can be done from the account
 settings under "Connect -> Connections -> Register an OAuth client application
 -> Register a new application".
@@ -64,12 +64,12 @@ During the registration of the OAuth client remember the following:
  * there is no callback url
  * register a desktop client
  * with read & write access
- * the Source URL should be the URL of your Friendika server
+ * the Source URL should be the URL of your Friendica server
 
 After the required credentials for the application are stored in the
-configuration you have to actually connect your Friendika account with
+configuration you have to actually connect your Friendica account with
 StatusNet. To do so follow the Sign in with StatusNet button, allow the access
-and copy the security code into the plugin configuration. Friendika will then
+and copy the security code into the plugin configuration. Friendica will then
 try to acquire the final OAuth credentials from the API, if successful the
 plugin settings will allow you to select to post your public messages to your
 StatusNet account.
index ac3d5f19b32e243a2efdd72308652cc854448add..740e3c8178280205941be90a502fe164a948a0b9 100755 (executable)
Binary files a/twitter.tgz and b/twitter.tgz differ
index e6d5f12c9bc928d99e64a836cfe390de2c5ca653..99edf0d303dbc23506aed593f7002d44cbeba5d2 100755 (executable)
@@ -7,7 +7,7 @@ By Tobias Diekershoff
 !!   with it, please contact the Author.                                    !!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-With this addon to Friendika you can give your user the possibility to post
+With this addon to Friendica you can give your user the possibility to post
 their *public* messages to Twitter. The messages will be strapped their rich
 context and shortened to 140 characters length if necessary. If shortening of
 the message was performed a link will be added to the Tweet pointing to the
@@ -20,7 +20,7 @@ Online version of this document: http://ur1.ca/35mml
 
 ___ Requirements ___
 
-To use this plugin you have to register your Friendika instance as an
+To use this plugin you have to register your Friendica instance as an
 _client application_ for Twitter with _read and write_ access, we do not intend
 to use Twitter for login. The registration can be done at twitter.com/apps
 and you need to have a Twitter account to do so.
@@ -34,7 +34,7 @@ message was longer than 140 characters requires it, that you have *PHP5+* and
 
 ___ Where to find ___
 
-In the Friendika git repository /addon/twitter/, this directory contains
+In the Friendica git repository /addon/twitter/, this directory contains
 all required PHP files (including the Twitter OAuth library [1] by Abraham
 Williams, MIT licensed and the Slinky library [2] by Beau Lebens, BSD license),
 a CSS file for styling of the user configuration and an image to _Sign in with
@@ -68,7 +68,7 @@ connect to Twitter. To do so one has to follow the _Sign in with Twitter_
 button (the page will be opened in a new browser window/tab) and get a PIN from
 Twitter. This PIN has to be entered on the settings page. After submitting the
 PIN the plugin will get OAuth credentials identifying this user from the
-Friendika account.
+Friendica account.
 
 If this first step was successful the Twitter configuration will be changed
 on the "Plugin Settings" page displaying two check boxes. One to enable/disable
index 2654cd0317dc7bf6f9d9a36f3c72aff73e08767c..9e91f49ab1633d0b889eb3bfac3234f51bf19f5b 100755 (executable)
Binary files a/uhremotestorage.tgz and b/uhremotestorage.tgz differ
index 5c1820042b988a7a16c4a26944f2557285892a73..30600369f192d2a3718786655f32df91176e74b2 100755 (executable)
@@ -53,7 +53,7 @@ function uhremotestorage_settings($a, &$s){
        $tpl = file_get_contents(dirname(__file__)."/settings.tpl");
        $s .= replace_macros($tpl, array(
                '$title' => 'Unhosted remote storage',
-               '$desc' => sprintf( t('Allow to use your friendika id (%s) to connecto to external unhosted-enabled storage (like ownCloud)'), $uid ),
+               '$desc' => sprintf( t('Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud)'), $uid ),
                '$url'  => array( 'unhoestedurl', t('Unhosted DAV storage url'), $davurl, 'If your are using ownCloud, your unhosted url will be like <tt>http://<i>HOST</i>/apps/remoteStorage/compat.php/<i>USER</i>/remoteStorage/</tt>'),
                '$submit' => t('Submit'),
        ));
index 863efd0a8d745876c35bed410986c1dc16cccdaa..416f08cb1256501c714f94fd4d78f994854231bb 100755 (executable)
Binary files a/widgets.tgz and b/widgets.tgz differ
index 226a34c060f88c519469c832f1a1f209172e44e0..27cabfd698cdec6580ee39d9c99b2ff0d8699fbd 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Name: Widgets
- * Description: Allow to embed info from friendika into another site
+ * Description: Allow to embed info from friendica into another site
  * Version: 1.0
  * Author: Fabio Comuni <http://kirgroup.com/profile/fabrix/>
  */