OSDN Git Service

Execute embedded scripts on overlay-page load.
[mingw/website.git] / mailing.html
1 <!DOCTYPE HTML><!--
2  *
3  * mailing.html
4  *
5  * $Id$
6  *
7  * Written by Keith Marshall <keith@users.osdn.me>
8  * Copyright (C) 2020, 2021, MinGW.OSDN Project
9  *
10  * Uses a web-search form-field implementation derived from the
11  * DuckDuckGo search widget implementation by Juri Wornowitski, as
12  * described at https://www.plainlight.com/ddg
13  *
14  *
15  * Redistribution and use in source and 'compiled' forms (SGML, HTML,
16  * PDF, PostScript, RTF, etc) with or without modification, are permitted
17  * provided that the following conditions are met:
18  *
19  * 1. Redistributions of source code must retain the above copyright
20  *    notice, this list of conditions and the following disclaimer as
21  *    the first lines of this file, unmodified.
22  *
23  * 2. Redistributions in compiled form (transformed to other DTDs,
24  *    converted to PDF, PostScript, RTF and other formats) must
25  *    reproduce the above copyright notice, this list of conditions
26  *    and the following disclaimer in the documentation and/or other
27  *    materials provided with the distribution.
28  *
29  * THIS DOCUMENTATION IS PROVIDED BY THE MINGW.OSDN PROJECT "AS IS"
30  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
31  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
32  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE MINGW.OSDN PROJECT, OR
33  * ITS CONTRIBUTORS, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39  * OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
40  * DAMAGE.
41  *
42  *
43  * Note: this page assumes browser support for the following numeric
44  * HTML entity codes:
45  *
46  *    &#8209;   non-breaking hyphen
47  *    &#8217;   typographic apostrophe
48  *    &#8220;   left (opening) typographic double quote
49  *    &#8221;   right (closing) typographic double quote
50  *
51 -->
52 <script class="masthead">
53 /* Script fragment, to assign titles specific to this page; this is
54  * encapsulated within the "masthead", where such titles are displayed,
55  * to ensure that whatever page content may follow will be correctly
56  * positioned, relative to the masthead content.
57  */
58  set_page("title", "MinGW.OSDN Mailing-Lists");
59  set_page("subtitle", "Mailing-Lists and Mail Archives Operated by MinGW.OSDN");
60 </script><!-- masthead -->
61 <p>MinGW.OSDN&#8217;s preferred method for communication,
62 between users and the project team, is by way of mailing&#8209;lists.
63 Historically, there were several topic&#8209;specific lists, originally
64 <a rel="noopener noreferrer" target="_blank"
65  href="https://sourceforge.net/p/mingw/mailman/"
66 >hosted on SourceForge.net</a>;
67 today, only two remain operational, and both are
68 <a rel="noopener noreferrer" target="_blank"
69  href="https://osdn.net/projects/mingw/lists/"
70 >hosted on OSDN.net</a>.
71 </p>
72 <h3>Operational Mailing&#8209;Lists</h3>
73 <p>The currently operational
74 MinGW.OSDN mailing&#8209;lists are:&mdash;
75 </p>
76 <dl class="no-indent overlapped" id="mingw-users">
77 <dt><a rel="noopener noreferrer" target="_blank"
78  href="https://lists.osdn.me/mailman/listinfo/mingw-users"
79 >MinGW&#8209;Users Mailing&#8209;List</a>
80 </dt>
81 <dd>This is the primary conduit for dialogue between MinGW users
82 and the MinGW.OSDN project team;
83 (you are advised to use this mailing&#8209;list
84 at any time when you wish to engage in such dialogue).
85 It is a public mailing&#8209;list, but to avoid spam,
86 <a rel="noopener noreferrer" target="_blank"
87  href="https://lists.osdn.me/mailman/listinfo/mingw-users"
88 >you <em>must</em> subscribe</a>
89 <em>before</em> you will be
90 permitted to post your first message,
91 (and your subscription <em>must</em> remain active,
92 if you wish to post subsequent messages).
93 </dd>
94 <dd>Before
95 posting to this mailing&#8209;list
96 you are advised to acquaint yourself with the
97 <a href="#list-etiquette">posting etiquette</a>;
98 failure to comply with this etiquette may seriously impair
99 your chances of receiving a useful response,
100 and, in cases of flagrant disregard,
101 may even result in your future posts being moderated.
102 </dd>
103 <dd>Previous correspondence,
104 posted to this mailing&#8209;list between February&nbsp;2018
105 and the present day, has been
106 <a rel="noopener noreferrer" target="_blank"
107  href="https://osdn.net/projects/mingw/lists/archive/users"
108 >archived on OSDN.net</a>;
109 (earlier correspondence, prior to February&nbsp;2018, has also been
110 <a rel="noopener noreferrer" target="_blank"
111  href="https://sourceforge.net/p/mingw/mailman/mingw-users"
112 >archived, on SourceForge.net</a>).
113 As noted in the <a href="#list-etiquette">etiquette</a>,
114 before you introduce a new topic on this mailing&#8209;list,
115 you are advised to search these archives,
116 to ensure that you are not asking a question
117 which has already been answered.
118 You may use the following pair of search boxes to perform
119 keyword searches within the OSDN.net (upper),
120 and the SourceForge.net (lower box) archives, respectively.
121 (If your question relates to MSYS, you may also wish to refer to the
122 <a href="#mingw-msys">historical MinGW&#8209;MSYS archive, below</a>).
123 <form class="search" method="get" action="https://duckduckgo.com/" target="_blank">
124   <button class="fa fa-search" type="submit"></button>
125   <input type="text" name="q" placeholder="Search MinGW-Users on OSDN.net ..." />
126   <input type="hidden" name="sites" value="https://osdn.net/projects/mingw/lists/archive/users" />
127   <input type="hidden" name="kn" value="1" />
128 </form>
129 <form class="search" method="get" action="https://sourceforge.net/p/mingw/mailman/search/" target="_blank">
130   <button class="fa fa-search" type="submit"></button>
131   <input type="text" name="q" placeholder="Search MinGW-Users on SourceForge.net ..." />
132   <input type="hidden" name="mailing_list" value="mingw-users" />
133 </form>
134 </dd>
135 </dl><dl class="no-indent overlapped" id="mingw-notify">
136 <dt><a rel="noopener noreferrer" target="_blank"
137  href="https://lists.osdn.me/mailman/listinfo/mingw-notify"
138 >MinGW&#8209;Notify Mailing&#8209;List</a>
139 </dt>
140 <dd>This is a <em>read&#8209;only</em> mailing&#8209;list,
141 which is used to deliver notifications of source code repository updates,
142 issue tracker submissions, and feature request submissions.
143 If you would like to receive such notifications,
144 you are welcome to subscribe to this mailing&#8209;list,
145 but please <em>do not</em> attempt to post messages to it.
146 </dd>
147 <dd>Notifications posted to this mailing&#8209;list,
148 since November&nbsp;2017, have been
149 <a rel="noopener noreferrer" target="_blank"
150  href="https://osdn.net/projects/mingw/lists/archive/notify"
151 >archived on OSDN.net</a>,
152 while notifications posted prior to September&nbsp;2017 have been
153 <a rel="noopener noreferrer" target="_blank"
154  href="https://sourceforge.net/p/mingw/mailman/mingw-notify"
155 >archived, on SourceForge.net</a>.
156 Once again, you may use the following pair of search boxes
157 to perform keyword searches on these archives, respectively.
158 <form class="search" method="get" action="https://duckduckgo.com/" target="_blank">
159   <button class="fa fa-search" type="submit"></button>
160   <input type="text" name="q" placeholder="Search MinGW-Notify on OSDN.net ..." />
161   <input type="hidden" name="sites" value="https://osdn.net/projects/mingw/lists/archive/notify" />
162   <input type="hidden" name="kn" value="1" />
163 </form>
164 <form class="search" method="get" action="https://sourceforge.net/p/mingw/mailman/search/" target="_blank">
165   <button class="fa fa-search" type="submit"></button>
166   <input type="text" name="q" placeholder="Search MinGW-Notify on SourceForge.net ..." />
167   <input type="hidden" name="mailing_list" value="mingw-notify" />
168 </form>
169 </dd>
170 </dl>
171 <h3>Historical Mailing&#8209;List Archives</h3>
172 <p>In earlier days of the project history,
173 the volume of mailing&#8209;list traffic was significantly greater
174 than it is today.
175 This traffic was distributed over five topic&#8209;specific
176 mailing&#8209;lists, of which only the two identified above
177 remain operational today;
178 the other three historical lists, which are identified below,
179 are now closed, and it is no longer possible to subscribe,
180 or to post messages to them.
181 However, archives of historical postings remain
182 <a rel="noopener noreferrer" target="_blank"
183  href="https://sourceforge.net/p/mingw/mailman/"
184 >available on SourceForge.net</a>,
185 and may be searched using their respective keyword&#8209;search boxes,
186 below.
187 </p>
188 <dl class="no-indent overlapped" id="mingw-msys">
189 <dt><a rel="noopener noreferrer" target="_blank"
190  href="https://sourceforge.net/p/mingw/mailman/mingw-msys"
191 >MinGW&#8209;MSYS Mailing&#8209;List</a>
192 </dt>
193 <dd>This was a public mailing&#8209;list,
194 dedicated to correspondence relating specifically to MSYS,
195 in order to segregate it from more general MinGW&#8209;Users list traffic;
196 today, such correspondence should be directed to
197 <a href="#mingw-users">the MinGW&#8209Users mailing&#8209;list</a>.
198 </dd>
199 <dd>You may use this search box to perform a keyword search
200 on the historical MinGW-MSYS archive.
201 <form class="search" method="get" action="https://sourceforge.net/p/mingw/mailman/search/" target="_blank">
202   <button class="fa fa-search" type="submit"></button>
203   <input type="text" name="q" placeholder="Search MinGW-MSYS on SourceForge.net ..." />
204   <input type="hidden" name="mailing_list" value="mingw-msys" />
205 </form>
206 </dd>
207 <dt><a rel="noopener noreferrer" target="_blank"
208  href="https://sourceforge.net/p/mingw/mailman/mingw-dvlpr"
209 >MinGW&#8209;Dvlpr Mailing&#8209;List</a>
210 </dt>
211 <dd>This was a private, but publicly archived mailing&#8209;list,
212 which was used by MinGW.OSDN Project contributors, to discuss various
213 aspects of project development; this mailing&#8209;list has now been
214 superseded by alternative web technologies, for such discussion.
215 </dd>
216 <dd>You may use this search box to perform a keyword search
217 on the historical MinGW-Dvlpr public archive.
218 <form class="search" method="get" action="https://sourceforge.net/p/mingw/mailman/search/" target="_blank">
219   <button class="fa fa-search" type="submit"></button>
220   <input type="text" name="q" placeholder="Search MinGW-Dvlpr on SourceForge.net ..." />
221   <input type="hidden" name="mailing_list" value="mingw-dvlpr" />
222 </form>
223 </dd>
224 <dt><a rel="noopener noreferrer" target="_blank"
225  href="https://sourceforge.net/p/mingw/mailman/mingw-cvs"
226 >MinGW&#8209;CVS Mailing&#8209;List</a>
227 </dt>
228 <dd>This obsolete <em>read&#8209;only</em> mailing&#8209;list was
229 formerly used for posting of notifications of updates to the
230 MinGW.OSDN CVS, (and more recently <em>git</em>),
231 source code repositories;
232 since migration of these repositories to
233 <a rel="noopener noreferrer" target="_blank"
234  href="https://osdn.net/projects/mingw/scm/"
235 >OSDN.net</a>, such notifications have been directed to
236 <a href="#mingw-notify">the MinGW&#8209;Notify mailing&#8209;list</a>.
237 </dd>
238 <dd>You may use this search box to perform a keyword search
239 on the historical MinGW-CVS archive.
240 <form class="search" method="get" action="https://sourceforge.net/p/mingw/mailman/search/" target="_blank">
241   <button class="fa fa-search" type="submit"></button>
242   <input type="text" name="q" placeholder="Search MinGW-CVS on SourceForge.net ..." />
243   <input type="hidden" name="mailing_list" value="mingw-cvs" />
244 </form>
245 </dd>
246 </dl>
247 <div class="overlapped" id="list-etiquette">
248 <h3>Mailing&#8209;List Posting Etiquette</h3>
249 <p>MinGW is an open source project.
250 As such, it is heavily dependent on people who dedicate
251 their spare time to the goals and continuing development of the project,
252 so please keep this in mind when posting to the mailing&#8209;list.
253 </p>
254 <p>Before you post, you are advised to
255 acquaint yourself with the following commonly accepted guidelines,
256 with which you are strongly encouraged to comply,
257 when composing your posts.
258 Failure to comply with these guidelines may result
259 in your posts being ignored by a number of knowledgeable people,
260 and repeated offenses may even lead to your posts being vetted,
261 and potentially rejected, by the list moderator.
262 </p>
263 <ul>
264 <li>The language of the lists is <em><strong>English</strong></em>&hairsp;;
265 if you post in any other language, you are unlikely to elicit a response.
266 </li>
267 <li><em><strong>Do search</strong></em> the mailing list archives,
268 (both the current archives, and those of the historical topic&#8209;specific
269 lists), before posting, (see the links associated with each of the lists above);
270 many questions have already been asked and answered.
271 </li>
272 <li><em><strong>Do use</strong></em>
273 a <em><strong>meaningful</strong></em> subject line.
274 A subject line should include a pertinent few words summarizing
275 the subject of the email;
276 (when one replies to emails,
277 one should always make certain the subject line of the email is still
278 relevant to the reply).
279 In particular, if you receive list mail in digest format,
280 <em><strong>do always</strong></em>
281 set the subject back to the original text,
282 from the message to which you are replying.
283 <em><strong>Do not</strong></em> reply with a subject of
284 <em>&#8220;Re: MinGW-??? Digest no. ???&#8221;</em>;
285 such replies are prime candidates for deletion, without being read.
286 </li>
287 <li><em><strong>Do post</strong></em> in a MIME format with
288 <em>&#8220;Content-Type: text</em>/<em>plain&#8221;</em>.
289 <em><strong>Do not</strong></em> post as HTML, or in any other MIME format,
290 (and in particular, <em><strong>do not</strong></em> use multi-part MIME,
291 with plain text duplicated as HTML);
292 some list subscribers are unable to, or choose not to read such mail,
293 and will be unable or unwilling to answer you.
294 </li>
295 <li><em><strong>Do not</strong></em>
296 post messages with very long lines of text;
297 except when pasting screenshots, where line wrapping might lead to confusion,
298 ensure that lines of running text are wrapped with hard line breaks,
299 at a length of between 65 and 72 characters.
300 </li>
301 <li><em><strong>Do quote</strong></em> sections of the original text,
302 and <em><strong>interleave</strong></em> your replies to individual points,
303 <em><strong>below</strong></em> the relevant context.
304 <em><strong>Do not</strong></em> 
305 <a rel="noopener noreferrer" target="_blank"
306  href="http://en.wikipedia.org/wiki/Top_post"
307 >top-post</a>;
308 (this 
309 <a rel="noopener noreferrer" target="_blank"
310  href="http://redballoon.net/~snorwood/quote-rant.shtml"
311 >treatise</a>
312 explains why top-posting is considered unacceptable).
313 </li>
314 <li><em><strong>Do trim out</strong></em> sections of the original mail,
315 which are not required to establish the context of your reply.
316 (Once more,
317 this is particularly important when replying to mail received in digest form;
318 <em><strong>do reply</strong></em>
319 to <em><strong>one subject at a time</strong></em>,
320 and <em><strong>do remove</strong></em> all content related to other subjects).
321 <em><strong>Do not</strong></em> persistently recycle irrelevant junk,
322 quoted from earlier messages in the thread.
323 </li>
324 <li><em><strong>Do not</strong></em>
325 include <em>&#8220;legal mumble&#8221;</em> signatures.
326 You are posting to a list that will be read by thousands of users,
327 and anything you say will be archived in the public domain;
328 in this context, such drivel in your signature is neither enforceable,
329 nor meaningful.
330 </li>
331 <li><em><strong>Do not hijack</strong></em> an existing topic thread,
332 when you wish to introduce an unrelated subject;
333 (i.e. <em><strong>do not</strong></em> reply to an existing message,
334 when your reply is unrelated to the original subject).
335 When you want to introduce a new topic, plainly start a new thread,
336 (i.e. a completely new message).
337 Replying in an existing thread confuses mail readers
338 and humans who are trying to participate in the original discussion;
339 it is a sure way to irritate other subscribers,
340 and will likely get you ignored,
341 if not even black-listed.
342 </li>
343 </ul>
344 <p>Historical information on <em>netiquette</em> may be found in 
345 <a rel="noopener noreferrer" target="_blank"
346  href="http://www.faqs.org/rfcs/rfc1855.html"
347 >RFC-1855</a>.
348 </p>
349 <p>This
350 <a rel="noopener noreferrer" target="_blank"
351  href="http://linuxmafia.com/faq/Essays/smart-questions.html"
352 >article</a>,
353 (also available 
354 <a rel="noopener noreferrer" target="_blank"
355  href="http://www.catb.org/~esr/faqs/smart-questions.html"
356 >here</a>),
357 offers valuable advice on how to ask questions,
358 in a manner most likely to elicit useful replies.
359 </p>
360 </div><!-- list-etiquette -->
361
362 <!-- $RCSfile$: end of file -->