Sha256: 9f4728a17fae52b02814fa4dc513d5f8f433b0d649d71368e5ee17392522d331
Contents?: true
Size: 516 Bytes
Versions: 39
Compression:
Stored size: 516 Bytes
Contents
xml.OpenSearchDescription(:xmlns=>'http://a9.com/-/spec/opensearch/1.1/') do xml.ShortName('FindIt') xml.LongName("Find It! @ Georgia Tech") xml.Tags("journals articles") xml.Description("Georgia Tech's eJournal Finder") ['rss','atom', 'xhtml'].each { | type | xml.Url(:type=>'application/'+type+'+xml', :template=>'http://'+request.host()+url_for(:action=>'opensearch')+CGI.escapeHTML('?query={searchTerms}&page={startPage?}&type='+type)) } xml.Query(:role=>'example', :searchTerms=>'nature') end
Version data entries
39 entries across 39 versions & 1 rubygems