aboutsummaryrefslogtreecommitdiff
path: root/website/themes/beastie/static/opensearch/man.xml
diff options
context:
space:
mode:
Diffstat (limited to 'website/themes/beastie/static/opensearch/man.xml')
-rw-r--r--website/themes/beastie/static/opensearch/man.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/website/themes/beastie/static/opensearch/man.xml b/website/themes/beastie/static/opensearch/man.xml
index 3c7c7a378e..0f06bade05 100644
--- a/website/themes/beastie/static/opensearch/man.xml
+++ b/website/themes/beastie/static/opensearch/man.xml
@@ -1,8 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
- <ShortName>FreeBSD Manpages</ShortName>
- <Description>FreeBSD Manual Pages</Description>
+ <ShortName>FreeBSD Man</ShortName>
+ <Description>FreeBSD Release Manual Pages</Description>
<InputEncoding>UTF-8</InputEncoding>
- <Image width="16" height="16" type="image/x-icon">https://www.freebsd.org/favicon.ico</Image>
- <Url type="text/html" method="get" template="https://www.freebsd.org/cgi/man.cgi?query={searchTerms}&amp;sourceid=opensearch"/>
- <moz:SearchForm>https://www.freebsd.org/cgi/man.cgi</moz:SearchForm>
+ <Image width="16" height="16" type="image/x-icon">https://man.freebsd.org/favicon.ico</Image>
+ <Url template="https://man.freebsd.org/cgi/man.cgi?sourceid=opensearch&amp;manpath=freebsd-release&amp;query={searchTerms}" type="text/html" method="get" />
+ <Url template="https://man.freebsd.org/cgi/man-autocomplete.cgi?sourceid=opensearch&amp;ns=opensearch&amp;manpath=freebsd-release&amp;query={searchTerms}" type="application/x-suggestions+json" />
+ <moz:SearchForm>https://man.freebsd.org/cgi/man.cgi?manpath=freebsd-release</moz:SearchForm>
</OpenSearchDescription>