|
11 | 11 | include_once("$topdir/includes/header.inc"); |
12 | 12 | ?> |
13 | 13 |
|
14 | | -<p><center><?php red("YOU MUST BE SUBSCRIBED IN ORDER TO POST!"); |
15 | | -?></center></p> |
16 | | - |
17 | | -<p> Due to the ever-present problem of spam, we cannot accept posts |
18 | | -from non-subscribers. If you are not subscribed <?php red("with the |
19 | | -address that you post from"); ?>, you posts will be automatically |
20 | | -discarded.</p> |
21 | | - |
22 | 14 | <p><center><hr width=50%></center> |
23 | 15 |
|
24 | | -<h2 align=center><font color=red>NOTE:</font> New subscriptions to |
25 | | -the mailing lists curently broken.</h2> |
| 16 | +<p> MTT's mailing lists are hosted at Google Groups, which |
| 17 | +contains archived conversations going back to January, 2025.</p> |
26 | 18 |
|
27 | | -<h2 align=center>Please <a |
28 | | -href="https://github.com/open-mpi/mtt/issues/new/choose">create a |
29 | | -GitHub issue with any questions</a> until we can get the mailing lists |
30 | | -fixed.</h2> |
| 19 | +<p> However, MTT's <em>complete</em> mail archives go back much |
| 20 | +further than that and are available at <a |
| 21 | +href="https://mail-archive.com/">https://mail-archive.com/</a>.</p> |
31 | 22 |
|
32 | 23 | <p><center><hr width=50%></center> |
33 | 24 |
|
|
37 | 28 | <P> |
38 | 29 | <UL> |
39 | 30 |
|
40 | | -<?php print_link("MTT announcement list (<font color=red>USERS |
41 | | -CANNOT POST TO THIS LIST</font>)", "mtt-announce"); ?> |
42 | | - |
43 | | -<P> This is a low-volume list that is used to announce new version of |
44 | | -MTT, important updates, etc. The list is only for announcements, so |
45 | | -<strong>only the MTT development team can post to the list.</strong> |
46 | | -Posts from outside the MTT development team will be automatically |
47 | | -discarded.</p> |
48 | | - |
49 | 31 | <?php print_link("MTT user list", "mtt-users"); ?> |
50 | 32 |
|
51 | 33 | <P>This list is used for general questions and discussion of MTT. |
|
56 | 38 |
|
57 | 39 | <?php print_list("mtt-devel"); ?> |
58 | 40 |
|
59 | | -<?php print_link("MTT developers list", "mtt-devel"); ?> |
60 | | - |
61 | | -<P>This list is used for developers who are working with the internals |
62 | | -of MTT itself. <?php red("Subscribers"); ?> are welcome to post |
63 | | -any topics dealing with the internal code of MTT are welcome on |
64 | | -this list: questions, comments, bug reports, etc.</p> |
| 41 | +<?php print_link("MTT developers list", "mtt-devel", $emit_ggroups=False); ?> |
65 | 42 |
|
66 | | -<?php print_list("mtt-devel"); ?> |
| 43 | +<P>This list used to be for developers who were working with the |
| 44 | +internals of MTT itself. Due to very low volume, this list is no |
| 45 | +longer available -- it has been folder into the MTT user's list. The |
| 46 | +old archives are still available, however.</p> |
67 | 47 | </UL> |
68 | 48 |
|
69 | 49 | <?php |
|
0 commit comments