From 3ff0c87cb2679f22a04361ee4fb5b5a0e5893544 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sun, 15 Oct 2017 01:30:57 +0200 Subject: [PATCH 1/2] remove dead profile sites --- root/preprocess.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/root/preprocess.html b/root/preprocess.html index c6692afa6b..401f1dd65b 100644 --- a/root/preprocess.html +++ b/root/preprocess.html @@ -16,11 +16,8 @@ dotshare = { name = 'Dotshare', url = 'http://dotshare.it/~%s' }, facebook = { name = 'Facebook', url = 'https://facebook.com/%s' }, flickr = { name = 'Flickr', url = 'http://www.flickr.com/people/%s/' }, - friendfeed = { name = 'FriendFeed', url = 'http://friendfeed.com/%s' }, - geeklist = { name = 'geekli.st', url = 'http://geekli.st/%s' }, github = { name = 'GitHub', url = 'https://github.com/%s' }, 'github-meets-cpan' = { name = 'GitHub Meets CPAN', url = 'http://gh.metacpan.org/user/%s' }, - gitorious = { name = 'Gitorious', url = 'https://gitorious.org/~%s' }, gittip = { name = 'Gratipay', url = 'https://gratipay.com/%s' }, googleplus = { name = 'Google+', url = 'http://plus.google.com/%s' }, hackernews = { name = 'Hacker News', url = 'http://news.ycombinator.com/user?id=%s' }, @@ -31,12 +28,10 @@ linkedin = { name = 'LinkedIn', url = 'http://www.linkedin.com/in/%s' }, meetup = { name = 'Meetup', url = 'http://www.meetup.com/members/%s' }, myspace = { name = 'MySpace', url = 'http://www.myspace.com/%s' }, - nerdability = { name = 'NerdAbility', url = 'https://nerdability.com/user/%s' }, newsblur = { name = 'Newsblur', url = 'http://%s.newsblur.com' }, ohloh = { name = 'Ohloh', url = 'https://www.ohloh.net/accounts/%s' }, perlmonks = { name = 'PerlMonks', url = 'http://www.perlmonks.org/?node=%s' }, pinboard = { name = 'Pinboard', url = 'http://pinboard.in/u:%s' }, - posterous = { name = 'Posterous', url = 'http://%s.posterous.com/' }, prepan = { name = 'PrePAN', url = 'http://prepan.org/user/%s' }, reddit = { name = 'Reddit', url = 'http://www.reddit.com/user/%s' }, slideshare = { name = 'SlideShare', url = 'http://www.slideshare.net/%s' }, From 7e8926e10727945a2d6149ffd89bee181a6fb84c Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sun, 15 Oct 2017 01:31:29 +0200 Subject: [PATCH 2/2] update profile site urls --- root/preprocess.html | 60 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/root/preprocess.html b/root/preprocess.html index 401f1dd65b..0729a90786 100644 --- a/root/preprocess.html +++ b/root/preprocess.html @@ -8,44 +8,44 @@ user_exists = c.user_exists profiles = { - bitbucket = { name = 'Bitbucket', url = 'http://bitbucket.org/%s'}, + bitbucket = { name = 'Bitbucket', url = 'https://bitbucket.org/%s'}, coderwall = { name = 'Coderwall', url = 'https://coderwall.com/%s'}, - couchsurfing = { name = 'Couch Surfing', url = 'http://www.couchsurfing.org/people/%s/'}, - delicious = { name = 'Delicious', url = 'http://www.delicious.com/%s' }, - digg = { name = 'Digg', url = 'http://digg.com/%s' }, - dotshare = { name = 'Dotshare', url = 'http://dotshare.it/~%s' }, - facebook = { name = 'Facebook', url = 'https://facebook.com/%s' }, - flickr = { name = 'Flickr', url = 'http://www.flickr.com/people/%s/' }, + couchsurfing = { name = 'Couch Surfing', url = 'https://www.couchsurfing.org/people/%s/'}, + delicious = { name = 'Delicious', url = 'https://del.icio.us/%s' }, + digg = { name = 'Digg', url = 'https://digg.com/%s' }, + dotshare = { name = 'Dotshare', url = 'http://dotshare.it/~%s/' }, + facebook = { name = 'Facebook', url = 'https://www.facebook.com/%s' }, + flickr = { name = 'Flickr', url = 'https://www.flickr.com/people/%s/' }, github = { name = 'GitHub', url = 'https://github.com/%s' }, - 'github-meets-cpan' = { name = 'GitHub Meets CPAN', url = 'http://gh.metacpan.org/user/%s' }, + 'github-meets-cpan' = { name = 'GitHub Meets CPAN', url = 'https://gh.metacpan.org/user/%s' }, gittip = { name = 'Gratipay', url = 'https://gratipay.com/%s' }, - googleplus = { name = 'Google+', url = 'http://plus.google.com/%s' }, - hackernews = { name = 'Hacker News', url = 'http://news.ycombinator.com/user?id=%s' }, - identica = { name = 'Identi.ca', url = 'http://identi.ca/%s' }, - klout = { name = 'Klout', url = 'http://klout.com/#/%s' }, + googleplus = { name = 'Google+', url = 'https://plus.google.com/%s' }, + hackernews = { name = 'Hacker News', url = 'https://news.ycombinator.com/user?id=%s' }, + identica = { name = 'Identi.ca', url = 'https://identi.ca/%s' }, + klout = { name = 'Klout', url = 'https://klout.com/%s' }, lanyrd = { name = 'Lanyrd', url = 'http://lanyrd.com/profile/%s' }, - lastfm = { name = 'LastFM', url = 'http://www.last.fm/user/%s' }, - linkedin = { name = 'LinkedIn', url = 'http://www.linkedin.com/in/%s' }, - meetup = { name = 'Meetup', url = 'http://www.meetup.com/members/%s' }, - myspace = { name = 'MySpace', url = 'http://www.myspace.com/%s' }, - newsblur = { name = 'Newsblur', url = 'http://%s.newsblur.com' }, - ohloh = { name = 'Ohloh', url = 'https://www.ohloh.net/accounts/%s' }, + lastfm = { name = 'LastFM', url = 'https://www.last.fm/user/%s' }, + linkedin = { name = 'LinkedIn', url = 'https://www.linkedin.com/in/%s' }, + meetup = { name = 'Meetup', url = 'https://www.meetup.com/members/%s' }, + myspace = { name = 'MySpace', url = 'https://www.myspace.com/%s' }, + newsblur = { name = 'Newsblur', url = 'https://%s.newsblur.com/' }, + ohloh = { name = 'Open Hub', url = 'https://www.openhub.net/accounts/%s' }, perlmonks = { name = 'PerlMonks', url = 'http://www.perlmonks.org/?node=%s' }, - pinboard = { name = 'Pinboard', url = 'http://pinboard.in/u:%s' }, + pinboard = { name = 'Pinboard', url = 'https://pinboard.in/u:%s' }, prepan = { name = 'PrePAN', url = 'http://prepan.org/user/%s' }, - reddit = { name = 'Reddit', url = 'http://www.reddit.com/user/%s' }, - slideshare = { name = 'SlideShare', url = 'http://www.slideshare.net/%s' }, - sourceforge = { name = 'SourceForge', url = 'http://sourceforge.net/users/%s' }, + reddit = { name = 'Reddit', url = 'https://www.reddit.com/user/%s' }, + slideshare = { name = 'SlideShare', url = 'https://www.slideshare.net/%s' }, + sourceforge = { name = 'SourceForge', url = 'https://sourceforge.net/users/%s' }, speakerdeck = { name = 'SpeakerDeck', url = 'https://speakerdeck.com/u/%s' }, - stackexchange = { name = 'StackExchange', url = 'http://stackexchange.com/users/%s?tab=accounts' }, - stackoverflow = { name = 'StackOverflow', url = 'http://stackoverflow.com/users/%s/' }, - stackoverflowcareers = { name = 'Stack Overflow Careers', url = 'http://careers.stackoverflow.com/%s' }, - steam = { name = 'Steam', url = 'http://steamcommunity.com/id/%s' }, - stumbleupon = { name = 'StumbleUpon', url = 'http://www.stumbleupon.com/stumbler/%s/' }, + stackexchange = { name = 'StackExchange', url = 'https://stackexchange.com/users/%s?tab=accounts' }, + stackoverflow = { name = 'StackOverflow', url = 'https://stackoverflow.com/users/%s/' }, + stackoverflowcareers = { name = 'Stack Overflow Careers', url = 'https://careers.stackoverflow.com/%s' }, + steam = { name = 'Steam', url = 'https://steamcommunity.com/id/%s' }, + stumbleupon = { name = 'StumbleUpon', url = 'https://www.stumbleupon.com/stumbler/%s/' }, tumblr = { name = 'Tumblr', url = 'http://%s.tumblr.com/' }, - twitter = { name = 'Twitter', url = 'http://twitter.com/%s' }, - vimeo = { name = 'Vimeo', url = 'http://vimeo.com/%s' }, - youtube = { name = 'Youtube', url = 'http://www.youtube.com/user/%s' }, + twitter = { name = 'Twitter', url = 'https://twitter.com/%s' }, + vimeo = { name = 'Vimeo', url = 'https://vimeo.com/%s' }, + youtube = { name = 'Youtube', url = 'https://www.youtube.com/user/%s' }, }; utf8_form_input = '';