From 53358208c967d324855759a32dcf288dbb6830b4 Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Sun, 12 Sep 2021 15:38:38 +0100 Subject: [PATCH] Redirect OSDN mail archive searches from DuckDuckGo to Google. * site.js (osdn_archive, ddg_query, ddg_widget): New functions; they facilitate setup and initiation of a DuckDuckGo query of any OSDN mail archive, with redirection via the Google search engine, using... (ddg_bang, ddg_google_search, ddg_google_search_site): ...these new internal-use helper functions. * mailing.html (MinGW-Users, MinGW-Notify): Use... (ddg_widget, osdn_archive): ...these to initiate DuckDuckGo search... (ddg_google_search): ...with this to redirect to the Google engine. --- mailing.html | 16 +++++++++++++ site.js | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/mailing.html b/mailing.html index 0b4d68e..2374960 100644 --- a/mailing.html +++ b/mailing.html @@ -120,12 +120,20 @@ keyword searches within the OSDN.net (upper), and the SourceForge.net (lower box) archives, respectively. (If your question relates to MSYS, you may also wish to refer to the historical MinGW‑MSYS archive, below). + +