Skip to content

Commit

Permalink
fix(https): Changed even more links from http to https
Browse files Browse the repository at this point in the history
fix #42
  • Loading branch information
TimPietrusky committed May 18, 2019
1 parent 569836b commit f72cedd
Show file tree
Hide file tree
Showing 84 changed files with 306 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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]

</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* http://timpietrusky.com
* https://timpietrusky.com
* @author Tim Pietrusky
*/

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand All @@ -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.

---

Expand All @@ -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.
2 changes: 1 addition & 1 deletion api/code/Leet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions api/code/php-ga/GoogleAnalytics/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com)
* @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com)
*/

namespace UnitedPrototype\GoogleAnalytics;
Expand Down Expand Up @@ -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';
Expand All @@ -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
*/
Expand All @@ -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,
Expand Down
12 changes: 6 additions & 6 deletions api/code/php-ga/GoogleAnalytics/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com)
* @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com)
*/

namespace UnitedPrototype\GoogleAnalytics;
Expand All @@ -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 {

Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
22 changes: 11 additions & 11 deletions api/code/php-ga/GoogleAnalytics/CustomVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
*
* 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 <[email protected]>
* @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com)
* @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com)
*/

namespace UnitedPrototype\GoogleAnalytics;

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 {

Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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__);
}
Expand All @@ -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__);
}
Expand Down
10 changes: 5 additions & 5 deletions api/code/php-ga/GoogleAnalytics/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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 {

Expand Down
6 changes: 3 additions & 3 deletions api/code/php-ga/GoogleAnalytics/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright Copyright (c) 2010 United Prototype GmbH (http://unitedprototype.com)
* @copyright Copyright (c) 2010 United Prototype GmbH (https://unitedprototype.com)
*/

namespace UnitedPrototype\GoogleAnalytics;
Expand Down
Loading

0 comments on commit f72cedd

Please sign in to comment.