git: 29f6063d32 - main - website/search: Update mail archive address
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 00:08:28 UTC
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&id={searchTerms}&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&id={searchTerms}&sourceid=opensearch"/>
+ <moz:SearchForm>https://mail-archive.freebsd.org/cgi/mid.cgi</moz:SearchForm>
</OpenSearchDescription>