public
Description: A Ruby on Rails-based OpenID server for all ya identity providers out there. It is pretty close to the current OpenID specifications and supports SReg, AX (only fetch requests, yet) and PAPE
Homepage: http://dennisbloete.de/projects/masquerade/
Clone URL: git://github.com/dbloete/masquerade.git
Click here to lend your support to: masquerade and make a donation at www.pledgie.com !
Added color config for seatbelt
dbloete (author)
Wed May 07 07:29:57 -0700 2008
commit  aa8ca3ae72cde5c357413d006a2ca15176d7e075
tree    c5e5a945088eeeb408da76c5bdffc4ddcc5dfb42
parent  b32c69dcba39d973a4829b16f6c4c4e1f68e82a1
...
9
10
11
 
 
 
 
 
 
 
 
 
12
13
...
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -9,4 +9,13 @@ xml.opConfig(:version => '1.0') do
0
   xml.loginUrl(login_url(:protocol => scheme))
0
   xml.welcomeUrl(home_url(:protocol => scheme))
0
   xml.loginStateUrl(formatted_seatbelt_state_url(:protocol => scheme, :format => :xml))
0
+ xml.toolbarGrayBackground('#e0e0e0')
0
+ xml.toolbarGrayBorder('#a0a0a0')
0
+ xml.toolbarGrayText('#505050')
0
+ xml.toolbarLoginBackground('#a7e0fb')
0
+ xml.toolbarLoginBorder('#a0a0a0')
0
+ xml.toolbarLoginText('#000000')
0
+ xml.toolbarHighBackground('#f2db8b')
0
+ xml.toolbarHighBorder('#22ab1b')
0
+ xml.toolbarHighText('#22ab1b')
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.