OpenSearch support.

This implements #804.
This commit is contained in:
Hans de Graaff 2008-12-10 21:30:43 +01:00
parent 6149900e0c
commit 307e85287c
4 changed files with 28 additions and 0 deletions

View file

@ -68,6 +68,7 @@ ActionController::Routing::Routes.draw do |map|
map.preferences 'preferences', :controller => 'preferences', :action => 'index'
map.integrations 'integrations', :controller => 'integrations', :action => 'index'
map.search_plugin '/integrations/search_plugin.xml', :controller => 'integrations', :action => 'search_plugin', :format => 'xml'
map.resources :recurring_todos,
:member => {:toggle_check => :put, :toggle_star => :put}