mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
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
This commit is contained in:
parent
eebde8b817
commit
c568b5f173
@ -3,7 +3,6 @@
|
||||
<LongName>Hoogle Stackage.org</LongName>
|
||||
<Description>Search modules on Stackage.org using hoogle</Description>
|
||||
<Developer>FP Complete CORP.</Developer>
|
||||
<Attribution>Copyright FP Complete CORP.</Attribution>
|
||||
<AdultContent>false</AdultContent>
|
||||
<Language>en-us</Language>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
|
||||
@ -1,15 +1,14 @@
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
||||
<ShortName>Stackage Packages</ShortName>
|
||||
<LongName>Stackage.org package page</LongName>
|
||||
<Description>Just to a Stackage.org package page</Description>
|
||||
<Description>Jump to a Stackage.org package page</Description>
|
||||
<Developer>FP Complete CORP.</Developer>
|
||||
<Attribution>Copyright FP Complete CORP.</Attribution>
|
||||
<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/package/{searchTerms}"/>
|
||||
<Query role="example" searchTerms="E.g. bytestring"/>
|
||||
<Query role="example" searchTerms="bytestring"/>
|
||||
<moz:SearchForm>https://www.stackage.org</moz:SearchForm>
|
||||
</OpenSearchDescription>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user