/*
	Simple OpenID Plugin
	http://code.google.com/p/openid-selector/
	
	This code is licenced under the New BSD License.
*/

var providers_large = {
	yahoo : {
		name : 'Yahoo',
		url : 'http://me.yahoo.com/'
	},
	google : {
		name : 'Google',
		url : 'https://www.google.com/accounts/o8/id'
	},
	JagadID : {
		name : 'JagadID',
		url : 'local'
	}
};

var providers_small = {
/*
	verisign : {
		name : 'Verisign',
		label : 'Your Verisign username',
		url : 'http://{username}.pip.verisignlabs.com/'
	}, 
	myopenid : {
		name : 'MyOpenID',
		label : 'Enter your MyOpenID username.',
		url : 'http://{username}.myopenid.com/'
	},
	claimid : {
		name : 'ClaimID',
		label : 'Your ClaimID username',
		url : 'http://claimid.com/{username}'
	},
	vidoop: {
	    name: 'Vidoop',
	    label: 'Your Vidoop username',
	    url: 'http://{username}.myvidoop.com/'
	}
	
clickpass : {
		name : 'ClickPass',
		label : 'Enter your ClickPass username',
		url : 'http://clickpass.com/public/{username}'
	},,
	blogger : {
		name : 'Blogger',
		label : 'Your Blogger account',
		url : 'http://{username}.blogspot.com/'
	},
	wordpress : {
		name : 'Wordpress',
		label : 'Enter your Wordpress.com username.',
		url : 'http://{username}.wordpress.com/'
	}
, 
	 launchpad: {
	    name: 'Launchpad',
	    label: 'Your Launchpad username',
	    url: 'https://launchpad.net/~{username}'
	}
	,
	aol : {
		name : 'AOL',
		label : 'Enter your AOL screenname.',
		url : 'http://openid.aol.com/{username}'
	}
	,
	livejournal : {
		name : 'LiveJournal',
		label : 'Enter your Livejournal username.',
		url : 'http://{username}.livejournal.com/'
	},
	 flickr: {
	    name: 'Flickr',        
	    label: 'Enter your Flickr username.',
	    url: 'http://flickr.com/{username}/'
	}, 
	 technorati: {
	    name: 'Technorati',
	    label: 'Enter your Technorati username.',
	    url: 'http://technorati.com/people/technorati/{username}/'
	},,
	 openid : {
		name : 'OpenID',
		label : 'Enter your OpenID.',
		url : null
	}google_profile : {
		name : 'Google Profile',
		label : 'Enter your Google Profile username',
		url : 'http://www.google.com/profiles/{username}'
	}, 
	Koprol : {
		name : 'Koprol',
		label : 'demo',
		url : 'http://koprol.com/'
	},
	Foursquare: {
		name : 'Foursquare',
		label :  remove this demo label if it was ready for prod
		url : 'http://foursquare.com/'
	},		
	Tripit : {
		name : 'Tripit',
		label : 'demo',
		url : 'http://tripit.com/'
	},	
	Twitter : {
		name : 'Twitter',
		url : 'http://twitter.com/'
	},
	Facebook : {
		name : 'Facebook',
		label :  remove this demo label if it was ready for prod
		url : 'http://facebook.com/'
	},
	LinkedIn : {
		name : 'LinkedIn',
		label :  remove this demo label if it was ready for prod
		url : 'http://linkedin.com/'
	},
	
	*/
};

openid.lang = 'en';
openid.demo_text = 'In beta mode, normally would have submitted OAuth/OpenID request to: ';
openid.signin_text = 'Sign-In';
openid.image_title = 'log in with {provider}';

