public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
The beginnings of OpenID
schlick (author)
Mon Oct 27 06:53:17 -0700 2008
commit  a2b5088f79d8061e9d0b8f74c19438272732e291
tree    1ecbf72414a9eb79bcff6020cf4af1599bef7007
parent  08f26049f92be7c45780b66ceb6634976c1e378e
...
20
21
22
 
 
 
 
 
 
 
 
 
...
20
21
22
23
24
25
26
27
28
29
30
31
0
@@ -20,3 +20,12 @@
0
     There have not been any meetings yet
0
     
0
 %p= link_to 'Schedule a new meeting', new_meeting_path
0
+
0
+- content_for :sidebar do
0
+
0
+  %h3 Testing OpenID Login
0
+  
0
+  %input{ :id => "openid_identifier" }
0
+  = javascript_tag nil, { :id => "__openidselector", :src => "https://www.idselector.com/selector/35a7c32f7c9b9a1070af8f839f4b1deade415eb5", :charset =>"utf-8" }
0
+  
0
+  %p (not hooked up yet)

Comments