mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +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>
|
<LongName>Hoogle Stackage.org</LongName>
|
||||||
<Description>Search modules on Stackage.org using hoogle</Description>
|
<Description>Search modules on Stackage.org using hoogle</Description>
|
||||||
<Developer>FP Complete CORP.</Developer>
|
<Developer>FP Complete CORP.</Developer>
|
||||||
<Attribution>Copyright FP Complete CORP.</Attribution>
|
|
||||||
<AdultContent>false</AdultContent>
|
<AdultContent>false</AdultContent>
|
||||||
<Language>en-us</Language>
|
<Language>en-us</Language>
|
||||||
<InputEncoding>UTF-8</InputEncoding>
|
<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/">
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
||||||
<ShortName>Stackage Packages</ShortName>
|
<ShortName>Stackage Packages</ShortName>
|
||||||
<LongName>Stackage.org package page</LongName>
|
<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>
|
<Developer>FP Complete CORP.</Developer>
|
||||||
<Attribution>Copyright FP Complete CORP.</Attribution>
|
|
||||||
<AdultContent>false</AdultContent>
|
<AdultContent>false</AdultContent>
|
||||||
<Language>en-us</Language>
|
<Language>en-us</Language>
|
||||||
<InputEncoding>UTF-8</InputEncoding>
|
<InputEncoding>UTF-8</InputEncoding>
|
||||||
<OutputEncoding>UTF-8</OutputEncoding>
|
<OutputEncoding>UTF-8</OutputEncoding>
|
||||||
<Image width="222" height="222" type="image/x-icon">https://www.stackage.org/static/img/stackage.png</Image>
|
<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}"/>
|
<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>
|
<moz:SearchForm>https://www.stackage.org</moz:SearchForm>
|
||||||
</OpenSearchDescription>
|
</OpenSearchDescription>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user