+ map.connect '', :controller => "front"
+
+ map.connect '/sitealizer/:action', :controller => 'sitealizer'
+
+ map.connect 'voter/:action',
+ :controller => 'voter',
+ :requirements => { :action => /(review|confirm|authenticate|index|login|reminder|results)/ }
+
+ map.voteopen 'voter/open.:election_id',
+ :controller => 'voter',
+ :action => 'index'
+
+ map.votepassword 'voter/:urlpassword',
+ :controller => 'voter',
+ :action => 'index'
+
+ map.kiosk_ready 'voter/kiosk_ready/:urlpassword',
+ :controller => 'voter',
+ :action => 'kiosk_ready'
+