Skip to content

Commit

Permalink
update profile site urls
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 14, 2017
1 parent 3ff0c87 commit 7e8926e
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions root/preprocess.html
Expand Up @@ -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 = '<input type="hidden" name="utf8" value="🐪" />';
Expand Down

0 comments on commit 7e8926e

Please sign in to comment.