stackage-server/static/opensearchhoogle.xml
Bryan Richter c568b5f173
Clean up OpenSearchDescriptions
The Attribution tag "contains a list of all sources or entities that
should be credited for the content contained in the search feed." Since
the search feed has package descriptions, I think it's murky who should
actually be attributed. Removing it since I don't know who should be
there.

https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md#the-attribution-element
2024-03-28 15:00:20 +02:00

15 lines
850 B
XML

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Stackage hoogle</ShortName>
<LongName>Hoogle Stackage.org</LongName>
<Description>Search modules on Stackage.org using hoogle</Description>
<Developer>FP Complete CORP.</Developer>
<AdultContent>false</AdultContent>
<Language>en-us</Language>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
<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>https://www.stackage.org</moz:SearchForm>
</OpenSearchDescription>