git: 4cca3bb7d0 - main - Adjust ShortName to standard
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jan 2023 16:48:00 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=4cca3bb7d052cc0df1b8c81338e831dad619df23 commit 4cca3bb7d052cc0df1b8c81338e831dad619df23 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-01-07 16:47:10 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-01-07 16:47:10 +0000 Adjust ShortName to standard The ShortName tag must be 16 or fewer characters of plain text, otherwise we may run into trouble with Firefox. --- .../themes/beastie/static/opensearch/man-freebsd-release-ports.xml | 2 +- website/themes/beastie/static/opensearch/man.xml | 4 ++-- website/themes/beastie/static/opensearch/message-id.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 c10980b464..57bb970151 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,5 @@ <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> - <ShortName>FreeBSD + Ports Manual Pages</ShortName> + <ShortName>FreeBSD Man+P</ShortName> <Description>FreeBSD Release + Ports Manual Pages</Description> <InputEncoding>UTF-8</InputEncoding> <Image width="16" height="16" type="image/x-icon">https://www.freebsd.org/favicon.ico</Image> diff --git a/website/themes/beastie/static/opensearch/man.xml b/website/themes/beastie/static/opensearch/man.xml index 1a5f7bf08a..66ef43d85e 100644 --- a/website/themes/beastie/static/opensearch/man.xml +++ b/website/themes/beastie/static/opensearch/man.xml @@ -1,6 +1,6 @@ <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> - <ShortName>FreeBSD Manual Pages</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}&sourceid=opensearch"/> diff --git a/website/themes/beastie/static/opensearch/message-id.xml b/website/themes/beastie/static/opensearch/message-id.xml index 7c7b929cb9..1a33a43092 100644 --- a/website/themes/beastie/static/opensearch/message-id.xml +++ b/website/themes/beastie/static/opensearch/message-id.xml @@ -1,5 +1,5 @@ <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> - <ShortName>FreeBSD Mail Message-ID</ShortName> + <ShortName>FreeBSD M-ID</ShortName> <Description>FreeBSD Mail Message-ID</Description> <InputEncoding>UTF-8</InputEncoding> <Image width="16" height="16" type="image/x-icon">https://www.freebsd.org/favicon.ico</Image>