doc/en/search/opensearch/query-pr.xml
Wolfram Schneider 64bf4e6ae3 Fix mismatch between <ShortName/> and the title attribute in query-pr.cgi
As a result browsers always claimed that there is new opensearch
provider, even if it was already added.

Submitted by: Maxim Dounin
2008-11-29 13:54:11 +00:00

14 lines
643 B
XML

<?xml version="1.0"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xml:lang="de">
<ShortName>FreeBSD Bugs</ShortName>
<LongName>FreeBSD Problem Reports</LongName>
<Description>FreeBSD Problem Reports</Description>
<Url template="http://www.freebsd.org/cgi/query-pr.cgi?pr={searchTerms}&amp;sourceid=opensearch" type="text/html" />
<Developer>The FreeBSD Project</Developer>
<Contact>http://www.freebsd.org/</Contact>
<Image height="16" type="image/x-icon" width="16">http://www.freebsd.org/favicon.ico</Image>
<Language>en</Language>
<InputEncoding>ISO-8859-1</InputEncoding>
</OpenSearchDescription>