gardening openid provider list

- fix url to flickr profile
- remove blogger; google property and uses their openid system;
  wants to sign user up for a blogger blog
- remove technorati, which dropped openid provider support
- AOL seems to call it a username, not a screenname
master
Joey Hess 2010-05-08 00:18:58 -04:00
parent d50de130e8
commit f05043ed80
1 changed files with 4 additions and 16 deletions

View File

@ -31,10 +31,10 @@ var providers_small = {
url: 'http://{username}.livejournal.com/'
},
flickr: {
name: 'Flickr',
name: 'Flickr',
icon: 'http://flickr.com/favicon.ico',
label: 'Enter your Flickr username:',
url: 'http://flickr.com/{username}/'
label: 'Enter your Flickr username:',
url: 'http://flickr.com/photos/{username}/'
},
wordpress: {
name: 'Wordpress',
@ -42,18 +42,6 @@ var providers_small = {
label: 'Enter your Wordpress.com username:',
url: 'http://{username}.wordpress.com/'
},
blogger: {
name: 'Blogger',
icon: 'http://blogger.com/favicon.ico',
label: 'Enter your Blogger account:',
url: 'http://{username}.blogspot.com/'
},
technorati: {
name: 'Technorati',
icon: 'http://technorati.com/favicon.ico',
label: 'Enter your Technorati username:',
url: 'http://technorati.com/people/technorati/{username}/'
},
myopenid: {
name: 'MyOpenID',
icon: 'http://myopenid.com/favicon.ico',
@ -69,7 +57,7 @@ var providers_small = {
aol: {
name: 'AOL',
icon: 'http://aol.com/favicon.ico',
label: 'Enter your AOL screenname:',
label: 'Enter your AOL username:',
url: 'http://openid.aol.com/{username}'
},
verisign: {