Correct OpenSearch URL
PR: 237192 Submitted by: michael.osipov(at)siemens.com
This commit is contained in:
parent
327c66eea8
commit
39b3640a7b
5 changed files with 8 additions and 12 deletions
website/themes/beastie
layouts/partials
static/opensearch
|
@ -11,8 +11,8 @@
|
|||
|
||||
<link rel="stylesheet" href="{{ absLangURL ($.Site.BaseURL) }}css/fixed.css">
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}/opensearch/man.xml" title="FreeBSD Man Pages">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}/opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manual Pages">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}/opensearch/message-id.xml" title="FreeBSD Mailing List Message-ID Search">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}/opensearch/markmail.xml" title="FreeBSD Mailing List Search by MarkMail">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man.xml" title="FreeBSD Man Pages">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manual Pages">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/message-id.xml" title="FreeBSD Mailing List Message-ID Search">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/markmail.xml" title="FreeBSD Mailing List Search by MarkMail">
|
||||
</head>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<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>FreeBSD + Ports Manpages</ShortName>
|
||||
<Description>FreeBSD Release + Ports Manual Pages</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<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>FreeBSD Manpages</ShortName>
|
||||
<Description>FreeBSD Manual Pages</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<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>MarkMail FreeBSD</ShortName>
|
||||
<Description>FreeBSD Mailing List Search by MarkMail</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<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>FreeBSD Mail Message-ID</ShortName>
|
||||
<Description>FreeBSD Mail Message-ID</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
|
|
Loading…
Reference in a new issue