Date: Sat, 13 Feb 2021 18:59:50 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 39b3640a7b - main - Correct OpenSearch URL Message-ID: <202102131859.11DIxoP9070885@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=39b3640a7bb0c30e91fe4f94f813f0af3fafa1a6 commit 39b3640a7bb0c30e91fe4f94f813f0af3fafa1a6 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2021-02-13 18:58:37 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2021-02-13 18:59:35 +0000 Correct OpenSearch URL PR: 237192 Submitted by: michael.osipov(at)siemens.com --- website/themes/beastie/layouts/partials/site-head.html | 8 ++++---- .../beastie/static/opensearch/man-freebsd-release-ports.xml | 3 +-- website/themes/beastie/static/opensearch/man.xml | 3 +-- website/themes/beastie/static/opensearch/markmail.xml | 3 +-- website/themes/beastie/static/opensearch/message-id.xml | 3 +-- 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131859.11DIxoP9070885>