-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailinglists.php
116 lines (112 loc) · 3.36 KB
/
mailinglists.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?php
$t_sub_title = "Mailing Lists";
include( "top.php" );
?>
<h4>Mailing Lists</h4>
<p>Signup for the mailing lists. These are very low traffic since most people seem to use the <a href="/forums/">forums</a>. Please use the forums or the mailing lists for general help questions. Discussion of development issues is mainly done using the mailing list.</p>
<table>
<tr>
<td width="20%">
mantisbt-announce
</td>
<td width="15%">
<a href="http://lists.sourceforge.net/mailman/listinfo/mantisbt-announce" target="_blank">Signup</a>
</td>
<td width="15%">
<a href="http://dir.gmane.org/gmane.comp.bug-tracking.mantis.announce" target="_blank">GMANE Archives</a>
</td>
<td width="15%">
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mantisbt-announce" target="_blank">SourceForge Archives</a>
</td>
<td width="50%">
Be notified of releases and any important updates.
</td>
</tr>
<tr>
<td>
mantisbt-help
</td>
<td>
<a href="http://lists.sourceforge.net/mailman/listinfo/mantisbt-help">Signup</a>
</td>
<td>
<a href="http://dir.gmane.org/gmane.comp.bug-tracking.mantis.general" target="_blank">GMANE Archives</a>
</td>
<td>
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mantisbt-help" target="_blank">SourceForge Archives</a>
</td>
<td>
Ask for help (check the mailing list archives and the <a href="/forums">forums</a> first.
</td>
</tr>
<tr>
<td>
mantisbt-lang
</td>
<td>
<a href="http://lists.sourceforge.net/mailman/listinfo/mantisbt-lang">Signup</a>
</td>
<td>
<a href="http://dir.gmane.org/gmane.comp.bug-tracking.mantis.localization" target="_blank">GMANE Archives</a>
</td>
<td>
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mantisbt-lang" target="_blank">SourceForge Archives</a>
</td>
<td>
MantisBT localization efforts.
</td>
</tr>
<tr>
<td>
mantisbt-dev
</td>
<td>
<a href="http://lists.sourceforge.net/mailman/listinfo/mantisbt-dev">Signup</a>
</td>
<td>
<a href="http://gmane.org/info.php?group=gmane.comp.bug-tracking.mantis.devel" target="_blank">GMANE Archives</a>
</td>
<td>
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mantisbt-dev" target="_blank">SourceForge Archives</a>
</td>
<td>
MantisBT development talk.
</td>
</tr>
<tr>
<td>
mantisbt-soap-dev
</td>
<td>
<a href="http://lists.sourceforge.net/mailman/listinfo/mantisbt-soap-dev">Signup</a>
</td>
<td>
<a href="http://gmane.org/info.php?group=gmane.comp.bug-tracking.mantis.devel.soap" target="_blank">GMANE Archives</a>
</td>
<td>
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mantisbt-soap-dev" target="_blank">SourceForge Archives</a>
</td>
<td>
MantisBT SOAP API development talk.
</td>
</tr>
<tr>
<td>
mantisbt-cvs
</td>
<td>
<a href="http://lists.sourceforge.net/mailman/listinfo/mantisbt-cvs">Signup</a>
</td>
<td>
<a href="http://dir.gmane.org/gmane.comp.bug-tracking.mantis.cvs" target="_blank">GMANE Archives</a>
</td>
<td>
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mantisbt-cvs" target="_blank">SourceForge Archives</a>
</td>
<td>
A message is sent to this whenever new code is committed to MantisBT source control (currently Subversion).
</td>
</tr>
</table>
<p class="center"><a class="bold" href="http://sourceforge.net/mail/?group_id=14963">SourceForge Mailing Lists</a></p>
<?php include( "bot.php" ); ?>