Welcome to mirror list, hosted at ThFree Co, Russian Federation.

opensearch.xml.erb « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d08f56f2905570925906ce7a0144114ecc1089c (plain)
1
2
3
4
5
6
7
8
9
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>GitLab</ShortName>
  <Description>Search GitLab</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="16" height="16" type="image/x-icon"><%= root_url %>favicon.ico</Image>
  <Url type="text/html" method="get" template="<%= search_url %>?search={searchTerms}"/>
  <moz:SearchForm><%= search_url %></moz:SearchForm>
</OpenSearchDescription>