diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-02-13 18:58:37 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-02-13 18:59:35 +0000 |
commit | 39b3640a7bb0c30e91fe4f94f813f0af3fafa1a6 (patch) | |
tree | 76ee40fe3c1bed3a9daed76262b7a6d0e98f546a /website | |
parent | 327c66eea864d23f961c5ceaeb3076b08fcd27a8 (diff) | |
download | doc-39b3640a7bb0c30e91fe4f94f813f0af3fafa1a6.tar.gz doc-39b3640a7bb0c30e91fe4f94f813f0af3fafa1a6.zip |
Correct OpenSearch URL
PR: 237192
Submitted by: michael.osipov(at)siemens.com
Diffstat (limited to 'website')
5 files changed, 8 insertions, 12 deletions
diff --git a/website/themes/beastie/layouts/partials/site-head.html b/website/themes/beastie/layouts/partials/site-head.html index d1bb69912a..0c00082381 100644 --- a/website/themes/beastie/layouts/partials/site-head.html +++ b/website/themes/beastie/layouts/partials/site-head.html @@ -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> diff --git a/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml b/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml index 328357d9f3..727cbabf75 100644 --- a/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml +++ b/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml @@ -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> diff --git a/website/themes/beastie/static/opensearch/man.xml b/website/themes/beastie/static/opensearch/man.xml index 171b0773b3..3c7c7a378e 100644 --- a/website/themes/beastie/static/opensearch/man.xml +++ b/website/themes/beastie/static/opensearch/man.xml @@ -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> diff --git a/website/themes/beastie/static/opensearch/markmail.xml b/website/themes/beastie/static/opensearch/markmail.xml index 6dbf186385..fd4e663f22 100644 --- a/website/themes/beastie/static/opensearch/markmail.xml +++ b/website/themes/beastie/static/opensearch/markmail.xml @@ -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> diff --git a/website/themes/beastie/static/opensearch/message-id.xml b/website/themes/beastie/static/opensearch/message-id.xml index 61b6b1a809..7c7b929cb9 100644 --- a/website/themes/beastie/static/opensearch/message-id.xml +++ b/website/themes/beastie/static/opensearch/message-id.xml @@ -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> |