mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01:00
Merge pull request #320 from ncaq/fix-opensearch-url-to-https
fix(opensearch): search url protocol: `http` -> `https`
This commit is contained in:
commit
a52f65255f
@ -8,8 +8,8 @@
|
||||
<Language>en-us</Language>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<OutputEncoding>UTF-8</OutputEncoding>
|
||||
<Image width="222" height="222" type="image/x-icon">http://www.stackage.org/static/img/stackage.png</Image>
|
||||
<Url type="text/html" method="GET" template="http://www.stackage.org/lts/hoogle?q={searchTerms}"/>
|
||||
<Image width="222" height="222" type="image/x-icon">https://www.stackage.org/static/img/stackage.png</Image>
|
||||
<Url type="text/html" method="GET" template="https://www.stackage.org/lts/hoogle?q={searchTerms}"/>
|
||||
<Query role="example" searchTerms="E.g. map, a -> a"/>
|
||||
<moz:SearchForm>http://www.stackage.org</moz:SearchForm>
|
||||
<moz:SearchForm>https://www.stackage.org</moz:SearchForm>
|
||||
</OpenSearchDescription>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
<Language>en-us</Language>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<OutputEncoding>UTF-8</OutputEncoding>
|
||||
<Image width="222" height="222" type="image/x-icon">http://www.stackage.org/static/img/stackage.png</Image>
|
||||
<Url type="text/html" method="GET" template="http://www.stackage.org/package/{searchTerms}"/>
|
||||
<Image width="222" height="222" type="image/x-icon">https://www.stackage.org/static/img/stackage.png</Image>
|
||||
<Url type="text/html" method="GET" template="https://www.stackage.org/package/{searchTerms}"/>
|
||||
<Query role="example" searchTerms="E.g. bytestring"/>
|
||||
<moz:SearchForm>http://www.stackage.org</moz:SearchForm>
|
||||
<moz:SearchForm>https://www.stackage.org</moz:SearchForm>
|
||||
</OpenSearchDescription>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user