Sha256: 323f9aa9999db37a07e9a51bfc8784f70b5126f32886b8b9dc300ce2359079fd
Contents?: true
Size: 722 Bytes
Versions: 24
Compression:
Stored size: 722 Bytes
Contents
xml.instruct! :xml, :version=>"1.0" xml.OpenSearchDescription( 'xmlns' => "http://a9.com/-/spec/opensearch/1.1/", 'xmlns:moz' => 'http://www.mozilla.org/2006/browser/search/'){ xml.ShortName @library_group.display_name.localize xml.Description @library_group.display_name.localize xml.Tags 'Library Catalog' xml.Contact @library_group.user.email xml.Url type: 'text/html', template: "#{manifestations_url}?query={searchTerms}" xml.Url type: 'application/rss+xml', template: "#{manifestations_url(format: :rss)}?query={searchTerms}" xml.Query role: 'example', searchTerms: 'enju' xml.Language @locale.to_s xml.OutputEncoding 'UTF-8' xml.InputEncoding 'UTF-8' xml.tag! 'moz:SearchForm', root_url }
Version data entries
24 entries across 24 versions & 1 rubygems