Skip to content

Commit

Permalink
Switching those who support HTTPS to HTTPS, removing those who do not
Browse files Browse the repository at this point in the history
  • Loading branch information
kjacobsen committed Aug 10, 2018
1 parent 1851e9f commit e448299
Show file tree
Hide file tree
Showing 25 changed files with 40 additions and 115 deletions.
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/AaronNelson.cs
Expand Up @@ -17,8 +17,8 @@ public class AaronNelson : IAmAMicrosoftMVP, IFilterMyBlogPosts
public string GitHubHandle => "SQLvariant";
public string GravatarHash => "2b18aa0a254cd01e09918c4b24274e21";
public GeoPosition Position => new GeoPosition(34.058389, -84.286303);
public Uri WebSite => new Uri("http://SQLvariant.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://feeds.feedburner.com/Sqlvariations"); } }
public Uri WebSite => new Uri("https://SQLvariant.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://feeds.feedburner.com/Sqlvariations"); } }
public bool Filter(SyndicationItem item)
{
return item.Categories.Any(c => c.Name.ToLowerInvariant().Equals("powershell"));
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/AdamBertram.cs
Expand Up @@ -18,10 +18,10 @@ public class AdamBertram : IAmAMicrosoftMVP
public string GravatarHash => "f21b5adac336b3678098de870efcf994";
public string GitHubHandle => "adbertram";
public GeoPosition Position => new GeoPosition(37.996239,-87.54378);
public Uri WebSite => new Uri("http://www.adamtheautomator.com");
public Uri WebSite => new Uri("https://www.adamtheautomator.com");
public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://www.adamtheautomator.com/feed/"); }
get { yield return new Uri("https://www.adamtheautomator.com/feed/"); }
}
}
}
24 changes: 0 additions & 24 deletions src/Firehose.Web/Authors/AndreasBittner.cs

This file was deleted.

4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/BoeProx.cs
Expand Up @@ -18,10 +18,10 @@ public class BoeProx : IAmAMicrosoftMVP
public string GravatarHash => "3bde2094c84fb81661c04ed87f8336b7";
public string GitHubHandle => "boeprox";
public GeoPosition Position => new GeoPosition(41.15861, -95.93417);
public Uri WebSite => new Uri("http://www.learn-powershell.net");
public Uri WebSite => new Uri("https://www.learn-powershell.net");
public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://www.learn-powershell.net/feed/"); }
get { yield return new Uri("https://www.learn-powershell.net/feed/"); }
}
}
}
26 changes: 0 additions & 26 deletions src/Firehose.Web/Authors/BrandonPadgett.cs

This file was deleted.

4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/BrianBunke.cs
Expand Up @@ -20,10 +20,10 @@ public class BrianBunke : IAmACommunityMember, IFilterMyBlogPosts

public GeoPosition Position => new GeoPosition(48.751911, -122.478685);

public Uri WebSite => new Uri("http://www.brianbunke.com/");
public Uri WebSite => new Uri("https://www.brianbunke.com/");
public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://www.brianbunke.com/feed.xml"); }
get { yield return new Uri("https://www.brianbunke.com/feed.xml"); }
}
public bool Filter(SyndicationItem item)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/DarwinSanoy.cs
Expand Up @@ -18,10 +18,10 @@ public class DarwinSanoy : IAmACommunityMember
public string GravatarHash => "566be8d4a7b78dc25ab07bd61a48116b";
public string GitHubHandle => "DarwinJS";
public GeoPosition Position => new GeoPosition(40.1303822,-75.5149128);
public Uri WebSite => new Uri("http://cloudywindows.io");
public Uri WebSite => new Uri("https://cloudywindows.io");
public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://cloudywindows.io/tags/powershell/index.xml"); }
get { yield return new Uri("https://cloudywindows.io/tags/powershell/index.xml"); }
}
}
}
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/DavidHall.cs
Expand Up @@ -18,8 +18,8 @@ public class DavidHall : IAmACommunityMember, IFilterMyBlogPosts
public string GravatarHash => "afd7acd25c1511435fd85cdeda29aa43";
public GeoPosition Position => new GeoPosition(33.281, -82.0743);

public Uri WebSite => new Uri("http://signalwarrant.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://signalwarrant.com/feed/"); } }
public Uri WebSite => new Uri("https://signalwarrant.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://signalwarrant.com/feed/"); } }

public bool Filter(SyndicationItem item)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/GlennSarti.cs
Expand Up @@ -17,11 +17,11 @@ public class GlennSarti : IAmACommunityMember, IFilterMyBlogPosts
public string TwitterHandle => "glennsarti";
public string GravatarHash => "aac3dafaab7a7c2063d2526ba5936305";

public Uri WebSite => new Uri("http://glennsarti.github.io/");
public Uri WebSite => new Uri("https://glennsarti.github.io/");

public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://glennsarti.github.io/feed.xml"); }
get { yield return new Uri("https://glennsarti.github.io/feed.xml"); }
}

public string GitHubHandle => "glennsarti";
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/JaapBrasser.cs
Expand Up @@ -18,10 +18,10 @@ public class JaapBrasser : IAmAMicrosoftMVP
public string GravatarHash => "dc8d4d1ec3179e966ccdd959aa16d11c";
public string GitHubHandle => "jaapbrasser";
public GeoPosition Position => new GeoPosition(52.635340, 4.885695);
public Uri WebSite => new Uri("http://www.jaapbrasser.com");
public Uri WebSite => new Uri("https://www.jaapbrasser.com");
public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://www.jaapbrasser.com/category/powershell/feed/"); }
get { yield return new Uri("https://www.jaapbrasser.com/category/powershell/feed/"); }
}
}
}
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/JanEgilRing.cs
Expand Up @@ -19,8 +19,8 @@ public class JanEgilRing : IAmAMicrosoftMVP
public string GravatarHash => "ed08d635415486b87539a6e5a81982b7";
public GeoPosition Position => new GeoPosition(59.8832270,10.9551500);

public Uri WebSite => new Uri("http://www.powershell.no");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://www.powershell.no/feed.xml"); } }
public Uri WebSite => new Uri("https://www.powershell.no");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://www.powershell.no/feed.xml"); } }
}

}
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/JeffHicks.cs
Expand Up @@ -17,11 +17,11 @@ public class JeffHicks : IFilterMyBlogPosts, IAmAMicrosoftMVP
public string TwitterHandle => "jeffhicks";
public string GravatarHash => "1393cfe66dace329de043b14544985db ";

public Uri WebSite => new Uri("http://blog.jdhitsolutions.com/");
public Uri WebSite => new Uri("https://blog.jdhitsolutions.com/");

public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://jdhitsolutions.com/blog/feed"); }
get { yield return new Uri("https://jdhitsolutions.com/blog/feed"); }
}

public string GitHubHandle => "jdhitsolutions";
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/JonathanMedd.cs
Expand Up @@ -19,7 +19,7 @@ public class JonathanMedd : IAmAMicrosoftMVP
public string GravatarHash => "1b01887ac956ccd429a4209ade5cdb68";
public GeoPosition Position => new GeoPosition(50.8245565, -1.2148624);

public Uri WebSite => new Uri("http://www.jonathanmedd.net");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://feeds.feedburner.com/JonathanMeddsBlogPowerShell"); } }
public Uri WebSite => new Uri("https://www.jonathanmedd.net");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://feeds.feedburner.com/JonathanMeddsBlogPowerShell"); } }
}
}
25 changes: 0 additions & 25 deletions src/Firehose.Web/Authors/JoshDuffney.cs

This file was deleted.

2 changes: 1 addition & 1 deletion src/Firehose.Web/Authors/KieranJacobsen.cs
Expand Up @@ -21,7 +21,7 @@ public class KieranJacobsen : IAmAMicrosoftMVP, IFilterMyBlogPosts

public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("http://poshsecurity.com/blog/?format=rss"); }
get { yield return new Uri("https://poshsecurity.com/blog/?format=rss"); }
}

public string GitHubHandle => "kjacobsen";
Expand Down
2 changes: 1 addition & 1 deletion src/Firehose.Web/Authors/KurtRoggen.cs
Expand Up @@ -17,7 +17,7 @@ public class KurtRoggen : IAmAMicrosoftMVP
public string GitHubHandle => "roggenk";
public string GravatarHash => "";
public GeoPosition Position => new GeoPosition(50.8503, 4.3517);
public Uri WebSite => new Uri("http://kurtroggen.be");
public Uri WebSite => new Uri("https://kurtroggen.be");
public IEnumerable<Uri> FeedUris
{
get { yield return new Uri("https://kurtroggen.wordpress.com/feed/"); }
Expand Down
2 changes: 1 addition & 1 deletion src/Firehose.Web/Authors/MukeshShende.cs
Expand Up @@ -19,7 +19,7 @@ public class MukeshShende : IAmACommunityMember, IFilterMyBlogPosts
public string GitHubHandle => "mukeshshende";
public GeoPosition Position => new GeoPosition(17.375, 78.4744);

public Uri WebSite => new Uri("http://mukeshshende.com/");
public Uri WebSite => new Uri("https://mukeshnotes.wordpress.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://mukeshnotes.wordpress.com/feed/"); } }

public bool Filter(SyndicationItem item)
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/QuintenSteenhuis.cs
Expand Up @@ -19,8 +19,8 @@ public class QuintenSteenhuis : IAmACommunityMember, IFilterMyBlogPosts
public string GravatarHash => "df83ceb7d3b3b924f131abc408c3bfa";
public GeoPosition Position => new GeoPosition(42.364086, -71.060546);

public Uri WebSite => new Uri("http://nonprofittechy.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://nonprofittechy.com/feed/"); } }
public Uri WebSite => new Uri("https://nonprofittechy.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://nonprofittechy.com/feed/"); } }

public bool Filter(SyndicationItem item)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/SebastianFeldmann.cs
Expand Up @@ -19,7 +19,7 @@ public class SebastianFeldmann : IAmACommunityMember
public string GitHubHandle => "seebus";
public GeoPosition Position => new GeoPosition(53.073635, 8.806422);

public Uri WebSite => new Uri("http://blog.feldmann.io/");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://blog.feldmann.io/feed/"); } }
public Uri WebSite => new Uri("https://blog.feldmann.io/");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://blog.feldmann.io/feed/"); } }
}
}
2 changes: 1 addition & 1 deletion src/Firehose.Web/Authors/StephenOwen.cs
Expand Up @@ -18,7 +18,7 @@ public class StephenOwen : IAmAMicrosoftMVP
public string GitHubHandle => "1RedOne";
public GeoPosition Position => new GeoPosition(33.862100, -84.687900);

public Uri WebSite => new Uri("http://www.FoxDeploy.com");
public Uri WebSite => new Uri("https://www.FoxDeploy.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://foxdeploy.com/tag/powershell/feed/"); } }

public string GravatarHash => "3dd39b0d646f3b959b741eb0196c4c21";
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/SvenVanRijen.cs
Expand Up @@ -19,8 +19,8 @@ public class SvenVanRijen : IAmACommunityMember, IFilterMyBlogPosts
public string GravatarHash => "b7735274c4f28b3e241a39fa61cb1d91";
public GeoPosition Position => new GeoPosition(51.9691870, 5.6653950);

public Uri WebSite => new Uri("http://www.svenvanrijen.nl");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://www.svenvanrijen.nl/feed.xml"); } }
public Uri WebSite => new Uri("https://www.svenvanrijen.nl");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://www.svenvanrijen.nl/feed.xml"); } }

public bool Filter(SyndicationItem item)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/ThomasRayner.cs
Expand Up @@ -19,8 +19,8 @@ public class ThomasRayner : IAmAMicrosoftMVP
public string GravatarHash => "";
public GeoPosition Position => new GeoPosition(53.5443890, -113.4909270);

public Uri WebSite => new Uri("http://workingsysadmin.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://workingsysadmin.com/feed/"); } }
public Uri WebSite => new Uri("https://workingsysadmin.com");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://workingsysadmin.com/feed/"); } }
}

}
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/TommyMaynard.cs
Expand Up @@ -18,8 +18,8 @@ public class TommyMaynard : IAmACommunityMember
public string GravatarHash => "dea0a101353757985987705b513cc540";
public GeoPosition Position => new GeoPosition(32.2217, -110.9265);

public Uri WebSite => new Uri("http://tommymaynard.com/");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://tommymaynard.com/feed/"); } }
public Uri WebSite => new Uri("https://tommymaynard.com/");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://tommymaynard.com/feed/"); } }

public bool Filter(SyndicationItem item)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/ToreGroneng.cs
Expand Up @@ -18,7 +18,7 @@ public class ToreGroneng : IAmACommunityMember
public string GravatarHash => "";
public GeoPosition Position => new GeoPosition(60.4698789, 5.3307659);

public Uri WebSite => new Uri("http://asaconsultant.blogspot.no");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://asaconsultant.blogspot.com/feeds/posts/default/-/Powershell"); } }
public Uri WebSite => new Uri("https://asaconsultant.blogspot.no");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://asaconsultant.blogspot.com/feeds/posts/default/-/Powershell"); } }
}
}
4 changes: 2 additions & 2 deletions src/Firehose.Web/Authors/WarrenFrame.cs
Expand Up @@ -19,7 +19,7 @@ public class WarrenFrame : IAmAMicrosoftMVP
public string GravatarHash => "";
public GeoPosition Position => new GeoPosition(42.3391000, -71.1206200);

public Uri WebSite => new Uri("http://ramblingcookiemonster.github.io/");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://ramblingcookiemonster.github.io/feed.xml"); } }
public Uri WebSite => new Uri("https://ramblingcookiemonster.github.io/");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://ramblingcookiemonster.github.io/feed.xml"); } }
}
}

0 comments on commit e448299

Please sign in to comment.