git: 413cadb072 - main - opensearch link title must match plugin file's <ShortName>.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Jan 2023 18:16:40 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=413cadb072ac2b782fc66c2c8684e6475ac1a30f commit 413cadb072ac2b782fc66c2c8684e6475ac1a30f Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-01-08 18:16:30 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-01-08 18:16:30 +0000 opensearch link title must match plugin file's <ShortName>. --- website/content/en/cgi/man.cgi | 4 ++-- website/content/en/cgi/mid.cgi | 2 +- website/themes/beastie/layouts/partials/site-head.html | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 1d9b116e3c..e6e6e1bdba 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -1117,8 +1117,8 @@ sub html_header { my $html_meta = q| <meta name="robots" content="nofollow" /> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> -<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man.xml" title="FreeBSD Manual Pages" /> -<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man-freebsd-release-ports.xml" title="FreeBSD + Ports Manual Pages" /> +<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man.xml" title="FreeBSD Man" /> +<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/man-freebsd-release-ports.xml" title="FreeBSD Man+P" /> <style type="text/css"> <!-- b { color: #996600; } diff --git a/website/content/en/cgi/mid.cgi b/website/content/en/cgi/mid.cgi index 3971bf5b84..12c9f255f3 100755 --- a/website/content/en/cgi/mid.cgi +++ b/website/content/en/cgi/mid.cgi @@ -40,7 +40,7 @@ $shortid = 1; $lookCommand = "/usr/bin/look"; $ENV{PATH} = '/bin:/usr/bin'; -$main::t_style .= qq{\n<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/message-id.xml" title="FreeBSD Mail Message-ID" />\n}; +$main::t_style .= qq{\n<link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/message-id.xml" title="FreeBSD M-ID" />\n}; sub escape($) { $_ = $_[0]; s/&/&/g; s/</</g; s/>/>/g; $_; } diff --git a/website/themes/beastie/layouts/partials/site-head.html b/website/themes/beastie/layouts/partials/site-head.html index 62d4af47b4..104f633b13 100644 --- a/website/themes/beastie/layouts/partials/site-head.html +++ b/website/themes/beastie/layouts/partials/site-head.html @@ -11,11 +11,11 @@ <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 Manual 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/ports.xml" title="FreeBSD Ports and Packages Collection"> - <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"> + <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/man-freebsd-release-ports.xml" title="FreeBSD Man+P"> + <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/ports.xml" title="FreeBSD Ports"> + <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/message-id.xml" title="FreeBSD M-ID"> + <link rel="search" type="application/opensearchdescription+xml" href="{{ absLangURL ($.Site.BaseURL) }}opensearch/markmail.xml" title="MarkMail FBSD"> <!-- SEO --> <meta name="twitter:card" content="summary_large_image"/>