Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2023 00:08:28 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 29f6063d32 - main - website/search: Update mail archive address
Message-ID:  <202302220008.31M08SKR083478@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=29f6063d32175299d6f2aa9738dcbf9e33d98cfe

commit 29f6063d32175299d6f2aa9738dcbf9e33d98cfe
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-02-22 00:05:44 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-02-22 00:05:44 +0000

    website/search: Update mail archive address
    
    The Mail Archive is now hosted in mail-archive.freebsd.org instead of
    the main website (www|docs).
---
 website/themes/beastie/layouts/shortcodes/form-search-mid-id.html     | 2 +-
 .../themes/beastie/layouts/shortcodes/form-search-mid-message.html    | 2 +-
 website/themes/beastie/static/opensearch/message-id.xml               | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html b/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html
index fb8b406fa9..0f7cdf46a1 100644
--- a/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html
+++ b/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html
@@ -1,4 +1,4 @@
-<form action="https://www.freebsd.org/cgi/mid.cgi" method="get">
+<form action="https://mail-archive.freebsd.org/cgi/mid.cgi" method="get">
   <b>Message-ID:</b><br/>
   <input name="id" type="text" size="50"/>
   <input name="db" value="mid" type="hidden"/>
diff --git a/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html b/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html
index 0becb844c8..35d0d8d197 100644
--- a/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html
+++ b/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html
@@ -1,4 +1,4 @@
-<form action="https://www.freebsd.org/cgi/mid.cgi" method="get">
+<form action="https://mail-archive.freebsd.org/cgi/mid.cgi" method="get">
   <b>Answers to a Message-ID:</b><br/>
   <input name="db" value="irt" type="hidden"/>
   <input type="text" name="id" size="50"/>
diff --git a/website/themes/beastie/static/opensearch/message-id.xml b/website/themes/beastie/static/opensearch/message-id.xml
index 1682f24e79..9f55365cf6 100644
--- a/website/themes/beastie/static/opensearch/message-id.xml
+++ b/website/themes/beastie/static/opensearch/message-id.xml
@@ -4,6 +4,6 @@
   <Description>FreeBSD Mail Message-ID</Description>
   <InputEncoding>UTF-8</InputEncoding>
   <Image width="16" height="16" type="image/x-icon">https://docs.freebsd.org/favicon.ico</Image>;
-  <Url type="text/html" method="get" template="https://docs.freebsd.org/cgi/mid.cgi?db=mid&amp;id={searchTerms}&amp;sourceid=opensearch"/>;
-  <moz:SearchForm>https://docs.freebsd.org/cgi/mid.cgi</moz:SearchForm>;
+  <Url type="text/html" method="get" template="https://mail-archive.freebsd.org/cgi/mid.cgi?db=mid&amp;id={searchTerms}&amp;sourceid=opensearch"/>;
+  <moz:SearchForm>https://mail-archive.freebsd.org/cgi/mid.cgi</moz:SearchForm>;
 </OpenSearchDescription>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302220008.31M08SKR083478>