OSDN Git Service

Publish note on DLL version management.
[mingw/website.git] / mailing.html
index efbad45..2374960 100644 (file)
  *    ”   right (closing) typographic double quote
  *
 -->
-<dl class="masthead"><!-- hidden for masthead class -->
-<!-- FIXME: is there a better way to do this?  We need to propagate
- content to the "as-page-title" and "as-page-subtitle" place-holders,
- within the "page-content" div of "index.html"; our javascript page
- loader will explicitly look for these hidden elements, and copy
- their content into the corresponding visible place-holders.
--->
- <dt id="page-title">MinGW.OSDN Mailing-Lists</dt>
- <dt id="page-subtitle">Mailing-Lists and Mail Archives Operated by MinGW.OSDN</dt>
-</dl><!-- masthead -->
+<script class="masthead">
+/* Script fragment, to assign titles specific to this page; this is
+ * encapsulated within the "masthead", where such titles are displayed,
+ * to ensure that whatever page content may follow will be correctly
+ * positioned, relative to the masthead content.
+ */
+ set_page("title", "MinGW.OSDN Mailing-Lists");
+ set_page("subtitle", "Mailing-Lists and Mail Archives Operated by MinGW.OSDN");
+</script><!-- masthead -->
 <p>MinGW.OSDN&#8217;s preferred method for communication,
 between users and the project team, is by way of mailing&#8209;lists.
 Historically, there were several topic&#8209;specific lists, originally
@@ -121,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
 <a href="#mingw-msys">historical MinGW&#8209;MSYS archive, below</a>).
+<!-- Search widget using DuckDuckGo, does not work well on OSDN! --><!--
 <form class="search" method="get" action="https://duckduckgo.com/" target="_blank">
   <button class="fa fa-search" type="submit"></button>
   <input type="text" name="q" placeholder="Search MinGW-Users on OSDN.net ..." />
   <input type="hidden" name="sites" value="https://osdn.net/projects/mingw/lists/archive/users" />
   <input type="hidden" name="kn" value="1" />
 </form>
+--><!-- Alternative search widget, using Google, does work -->
+<form class="search" onsubmit="ddg_widget(this).click()">
+  <button class="fa fa-search" type="submit"
+    onclick="return ddg_google_search(this, true, osdn_archive('mingw', 'users'))"
+  ></button>
+  <input type="text" name="q" placeholder="Search MinGW-Users on OSDN.net ..." />
+</form>
 <form class="search" method="get" action="https://sourceforge.net/p/mingw/mailman/search/" target="_blank">
   <button class="fa fa-search" type="submit"></button>
   <input type="text" name="q" placeholder="Search MinGW-Users on SourceForge.net ..." />
@@ -156,12 +163,20 @@ while notifications posted prior to September&nbsp;2017 have been
 >archived, on SourceForge.net</a>.
 Once again, you may use the following pair of search boxes
 to perform keyword searches on these archives, respectively.
+<!-- Search widget using DuckDuckGo, does not work well on OSDN! --><!--
 <form class="search" method="get" action="https://duckduckgo.com/" target="_blank">
   <button class="fa fa-search" type="submit"></button>
   <input type="text" name="q" placeholder="Search MinGW-Notify on OSDN.net ..." />
   <input type="hidden" name="sites" value="https://osdn.net/projects/mingw/lists/archive/notify" />
   <input type="hidden" name="kn" value="1" />
 </form>
+--><!-- Alternative search widget, using Google, does work -->
+<form class="search" onsubmit="ddg_widget(this).click()">
+  <button class="fa fa-search" type="submit"
+    onclick="return ddg_google_search(this, true, osdn_archive('mingw', 'notify'))"
+  ></button>
+  <input type="text" name="q" placeholder="Search MinGW-Notify on OSDN.net ..." />
+</form>
 <form class="search" method="get" action="https://sourceforge.net/p/mingw/mailman/search/" target="_blank">
   <button class="fa fa-search" type="submit"></button>
   <input type="text" name="q" placeholder="Search MinGW-Notify on SourceForge.net ..." />
@@ -261,7 +276,7 @@ in your posts being ignored by a number of knowledgeable people,
 and repeated offenses may even lead to your posts being vetted,
 and potentially rejected, by the list moderator.
 </p>
-<ul style="padding-right: 1em">
+<ul>
 <li>The language of the lists is <em><strong>English</strong></em>&hairsp;;
 if you post in any other language, you are unlikely to elicit a response.
 </li>