diff --git a/.htaccess b/.htaccess index 9998c1c..6fc1cd3 100644 --- a/.htaccess +++ b/.htaccess @@ -14,7 +14,7 @@ RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] - RewriteRule ^(.*)$ http://%1/$1 [R=301,L] + RewriteRule ^(.*)$ https://%1/$1 [R=301,L] diff --git a/Gruntfile.js b/Gruntfile.js index dab02f3..34a9eeb 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,5 +1,5 @@ /*! - * http://timpietrusky.com + * https://timpietrusky.com * @author Tim Pietrusky */ diff --git a/README.md b/README.md index 2cd4b0e..1ce7237 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # We Love Icon Fonts -This is like [Google Web Fonts](http://www.google.com/webfonts), but for Open Source Icon Fonts. Hurray! +This is like [Google Web Fonts](https://www.google.com/webfonts), but for Open Source Icon Fonts. Hurray! Just choose your favorite Icon Fonts and use them on your website. It's really that simple! @@ -9,28 +9,28 @@ Just choose your favorite Icon Fonts and use them on your website. It's really t ## Creating 2.0 -The next step is to create a version which suits the needs of the community. So please [share your ideas with me](http://timpietrusky.com/what-do-you-want-for-we-love-icon-fonts-2). +The next step is to create a version which suits the needs of the community. So please [share your ideas with me](https://timpietrusky.com/what-do-you-want-for-we-love-icon-fonts-2). ## In the wild -* Used as an integration method on [OpenWeb Icons](http://pfefferle.github.com/openwebicons/#weloveiconfonts) +* Used as an integration method on [OpenWeb Icons](https://pfefferle.github.com/openwebicons/#weloveiconfonts) --- ## Based on these open source projects ### Frameworks -* [Backbone.js](http://backbonejs.org) - JavaScript MVC framework +* [Backbone.js](https://backbonejs.org) - JavaScript MVC framework * [crystallo](https://github.com/TimPietrusky/crystallo) - Responsive Micro Framework ### Fonts * [Brandico](https://github.com/fontello/brandico.font) - Crowdsourced collection of web brands by fontello -* [entypo](http://entypo.com) - A set of 250+ carefully crafted pictograms by Daniel Bruce -* [Font Awesome](http://fortawesome.github.com/Font-Awesome/) - The iconic font designed for use with Twitter Bootstrap -* [OpenWeb Icons](http://pfefferle.github.com/openwebicons/#weloveiconfonts) -* [Typicons](http://typicons.com/) - Just some nice icons by Stephen Hutchings. -* [zocial](http://zocial.smcllns.com) - Amazing social collection by Sam Collins. +* [entypo](https://entypo.com) - A set of 250+ carefully crafted pictograms by Daniel Bruce +* [Font Awesome](https://fortawesome.github.com/Font-Awesome/) - The iconic font designed for use with Twitter Bootstrap +* [OpenWeb Icons](https://pfefferle.github.com/openwebicons/#weloveiconfonts) +* [Typicons](https://typicons.com/) - Just some nice icons by Stephen Hutchings. +* [zocial](https://zocial.smcllns.com) - Amazing social collection by Sam Collins. --- @@ -42,9 +42,9 @@ The next step is to create a version which suits the needs of the community. So * [Jason Hoffmann](https://github.com/JasonHoffmann) * [koolbob23](https://github.com/koolbob23) * [Mads Cordes](https://github.com/Mobilpadde) -* [Moritz Klack](http://moritzklack.com/) -* [Sara Soueidan](http://sarasoueidan.com/) +* [Moritz Klack](https://moritzklack.com/) +* [Sara Soueidan](https://sarasoueidan.com/) --- -Handcrafted 2012 - 2013 by [@TimPietrusky](http://twitter.com/TimPietrusky) in Germany. +Handcrafted 2012 - 2013 by [@TimPietrusky](https://twitter.com/TimPietrusky) in Germany. diff --git a/api/code/Leet.php b/api/code/Leet.php index 494aade..15d5f92 100755 --- a/api/code/Leet.php +++ b/api/code/Leet.php @@ -35,7 +35,7 @@ protected static function init() { if (preg_match('!(beta.weloveiconfonts.com)!', $_SERVER['HTTP_HOST']) == 1) { self::$isLive = false; - self::$url_api = "http://beta.weloveiconfonts.com/api/fonts/"; + self::$url_api = "https://beta.weloveiconfonts.com/api/fonts/"; } // Set the include path diff --git a/api/code/php-ga/GoogleAnalytics/Campaign.php b/api/code/php-ga/GoogleAnalytics/Campaign.php index 2ca31ad..f5dc0f9 100755 --- a/api/code/php-ga/GoogleAnalytics/Campaign.php +++ b/api/code/php-ga/GoogleAnalytics/Campaign.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; @@ -166,18 +166,18 @@ public function __construct($type) { $this->type = $type; switch($type) { - // See http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#375 + // See https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#375 case self::TYPE_DIRECT: $this->name = '(direct)'; $this->source = '(direct)'; $this->medium = '(none)'; break; - // See http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#340 + // See https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#340 case self::TYPE_REFERRAL: $this->name = '(referral)'; $this->medium = 'referral'; break; - // See http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#280 + // See https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#280 case self::TYPE_ORGANIC: $this->name = '(organic)'; $this->medium = 'organic'; @@ -188,7 +188,7 @@ public function __construct($type) { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#333 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignManager.as#333 * @param string $url * @return \UnitedPrototype\GoogleAnalytics\Campaign */ @@ -202,7 +202,7 @@ public static function createFromReferrer($url) { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignTracker.as#153 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignTracker.as#153 */ public function validate() { // NOTE: gaforflash states that id and gClickId must also be specified, diff --git a/api/code/php-ga/GoogleAnalytics/Config.php b/api/code/php-ga/GoogleAnalytics/Config.php index 7f19142..f660efc 100755 --- a/api/code/php-ga/GoogleAnalytics/Config.php +++ b/api/code/php-ga/GoogleAnalytics/Config.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; @@ -32,7 +32,7 @@ * Note: Doesn't necessarily have to be consistent across requests, as it doesn't * alter the actual tracking result. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/GIFRequest.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/GIFRequest.as */ class Config { @@ -127,7 +127,7 @@ class Config { * the last IP address block, will be mapped to "aip" parameter * * @see Internals\ParameterHolder::$aip - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApi_gat.html#_gat._anonymizeIp + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApi_gat.html#_gat._anonymizeIp * @var bool */ protected $anonymizeIpAddresses = false; @@ -138,7 +138,7 @@ class Config { * the Site Speed metrics are derived. * * @see Page::$loadTime - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._setSiteSpeedSampleRate + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._setSiteSpeedSampleRate * @var int */ protected $sitespeedSampleRate = 1; diff --git a/api/code/php-ga/GoogleAnalytics/CustomVariable.php b/api/code/php-ga/GoogleAnalytics/CustomVariable.php index 71dfc3b..45feb37 100755 --- a/api/code/php-ga/GoogleAnalytics/CustomVariable.php +++ b/api/code/php-ga/GoogleAnalytics/CustomVariable.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; @@ -31,7 +31,7 @@ use UnitedPrototype\GoogleAnalytics\Internals\Util; /** - * @link http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html + * @link https://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html */ class CustomVariable { @@ -45,7 +45,7 @@ class CustomVariable { * in custom variable names and values properly, so spaces will show up * as "%20" in the interface etc. * - * @link http://www.google.com/support/forum/p/Google%20Analytics/thread?tid=2cdb3ec0be32e078 + * @link https://www.google.com/support/forum/p/Google%20Analytics/thread?tid=2cdb3ec0be32e078 * @var string */ protected $name; @@ -55,7 +55,7 @@ class CustomVariable { * in custom variable names and values properly, so spaces will show up * as "%20" in the interface etc. * - * @link http://www.google.com/support/forum/p/Google%20Analytics/thread?tid=2cdb3ec0be32e078 + * @link https://www.google.com/support/forum/p/Google%20Analytics/thread?tid=2cdb3ec0be32e078 * @var mixed */ protected $value; @@ -98,10 +98,10 @@ public function __construct($index = null, $name = null, $value = null, $scope = public function validate() { // According to the GA documentation, there is a limit to the combined size of // name and value of 64 bytes after URL encoding, - // see http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#varTypes - // and http://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 563 + // see https://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#varTypes + // and https://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 563 // This limit was increased to 128 bytes BEFORE encoding with the 2012-01 release of ga.js however, - // see http://code.google.com/apis/analytics/community/gajs_changelog.html + // see https://code.google.com/apis/analytics/community/gajs_changelog.html if(strlen($this->name . $this->value) > 128) { Tracker::_raiseError('Custom Variable combined name and value length must not be larger than 128 bytes.', __METHOD__); } @@ -115,13 +115,13 @@ public function getIndex() { } /** - * @link http://code.google.com/intl/de-DE/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#usage + * @link https://code.google.com/intl/de-DE/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#usage * @param int $index */ public function setIndex($index) { // Custom Variables are limited to five slots officially, but there seems to be a // trick to allow for more of them which we could investigate at a later time (see - // http://analyticsimpact.com/2010/05/24/get-more-than-5-custom-variables-in-google-analytics/) + // https://analyticsimpact.com/2010/05/24/get-more-than-5-custom-variables-in-google-analytics/) if($index < 1 || $index > 5) { Tracker::_raiseError('Custom Variable index has to be between 1 and 5.', __METHOD__); } diff --git a/api/code/php-ga/GoogleAnalytics/Event.php b/api/code/php-ga/GoogleAnalytics/Event.php index ad649ee..8347bfb 100755 --- a/api/code/php-ga/GoogleAnalytics/Event.php +++ b/api/code/php-ga/GoogleAnalytics/Event.php @@ -19,18 +19,18 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; /** - * @link http://code.google.com/apis/analytics/docs/tracking/eventTrackerOverview.html - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEventTracking.html + * @link https://code.google.com/apis/analytics/docs/tracking/eventTrackerOverview.html + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiEventTracking.html */ class Event { diff --git a/api/code/php-ga/GoogleAnalytics/Exception.php b/api/code/php-ga/GoogleAnalytics/Exception.php index e01dd0a..0047b16 100755 --- a/api/code/php-ga/GoogleAnalytics/Exception.php +++ b/api/code/php-ga/GoogleAnalytics/Exception.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; diff --git a/api/code/php-ga/GoogleAnalytics/Internals/ParameterHolder.php b/api/code/php-ga/GoogleAnalytics/Internals/ParameterHolder.php index 15d75aa..0681635 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/ParameterHolder.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/ParameterHolder.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals; @@ -34,7 +34,7 @@ * This simple class is mainly meant to be a well-documented overview of all * possible GA tracking parameters. * - * @link http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html#gifParameters + * @link https://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html#gifParameters */ class ParameterHolder { @@ -93,7 +93,7 @@ class ParameterHolder { /** * Event "non-interaction" parameter. By default, the event hit will impact a visitor's bounce rate. * By setting this parameter to 1, this event hit will not be used in bounce rate calculations. - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEventTracking.html + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiEventTracking.html * @var int */ public $utmni; @@ -108,7 +108,7 @@ class ParameterHolder { /** * Used for GA-internal statistical client function usage and error tracking, * not implemented in php-ga as of now, but here for documentation completeness. - * @link http://glucik.blogspot.com/2011/02/utmu-google-analytics-request-parameter.html + * @link https://glucik.blogspot.com/2011/02/utmu-google-analytics-request-parameter.html * @var string */ public $utmu; @@ -135,7 +135,7 @@ class ParameterHolder { public $utmcs = '-'; /** - * Referer URL, e.g. "http://www.example.com/path/page.html", "-" as default + * Referer URL, e.g. "https://www.example.com/path/page.html", "-" as default * or "0" for internal referers * @var string */ @@ -148,7 +148,7 @@ class ParameterHolder { * IP Address of the end user, e.g. "123.123.123.123", found in GA for Mobile examples, * but sadly seems to be ignored in normal GA use * - * @link http://github.com/mptre/php-ga/blob/master/ga.php + * @link https://github.com/mptre/php-ga/blob/master/ga.php * @var string */ public $utmip; @@ -200,7 +200,7 @@ class ParameterHolder { * Format: * __utma=..... * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMA.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMA.as * @var int */ public $__utma; @@ -211,7 +211,7 @@ class ParameterHolder { /** * Hit id for revenue per page tracking for AdSense, a random per-session ID * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/DocumentInfo.as#117 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/DocumentInfo.as#117 * @var int */ public $utmhid; @@ -236,7 +236,7 @@ class ParameterHolder { * Format: * __utmb=... * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMB.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMB.as * @var string */ public $__utmb; @@ -260,7 +260,7 @@ class ParameterHolder { * Format: * __utmc= * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMC.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMC.as * @var string */ public $__utmc; @@ -444,7 +444,7 @@ class ParameterHolder { * Format: * __utmz=.... * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMZ.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMZ.as * @var string */ public $__utmz; @@ -483,7 +483,7 @@ class ParameterHolder { * Expiration: * 2 years from set/update. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMX.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMX.as * @var string */ public $__utmx; @@ -508,7 +508,7 @@ class ParameterHolder { * Format: * __utmv=. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMV.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/UTMV.as * @deprecated * @var string */ diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Request/EventRequest.php b/api/code/php-ga/GoogleAnalytics/Internals/Request/EventRequest.php index 77a605c..ed698ee 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Request/EventRequest.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Request/EventRequest.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals\Request; @@ -54,7 +54,7 @@ protected function getType() { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#1503 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#1503 * * @return \UnitedPrototype\GoogleAnalytics\Internals\ParameterHolder */ diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Request/HttpRequest.php b/api/code/php-ga/GoogleAnalytics/Internals/Request/HttpRequest.php index 2ba81ae..5d8cd81 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Request/HttpRequest.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Request/HttpRequest.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals\Request; @@ -33,7 +33,7 @@ use UnitedPrototype\GoogleAnalytics\Internals\Util; /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/GIFRequest.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/GIFRequest.as */ abstract class HttpRequest { @@ -104,7 +104,7 @@ protected function buildHttpRequest() { // This constant is supported as the 4th argument of http_build_query() // from PHP 5.3.6 on and will tell it to use rawurlencode() instead of urlencode() - // internally, see http://code.google.com/p/php-ga/issues/detail?id=3 + // internally, see https://code.google.com/p/php-ga/issues/detail?id=3 if(defined('PHP_QUERY_RFC3986')) { // http_build_query() does automatically skip all array entries // with null values, exactly what we want here @@ -134,7 +134,7 @@ protected function buildHttpRequest() { if($this->xForwardedFor) { // Sadly "X-Fowarded-For" is not supported by GA so far, - // see e.g. http://www.google.com/support/forum/p/Google+Analytics/thread?tid=017691c9e71d4b24, + // see e.g. https://www.google.com/support/forum/p/Google+Analytics/thread?tid=017691c9e71d4b24, // but we include it nonetheless for the pure sake of correctness (and hope) $r .= 'X-Forwarded-For: ' . str_replace(array("\n", "\r"), '', $this->xForwardedFor) . "\r\n"; } @@ -191,7 +191,7 @@ public function _send() { $timeoutUs = ($timeout - $timeoutS) * 100000; stream_set_timeout($socket, $timeoutS, $timeoutUs); - // Ensure that the full request is sent (see http://code.google.com/p/php-ga/issues/detail?id=11) + // Ensure that the full request is sent (see https://code.google.com/p/php-ga/issues/detail?id=11) $sentData = 0; $toBeSentData = strlen($request); while($sentData < $toBeSentData) { diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Request/ItemRequest.php b/api/code/php-ga/GoogleAnalytics/Internals/Request/ItemRequest.php index cfd668c..a36b698 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Request/ItemRequest.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Request/ItemRequest.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals\Request; @@ -48,7 +48,7 @@ protected function getType() { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Item.as#61 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Item.as#61 * * @return \UnitedPrototype\GoogleAnalytics\Internals\ParameterHolder */ diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Request/PageviewRequest.php b/api/code/php-ga/GoogleAnalytics/Internals/Request/PageviewRequest.php index f99f367..db34081 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Request/PageviewRequest.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Request/PageviewRequest.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals\Request; diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Request/Request.php b/api/code/php-ga/GoogleAnalytics/Internals/Request/Request.php index d634304..5798d53 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Request/Request.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Request/Request.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals\Request; @@ -80,7 +80,7 @@ abstract class Request extends HttpRequest { * within the "utme" parameter, but we include it here for completeness * * @see ParameterHolder::$__utmv - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._setVar + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._setVar * @deprecated * @const string */ @@ -123,8 +123,8 @@ protected function buildHttpRequest() { // Increment session track counter for each request $this->session->increaseTrackCount(); - // See http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Configuration.as?r=237#48 - // and http://code.google.com/intl/de-DE/apis/analytics/docs/tracking/eventTrackerGuide.html#implementationConsiderations + // See https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Configuration.as?r=237#48 + // and https://code.google.com/intl/de-DE/apis/analytics/docs/tracking/eventTrackerGuide.html#implementationConsiderations if($this->session->getTrackCount() > 500) { Tracker::_raiseError('Google Analytics does not guarantee to process more than 500 requests per session.', __METHOD__); } @@ -150,7 +150,7 @@ protected function buildParameters() { // The "utmip" parameter is only relevant if a mobile analytics // ID (MO-123456-7) was given, - // see http://code.google.com/p/php-ga/issues/detail?id=9 + // see https://code.google.com/p/php-ga/issues/detail?id=9 $p->utmip = $this->visitor->getIpAddress(); $p->aip = $this->tracker->getConfig()->getAnonymizeIpAddresses() ? 1 : null; @@ -193,7 +193,7 @@ protected function buildVisitorParameters(ParameterHolder $p) { } /** - * @link http://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 575 + * @link https://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 575 * @param \UnitedPrototype\GoogleAnalytics\Internals\ParameterHolder $p * @return \UnitedPrototype\GoogleAnalytics\Internals\ParameterHolder */ @@ -201,7 +201,7 @@ protected function buildCustomVariablesParameter(ParameterHolder $p) { $customVars = $this->tracker->getCustomVariables(); if($customVars) { if(count($customVars) > 5) { - // See http://code.google.com/intl/de-DE/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#usage + // See https://code.google.com/intl/de-DE/apis/analytics/docs/tracking/gaTrackingCustomVariables.html#usage Tracker::_raiseError('The sum of all custom variables cannot exceed 5 in any given request.', __METHOD__); } @@ -213,7 +213,7 @@ protected function buildCustomVariablesParameter(ParameterHolder $p) { foreach($customVars as $customVar) { // Name and value get encoded here, - // see http://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 563 + // see https://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 563 $name = Util::encodeUriComponent($customVar->getName()); $value = Util::encodeUriComponent($customVar->getValue()); @@ -231,7 +231,7 @@ protected function buildCustomVariablesParameter(ParameterHolder $p) { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/GIFRequest.as#123 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/GIFRequest.as#123 * @param \UnitedPrototype\GoogleAnalytics\Internals\ParameterHolder $p * @return \UnitedPrototype\GoogleAnalytics\Internals\ParameterHolder */ @@ -279,7 +279,7 @@ protected function buildCampaignParameters(ParameterHolder $p) { $p->__utmz .= $this->visitor->getVisitCount() . '.'; $p->__utmz .= $campaign->getResponseCount() . '.'; - // See http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignTracker.as#236 + // See https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/campaign/CampaignTracker.as#236 $data = array( 'utmcid' => $campaign->getId(), 'utmcsr' => $campaign->getSource(), @@ -303,7 +303,7 @@ protected function buildCampaignParameters(ParameterHolder $p) { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#585 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#585 * @return string */ protected function generateDomainHash() { diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Request/SocialInteractionRequest.php b/api/code/php-ga/GoogleAnalytics/Internals/Request/SocialInteractionRequest.php index c592c88..fe56b09 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Request/SocialInteractionRequest.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Request/SocialInteractionRequest.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals\Request; @@ -56,7 +56,7 @@ protected function buildParameters() { $p->utmsid = $this->socialInteraction->getTarget(); if($p->utmsid === null) { // Default to page path like ga.js, - // see http://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html#settingUp + // see https://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html#settingUp $p->utmsid = $this->page->getPath(); } diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Request/TransactionRequest.php b/api/code/php-ga/GoogleAnalytics/Internals/Request/TransactionRequest.php index 8cf6f1d..797e512 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Request/TransactionRequest.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Request/TransactionRequest.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals\Request; @@ -48,7 +48,7 @@ protected function getType() { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Transaction.as#76 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Transaction.as#76 * * @return \UnitedPrototype\GoogleAnalytics\Internals\ParameterHolder */ diff --git a/api/code/php-ga/GoogleAnalytics/Internals/Util.php b/api/code/php-ga/GoogleAnalytics/Internals/Util.php index b430903..c8f59b7 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/Util.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/Util.php @@ -19,17 +19,17 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals; /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/Utils.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/Utils.as */ class Util { @@ -52,8 +52,8 @@ public static function encodeUriComponent($value) { /** * Here as a separate method so it can also be applied to e.g. a http_build_query() result. * - * @link http://stackoverflow.com/questions/1734250/what-is-the-equivalent-of-javascripts-encodeuricomponent-in-php/1734255#1734255 - * @link http://devpro.it/examples/php_js_escaping.php + * @link https://stackoverflow.com/questions/1734250/what-is-the-equivalent-of-javascripts-encodeuricomponent-in-php/1734255#1734255 + * @link https://devpro.it/examples/php_js_escaping.php * * @param string $encodedValue * @return string @@ -65,7 +65,7 @@ public static function convertToUriComponentEncoding($encodedValue) { /** * Generates a 32bit random number. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/Utils.as#33 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/Utils.as#33 * @return int */ public static function generate32bitRandom() { @@ -75,7 +75,7 @@ public static function generate32bitRandom() { /** * Generates a hash for input string. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/Utils.as#44 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/Utils.as#44 * @param string $string * @return int */ diff --git a/api/code/php-ga/GoogleAnalytics/Internals/X10.php b/api/code/php-ga/GoogleAnalytics/Internals/X10.php index 03700f4..654a32b 100755 --- a/api/code/php-ga/GoogleAnalytics/Internals/X10.php +++ b/api/code/php-ga/GoogleAnalytics/Internals/X10.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics\Internals; @@ -31,7 +31,7 @@ /** * This is nearly a 1:1 PHP port of the gaforflash X10 class code. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/X10.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/data/X10.as */ class X10 { diff --git a/api/code/php-ga/GoogleAnalytics/Item.php b/api/code/php-ga/GoogleAnalytics/Item.php index 3e5205c..fa6284f 100755 --- a/api/code/php-ga/GoogleAnalytics/Item.php +++ b/api/code/php-ga/GoogleAnalytics/Item.php @@ -19,17 +19,17 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Item.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Item.as */ class Item { diff --git a/api/code/php-ga/GoogleAnalytics/Page.php b/api/code/php-ga/GoogleAnalytics/Page.php index 466c23c..c387778 100755 --- a/api/code/php-ga/GoogleAnalytics/Page.php +++ b/api/code/php-ga/GoogleAnalytics/Page.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; @@ -56,7 +56,7 @@ class Page { protected $charset; /** - * Referer URL, e.g. "http://www.example.com/path/page.html", will be + * Referer URL, e.g. "https://www.example.com/path/page.html", will be * mapped to "utmr" parameter * * @see Internals\ParameterHolder::$utmr diff --git a/api/code/php-ga/GoogleAnalytics/Session.php b/api/code/php-ga/GoogleAnalytics/Session.php index 46a382e..f2b727c 100755 --- a/api/code/php-ga/GoogleAnalytics/Session.php +++ b/api/code/php-ga/GoogleAnalytics/Session.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; @@ -99,7 +99,7 @@ public function fromUtmb($value) { } /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/DocumentInfo.as#52 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/core/DocumentInfo.as#52 * @return int */ protected function generateSessionId() { diff --git a/api/code/php-ga/GoogleAnalytics/SocialInteraction.php b/api/code/php-ga/GoogleAnalytics/SocialInteraction.php index bfe2644..a3fa4ec 100755 --- a/api/code/php-ga/GoogleAnalytics/SocialInteraction.php +++ b/api/code/php-ga/GoogleAnalytics/SocialInteraction.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; diff --git a/api/code/php-ga/GoogleAnalytics/Tracker.php b/api/code/php-ga/GoogleAnalytics/Tracker.php index 0e37c7d..a765714 100755 --- a/api/code/php-ga/GoogleAnalytics/Tracker.php +++ b/api/code/php-ga/GoogleAnalytics/Tracker.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; @@ -45,7 +45,7 @@ class Tracker { * ga.js version are implemented but rather that the requests comply * with these of ga.js. * - * @link http://code.google.com/apis/analytics/docs/gaJS/changelog.html + * @link https://code.google.com/apis/analytics/docs/gaJS/changelog.html * @const string */ const VERSION = '5.2.5'; // As of 25.02.2012 @@ -79,7 +79,7 @@ class Tracker { * Whether to generate a unique domain hash, default is true to be consistent * with the GA Javascript Client * - * @link http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#setAllowHash + * @link https://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#setAllowHash * @see Internals\Request\Request::generateDomainHash() * @var bool */ @@ -171,7 +171,7 @@ public function getAllowHash() { /** * Equivalent of _setCustomVar() in GA Javascript client. * - * @link http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html + * @link https://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html * @param \UnitedPrototype\GoogleAnalytics\CustomVariable $customVariable */ public function addCustomVariable(CustomVariable $customVariable) { @@ -220,7 +220,7 @@ public function getCampaign() { /** * Equivalent of _trackPageview() in GA Javascript client. * - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._trackPageview + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._trackPageview * @param \UnitedPrototype\GoogleAnalytics\Page $page * @param \UnitedPrototype\GoogleAnalytics\Session $session * @param \UnitedPrototype\GoogleAnalytics\Visitor $visitor @@ -237,7 +237,7 @@ public function trackPageview(Page $page, Session $session, Visitor $visitor) { /** * Equivalent of _trackEvent() in GA Javascript client. * - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEventTracking.html#_gat.GA_EventTracker_._trackEvent + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiEventTracking.html#_gat.GA_EventTracker_._trackEvent * @param \UnitedPrototype\GoogleAnalytics\Event $event * @param \UnitedPrototype\GoogleAnalytics\Session $session * @param \UnitedPrototype\GoogleAnalytics\Visitor $visitor @@ -259,9 +259,9 @@ public function trackEvent(Event $event, Session $session, Visitor $visitor) { * Although the naming of "_addTrans()" would suggest multiple possible transactions * per request, there is just one allowed actually. * - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._addTrans - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._addItem - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._trackTrans + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._addTrans + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._addItem + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._trackTrans * * @param \UnitedPrototype\GoogleAnalytics\Transaction $transaction * @param \UnitedPrototype\GoogleAnalytics\Session $session @@ -279,7 +279,7 @@ public function trackTransaction(Transaction $transaction, Session $session, Vis $request->fire(); // Every item gets a separate request, - // see http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#312 + // see https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#312 foreach($transaction->getItems() as $item) { // Ensure that all required parameters are set $item->validate(); @@ -296,7 +296,7 @@ public function trackTransaction(Transaction $transaction, Session $session, Vis /** * Equivalent of _trackSocial() in GA Javascript client. * - * @link http://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html#settingUp + * @link https://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html#settingUp * @param \UnitedPrototype\GoogleAnalytics\SocialInteraction $socialInteraction * @param \UnitedPrototype\GoogleAnalytics\Page $page * @param \UnitedPrototype\GoogleAnalytics\Session $session diff --git a/api/code/php-ga/GoogleAnalytics/Transaction.php b/api/code/php-ga/GoogleAnalytics/Transaction.php index 033545e..f19228e 100755 --- a/api/code/php-ga/GoogleAnalytics/Transaction.php +++ b/api/code/php-ga/GoogleAnalytics/Transaction.php @@ -19,17 +19,17 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; /** - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Transaction.as + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/ecommerce/Transaction.as */ class Transaction { @@ -112,7 +112,7 @@ public function validate() { } /** - * @link http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._addItem + * @link https://code.google.com/apis/analytics/docs/gaJS/gaJSApiEcommerce.html#_gat.GA_Tracker_._addItem * @param \UnitedPrototype\GoogleAnalytics\Item $item */ public function addItem(Item $item) { diff --git a/api/code/php-ga/GoogleAnalytics/Visitor.php b/api/code/php-ga/GoogleAnalytics/Visitor.php index 07998a4..161002c 100755 --- a/api/code/php-ga/GoogleAnalytics/Visitor.php +++ b/api/code/php-ga/GoogleAnalytics/Visitor.php @@ -19,11 +19,11 @@ * * Google Analytics is a registered trademark of Google Inc. * - * @link http://code.google.com/p/php-ga + * @link https://code.google.com/p/php-ga * - * @license http://www.gnu.org/licenses/lgpl.html + * @license https://www.gnu.org/licenses/lgpl.html * @author Thomas Bachem - * @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com) + * @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com) */ namespace UnitedPrototype\GoogleAnalytics; @@ -241,7 +241,7 @@ public function fromServerVar(array $value) { /** * Generates a hashed value from user-specific properties. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#542 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#542 * @return int */ protected function generateHash() { @@ -254,12 +254,12 @@ protected function generateHash() { /** * Generates a unique user ID from the current user-specific properties. * - * @link http://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#563 + * @link https://code.google.com/p/gaforflash/source/browse/trunk/src/com/google/analytics/v4/Tracker.as#563 * @return int */ protected function generateUniqueId() { // There seems to be an error in the gaforflash code, so we take the formula - // from http://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 711 + // from https://xahlee.org/js/google_analytics_tracker_2010-07-01_expanded.js line 711 // instead ("&" instead of "*") return ((Util::generate32bitRandom() ^ $this->generateHash()) & 0x7fffffff); } diff --git a/api/code/php-ga/LICENSE b/api/code/php-ga/LICENSE index 0c34e0d..4e2b5fb 100755 --- a/api/code/php-ga/LICENSE +++ b/api/code/php-ga/LICENSE @@ -1,9 +1,9 @@ -[http://www.gnu.org/licenses/lgpl.html] +[https://www.gnu.org/licenses/lgpl.html] GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/api/fonts/brandico/brandico.css b/api/fonts/brandico/brandico.css index 75a6974..f1985c6 100644 --- a/api/fonts/brandico/brandico.css +++ b/api/fonts/brandico/brandico.css @@ -4,7 +4,7 @@ "Crowdsourced" collection of popular logos, mostly for use in fontello https://github.com/fontello/brandico.font - Licence: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + Licence: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ .brandico-facebook:before { content: "\f300"; } .brandico-facebook-rect:before { content: "\f301"; } diff --git a/api/fonts/brandico/brandico.svg b/api/fonts/brandico/brandico.svg index 7bbf46c..1b885f4 100644 --- a/api/fonts/brandico/brandico.svg +++ b/api/fonts/brandico/brandico.svg @@ -1,6 +1,6 @@ - - + + Created by FontForge 20110222 at Sat Nov 10 00:13:48 2012 By Vitaly,,, diff --git a/api/fonts/entypo/entypo.css b/api/fonts/entypo/entypo.css index a313ea3..7289e4a 100644 --- a/api/fonts/entypo/entypo.css +++ b/api/fonts/entypo/entypo.css @@ -2,7 +2,7 @@ entypo.com by Daniel Bruce Entypo is a set of 250+ carefully crafted pictograms - Licence: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + Licence: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ .entypo-note:before { content: "\266a"; } .entypo-note-beamed:before { content: "\266b"; } diff --git a/api/fonts/entypo/entypo.svg b/api/fonts/entypo/entypo.svg index 86b3b30..4a8d4a8 100644 --- a/api/fonts/entypo/entypo.svg +++ b/api/fonts/entypo/entypo.svg @@ -1,6 +1,6 @@ - - + + Created by FontForge 20110222 at Sun Nov 11 15:34:13 2012 By Vitaly,,, diff --git a/api/fonts/fontawesome/fontawesome-webfont.svg b/api/fonts/fontawesome/fontawesome-webfont.svg index ba0afe5..f7cac53 100755 --- a/api/fonts/fontawesome/fontawesome-webfont.svg +++ b/api/fonts/fontawesome/fontawesome-webfont.svg @@ -1,6 +1,6 @@ - - + + diff --git a/api/fonts/fontawesome/fontawesome.css b/api/fonts/fontawesome/fontawesome.css index 1f26d29..04452e6 100644 --- a/api/fonts/fontawesome/fontawesome.css +++ b/api/fonts/fontawesome/fontawesome.css @@ -3,22 +3,22 @@ * the iconic font designed for use with Twitter Bootstrap * ------------------------------------------------------- * The full suite of pictographic icons, examples, and documentation - * can be found at: http://fortawesome.github.com/Font-Awesome/ + * can be found at: https://fortawesome.github.com/Font-Awesome/ * * License * ------------------------------------------------------- - * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL + * - The Font Awesome font is licensed under the SIL Open Font License - https://scripts.sil.org/OFL * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - - * http://opensource.org/licenses/mit-license.html - * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ + * https://opensource.org/licenses/mit-license.html + * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - https://creativecommons.org/licenses/by/3.0/ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: - * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" + * "Font Awesome by Dave Gandy - https://fortawesome.github.com/Font-Awesome" * Contact * ------------------------------------------------------- * Email: dave@davegandy.com - * Twitter: http://twitter.com/fortaweso_me - * Work: Lead Product Designer @ http://kyruus.com + * Twitter: https://twitter.com/fortaweso_me + * Work: Lead Product Designer @ https://kyruus.com */ .fontawesome-glass:before { content: "\f000"; } .fontawesome-music:before { content: "\f001"; } diff --git a/api/fonts/fontelico/fontelico.css b/api/fonts/fontelico/fontelico.css index 15fedb1..5a71fe9 100644 --- a/api/fonts/fontelico/fontelico.css +++ b/api/fonts/fontelico/fontelico.css @@ -4,7 +4,7 @@ Just emoticons, loader and browser icons are part of this collection by Fontello. https://github.com/fontello/fontelico.font - Licence: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + Licence: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ .fontelico-emo-happy:before { content: '\e800'; } .fontelico-emo-wink:before { content: '\e801'; } diff --git a/api/fonts/fontelico/fontelico.svg b/api/fonts/fontelico/fontelico.svg index 595eebc..fa21208 100644 --- a/api/fonts/fontelico/fontelico.svg +++ b/api/fonts/fontelico/fontelico.svg @@ -1,6 +1,6 @@ - - + + Created by FontForge 20110222 at Wed Nov 21 15:58:00 2012 By Vitaly,,, diff --git a/api/fonts/iconicfill/iconicfill.css b/api/fonts/iconicfill/iconicfill.css index f838f76..f7ba66e 100644 --- a/api/fonts/iconicfill/iconicfill.css +++ b/api/fonts/iconicfill/iconicfill.css @@ -3,9 +3,9 @@ Iconic is an open source icon set in raster, vector and font formats https://github.com/somerandomdude/Iconic - http://somerandomdude.com/work/iconic + https://somerandomdude.com/work/iconic - Licence: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + Licence: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ .iconicfill-lightbulb:before {content:'\e063';} .iconicfill-equalizer:before {content:'\e052';} diff --git a/api/fonts/iconicfill/iconicfill.svg b/api/fonts/iconicfill/iconicfill.svg index 1a4f29f..a800cb9 100644 --- a/api/fonts/iconicfill/iconicfill.svg +++ b/api/fonts/iconicfill/iconicfill.svg @@ -1,5 +1,5 @@ - + Created by FontForge 20110222 at Tue Sep 18 01:22:17 2012 diff --git a/api/fonts/iconicstroke/iconicstroke.css b/api/fonts/iconicstroke/iconicstroke.css index c4db7a6..7c1fc59 100644 --- a/api/fonts/iconicstroke/iconicstroke.css +++ b/api/fonts/iconicstroke/iconicstroke.css @@ -3,9 +3,9 @@ Iconic is an open source icon set in raster, vector and font formats https://github.com/somerandomdude/Iconic - http://somerandomdude.com/work/iconic + https://somerandomdude.com/work/iconic - Licence: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + Licence: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ .iconicstroke-lightbulb:before {content:'\e063';} .iconicstroke-equalizer:before {content:'\e052';} diff --git a/api/fonts/iconicstroke/iconicstroke.svg b/api/fonts/iconicstroke/iconicstroke.svg index b5a39b1..634fb91 100755 --- a/api/fonts/iconicstroke/iconicstroke.svg +++ b/api/fonts/iconicstroke/iconicstroke.svg @@ -1,5 +1,5 @@ - + Created by FontForge 20110222 at Tue Sep 18 01:22:26 2012 diff --git a/api/fonts/maki/maki.css b/api/fonts/maki/maki.css index 2508534..84d9aa5 100644 --- a/api/fonts/maki/maki.css +++ b/api/fonts/maki/maki.css @@ -3,7 +3,7 @@ Pixel-perfect icons for web cartography https://github.com/mapbox/maki - http://mapbox.com/maki + https://mapbox.com/maki Licence: https://raw.github.com/mapbox/maki/gh-pages/LICENSE.txt */ diff --git a/api/fonts/maki/maki.svg b/api/fonts/maki/maki.svg index 7ef699c..be3aecb 100644 --- a/api/fonts/maki/maki.svg +++ b/api/fonts/maki/maki.svg @@ -1,6 +1,6 @@ - - + + Created by FontForge 20110222 at Wed Nov 14 20:24:17 2012 By Vitaly,,, diff --git a/api/fonts/meteocons/meteocons-webfont.svg b/api/fonts/meteocons/meteocons-webfont.svg index 8be65ed..f677fef 100755 --- a/api/fonts/meteocons/meteocons-webfont.svg +++ b/api/fonts/meteocons/meteocons-webfont.svg @@ -1,11 +1,11 @@ - - + + This is a custom SVG webfont generated by Font Squirrel. Designer : Alessio Atzeni Foundry : Alessio Atzeni -Foundry URL : http://www.alessioatzeni.com/meteocons/ +Foundry URL : https://www.alessioatzeni.com/meteocons/ diff --git a/api/fonts/modernpictograms/modernpics-webfont.svg b/api/fonts/modernpictograms/modernpics-webfont.svg index 19eacda..1af97a1 100644 --- a/api/fonts/modernpictograms/modernpics-webfont.svg +++ b/api/fonts/modernpictograms/modernpics-webfont.svg @@ -1,6 +1,6 @@ - - + + This is a custom SVG webfont generated by Font Squirrel. Copyright : Copyright c 2012 by John Caserta All rights reserved diff --git a/api/fonts/modernpictograms/modernpictograms.css b/api/fonts/modernpictograms/modernpictograms.css index d4e1760..33af6bb 100644 --- a/api/fonts/modernpictograms/modernpictograms.css +++ b/api/fonts/modernpictograms/modernpictograms.css @@ -1,4 +1,4 @@ -/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 27, 2012 06:42:23 PM America/New_York */ +/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 27, 2012 06:42:23 PM America/New_York */ diff --git a/api/fonts/openwebicons/openwebicons.svg b/api/fonts/openwebicons/openwebicons.svg index eb69176..2364b47 100755 --- a/api/fonts/openwebicons/openwebicons.svg +++ b/api/fonts/openwebicons/openwebicons.svg @@ -1,6 +1,6 @@ - - + + diff --git a/api/fonts/sosa/sosa.svg b/api/fonts/sosa/sosa.svg index b83aaca..c6603ed 100644 --- a/api/fonts/sosa/sosa.svg +++ b/api/fonts/sosa/sosa.svg @@ -1,6 +1,6 @@ - - + + diff --git a/api/fonts/stateface/stateface-regular-webfont.svg b/api/fonts/stateface/stateface-regular-webfont.svg index 13c361d..691290e 100644 --- a/api/fonts/stateface/stateface-regular-webfont.svg +++ b/api/fonts/stateface/stateface-regular-webfont.svg @@ -1,6 +1,6 @@ - - + + This is a custom SVG webfont generated by Font Squirrel. Copyright : Copyright 2012 ProPublica See LICENSE file for redistribution details diff --git a/api/fonts/typicons/typicons-regular-webfont.svg b/api/fonts/typicons/typicons-regular-webfont.svg index bcb4549..ffaebbe 100644 --- a/api/fonts/typicons/typicons-regular-webfont.svg +++ b/api/fonts/typicons/typicons-regular-webfont.svg @@ -1,6 +1,6 @@ - - + + This is a custom SVG webfont generated by Font Squirrel. Copyright : Stephen Hutchings 2012 diff --git a/api/fonts/typicons/typicons.css b/api/fonts/typicons/typicons.css index 4c6f2e3..0dfaa99 100644 --- a/api/fonts/typicons/typicons.css +++ b/api/fonts/typicons/typicons.css @@ -3,11 +3,11 @@ Free-to-use vector icons embedded in a webfont kit. https://github.com/juancarloscruzd/typicons_kit - http://typicons.com + https://typicons.com 2012 by Stephen Hutchings - Licence: http://creativecommons.org/licenses/by-sa/3.0/ + Licence: https://creativecommons.org/licenses/by-sa/3.0/ */ .typicons-location:before {content: "A";} .typicons-phone:before {content: "B";} diff --git a/api/fonts/websymbols/websymbols-regular-webfont.svg b/api/fonts/websymbols/websymbols-regular-webfont.svg index ecf0e30..9019b12 100644 --- a/api/fonts/websymbols/websymbols-regular-webfont.svg +++ b/api/fonts/websymbols/websymbols-regular-webfont.svg @@ -1,6 +1,6 @@ - - + + This is a custom SVG webfont generated by Font Squirrel. Copyright : Copyright c 2011 by Just Be Nice studio All rights reserved diff --git a/api/fonts/websymbols/websymbols.css b/api/fonts/websymbols/websymbols.css index 0f62e98..a35472b 100644 --- a/api/fonts/websymbols/websymbols.css +++ b/api/fonts/websymbols/websymbols.css @@ -1,4 +1,4 @@ -/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 16, 2011 */ +/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 16, 2011 */ diff --git a/api/fonts/zocial/zocial-regular-webfont.svg b/api/fonts/zocial/zocial-regular-webfont.svg index fbb7466..29870d8 100755 --- a/api/fonts/zocial/zocial-regular-webfont.svg +++ b/api/fonts/zocial/zocial-regular-webfont.svg @@ -1,6 +1,6 @@ - - + + diff --git a/api/fonts/zocial/zocial.css b/api/fonts/zocial/zocial.css index 7f03c81..034a540 100644 --- a/api/fonts/zocial/zocial.css +++ b/api/fonts/zocial/zocial.css @@ -1,8 +1,8 @@ /* Zocial Butons -http://zocial.smcllns.com +https://zocial.smcllns.com by Sam Collins (@smcllns) -License: http://opensource.org/licenses/mit-license.php +License: https://opensource.org/licenses/mit-license.php */ .zocial-acrobat:before {content: "\00E3";} .zocial-amazon:before {content: "a";} diff --git a/app/.htaccess b/app/.htaccess index 9998c1c..6fc1cd3 100644 --- a/app/.htaccess +++ b/app/.htaccess @@ -14,7 +14,7 @@ RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] - RewriteRule ^(.*)$ http://%1/$1 [R=301,L] + RewriteRule ^(.*)$ https://%1/$1 [R=301,L] diff --git a/app/README.md b/app/README.md index b9db776..cde5fba 100644 --- a/app/README.md +++ b/app/README.md @@ -1,6 +1,6 @@ # We Love Icon Fonts -This is like [Google Web Fonts](http://www.google.com/webfonts), but for Open Source Icon Fonts. Hurray! +This is like [Google Web Fonts](https://www.google.com/webfonts), but for Open Source Icon Fonts. Hurray! Just choose your favorite Icon Fonts and use them on your website. It's really that simple! @@ -9,12 +9,12 @@ Just choose your favorite Icon Fonts and use them on your website. It's really t ## Creating 2.0 -The next step is to create a version which suits the needs of the community. So please [share your ideas with me](http://timpietrusky.com/what-do-you-want-for-we-love-icon-fonts-2). +The next step is to create a version which suits the needs of the community. So please [share your ideas with me](https://timpietrusky.com/what-do-you-want-for-we-love-icon-fonts-2). ## In the wild -* Used as an integration method on [OpenWeb Icons](http://pfefferle.github.com/openwebicons/#weloveiconfonts) +* Used as an integration method on [OpenWeb Icons](https://pfefferle.github.com/openwebicons/#weloveiconfonts) ## It's optimized for "small" screens @@ -29,16 +29,16 @@ The next step is to create a version which suits the needs of the community. So ## Based on these open source projects ### Frameworks -* [Backbone.js](http://backbonejs.org) - JavaScript MVC framework +* [Backbone.js](https://backbonejs.org) - JavaScript MVC framework * [crystallo](https://github.com/TimPietrusky/crystallo) - Responsive Micro Framework ### Fonts * [Brandico](https://github.com/fontello/brandico.font) - Crowdsourced collection of web brands by fontello -* [entypo](http://entypo.com) - A set of 250+ carefully crafted pictograms by Daniel Bruce -* [Font Awesome](http://fortawesome.github.com/Font-Awesome/) - The iconic font designed for use with Twitter Bootstrap -* [OpenWeb Icons](http://pfefferle.github.com/openwebicons/#weloveiconfonts) -* [Typicons](http://typicons.com/) - Just some nice icons by Stephen Hutchings. -* [zocial](http://zocial.smcllns.com) - Amazing social collection by Sam Collins. +* [entypo](https://entypo.com) - A set of 250+ carefully crafted pictograms by Daniel Bruce +* [Font Awesome](https://fortawesome.github.com/Font-Awesome/) - The iconic font designed for use with Twitter Bootstrap +* [OpenWeb Icons](https://pfefferle.github.com/openwebicons/#weloveiconfonts) +* [Typicons](https://typicons.com/) - Just some nice icons by Stephen Hutchings. +* [zocial](https://zocial.smcllns.com) - Amazing social collection by Sam Collins. --- @@ -50,9 +50,9 @@ The next step is to create a version which suits the needs of the community. So * [Jason Hoffmann](https://github.com/JasonHoffmann) * [koolbob23](https://github.com/koolbob23) * [Mads Cordes](https://github.com/Mobilpadde) -* [Moritz Klack](http://moritzklack.com/) -* [Sara Soueidan](http://sarasoueidan.com/) +* [Moritz Klack](https://moritzklack.com/) +* [Sara Soueidan](https://sarasoueidan.com/) --- -Handcrafted 2012 & more by [@TimPietrusky](http://twitter.com/TimPietrusky) in Germany. +Handcrafted 2012 & more by [@TimPietrusky](https://twitter.com/TimPietrusky) in Germany. diff --git a/app/index.php b/app/index.php index c63b098..0addc6a 100644 --- a/app/index.php +++ b/app/index.php @@ -37,18 +37,18 @@

What?

-

This is a free & open source icon fonts hosting service (like Google Web Fonts, but icon fonts only). Hurray!

+

This is a free & open source icon fonts hosting service (like Google Web Fonts, but icon fonts only). Hurray!

Caution!

-

This is a public gamma. Use this service for mockups, reduced test-cases or CodePens, but not on productive systems!

+

This is a public gamma. Use this service for mockups, reduced test-cases or CodePens, but not on productive systems!

Feedback!?

- Send a message to @WeLoveIconFonts or create an issue on GitHub. + Send a message to @WeLoveIconFonts or create an issue on GitHub.

@@ -205,7 +205,7 @@
- +