+ map.connect '/edit', :controller => 'site', :action => 'edit'
+ map.connect '/history', :controller => 'changeset', :action => 'list_bbox'
+ map.connect '/export', :controller => 'site', :action => 'export'
+ map.connect '/login', :controller => 'user', :action => 'login'
+ map.connect '/logout', :controller => 'user', :action => 'logout'
+ map.connect '/offline', :controller => 'site', :action => 'offline'
+ map.connect '/key', :controller => 'site', :action => 'key'
+ map.connect '/user/new', :controller => 'user', :action => 'new'
+ map.connect '/user/save', :controller => 'user', :action => 'save'
+ map.connect '/user/confirm', :controller => 'user', :action => 'confirm'
+ map.connect '/user/confirm-email', :controller => 'user', :action => 'confirm_email'
+ map.connect '/user/go_public', :controller => 'user', :action => 'go_public'
+ map.connect '/user/reset-password', :controller => 'user', :action => 'reset_password'
+ map.connect '/user/upload-image', :controller => 'user', :action => 'upload_image'
+ map.connect '/user/delete-image', :controller => 'user', :action => 'delete_image'
+ map.connect '/user/forgot-password', :controller => 'user', :action => 'lost_password'
+