Sha256: 229a3e01110535d5a274c41fbe0fd417e82907e0ceee4f92bf7f81e513a5f448
Contents?: true
Size: 915 Bytes
Versions: 11
Compression:
Stored size: 915 Bytes
Contents
<?xml version="1.0"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName><%= application_name %></ShortName> <Description><%= application_name %> Search</Description> <Image height="16" width="16" type="image/x-icon">/favicon.ico</Image> <Contact/> <Url type="text/html" method="get" template="<%= url_for :controller=>'catalog', :only_path => false %>?q={searchTerms}"/> <Url type="application/rss+xml" method="get" template="<%= url_for :controller=>'catalog', :only_path => false %>.rss?q={searchTerms}"/> <Url type="application/atom+xml" method="get" template="<%= url_for :controller=>'catalog', :only_path => false %>.atom?q={searchTerms}"/> <Url type="application/x-suggestions+json" method="get" template="<%= url_for :controller=>'catalog',:action => 'opensearch', :format=> 'json', :only_path => false %>?q={searchTerms}"/> </OpenSearchDescription>
Version data entries
11 entries across 11 versions & 1 rubygems