Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mailing-lists « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e370bb3b4d558d7ad531470ff3db0b3b2ecc7352 (plain)
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
* Mailing Lists

	Most of the mailing lists are in english, but there is also
	Mono Hispano that has lists in Spanish.   <a
	href="http://www.monohispano.org/mailman/listinfo/mono-hispano">Mono Hispano list</a>

	There are a number of mailing lists for Mono in English:

	<table border=1>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-announce-list">mono-announce-list</a></b>
	    </td>
	    <td>
	Announcements of Mono developments.
	    </td>	
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-list">mono-list</a></b>
	    </td>
	    <td>
	The general Mono discussion list.
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-devel-list">mono-devel-list</a></b>
	    </td>
	    <td> 
	      A mailing list specifically dedicated to discussions
	      about developing Mono and programming *with* Mono.
	      Programmers that work on Mono are _strongly_ encouraged
	      to join this list.  Third-party programmers interested
	      in running or compiling their managed applications with
	      Mono or that are interested in using mono-specific
	      technologies should join the list as well.
	      <p>
	      Examples of on-topic arguments are:
	      <ul>
		<li>proposals and patches for new features for the mono runtime and programs
		<li>discussions about bugs in the mono runtime and programs
		<li>discussions about future directions
		<li>embedding API, scripting language bridges
		<li>mono/mcs build issues
		<li>programming with mono-specific assemblies
		<li>discussions about third-party compilers that target and/or use directly the CLR
		<li>discussions about getting a managed application run with mono
	      </ul>
		
              <p>Topics that are better discussed on other mailing lists:
              <ul>
		<li> general C# questions (use the specific lists at develop.com)
		<li> issues that are already covered by a more specific mono
		     mailing list (like System.Windows.Forms or Gtk#)
		<li> success reports about new apps running on mono, including
		     runtime/buildtime support for new programming languages (use
		     mono-list to reach a wider audience)
              </ul>
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-gc-list">mono-gc-list</a></b>
	    </td>
	    <td>
	Discussion on the GC system of Mono.
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-patches">mono-patches</a></b>
	    </td>
	    <td>
	Track the CVS activity of Mono on this mailing list (patches are sent to recipients).  <p>
	You can get <a href="http://www.go-mono.com/snapshots">daily snapshots</a> as well.
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list</a></b>
	    </td>
	    <td>
	Track the CVS activity of Mono on this mailing list.  
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list</a></b>
	    </td>
	    <td>
	Discussion on the documentation of Mono.
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs</a></b>
	    </td>
	    <td>
	       This mailing list is used to keep track of the bugs in Mono as reported
	       in <a href="http://bugzilla.ximian.com">Bugzilla.ximian.com</a>
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mono-winforms-list</a></b>
	    </td>
	    <td>
	Used to discuss the Windows.Forms implementatation for Mono using Wine.
	    </td>
	  </tr>
	  <tr>
	    <td>
		<b><a
	href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">gtk-sharp-list</a></b>
	    </td>
	    <td>
	Used to discuss the Gtk bindings for Mono (<a href="http://gtk-sharp.sf.net">Gtk#</a>).
	    </td>
	  </tr>
	</table>

	Other mailing lists of interest:

	<ul>
		* <b><a
	href="http://discuss.develop.com/dotnet.html">Dotnet mailing
	list at Develop.com:</a></b> The guys at Develop Mentor run
	this general purpose mailing list.
	</ul>
	</ul>

* Alternative archive site

	An alternate site that archives Mono List is available <a
	href="http://archive.neotonic.com/archive/mono-list">http://archive.neotonic.com/archive/mono-list</a>
	
* Google search of the archives

<!-- Google Search with mods -->
<center>

<table>
<tr>
<td><a href="http://www.google.com/search"><img src="mailing-lists_files/Logo_40wht.gif" border="0" alt="Google" align="middle"></a></td>

<td>
<table>

<tr><td>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=q size=31 maxlength=255 value="mono">
<INPUT type=submit name=sa VALUE="Search">
<input type="hidden" name="cof" value="GIMP:#00ff00;T:#ffffff;LW:401;BIMG:http://www.go-mono.com/images/bgsquares.gif;ALC:#ffffff;L:http://www.go-mono.com/images/mono.gif;GFNT:#cc7700;LC:#ee9900;LH:80;BGC:#444444;AH:center;VLC:#cccccc;S:http://www.go-mono.com;GALT:#eeee00;AWFID:45753ce73241ef7a;">
<font face="arial,sans-serif" size="-1"><input type="hidden" name="domains" value="www.go-mono.com;lists.ximian.com"><br><input type="radio" name="sitesearch" value="www.go-mono.com"> Search www.go-mono.com <input type="radio" name="sitesearch" value="lists.ximian.com"> Search lists.ximian.com </font><br>
</td></tr></TABLE>
</FORM>
</tr></td>

<tr><td>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=q size=31 maxlength=255 value="mono-list">
<INPUT type=submit name=sa VALUE="Search">
<input type="hidden" name="cof" value="GIMP:#00ff00;T:#ffffff;LW:401;BIMG:http://www.go-mono.com/images/bgsquares.gif;ALC:#ffffff;L:http://www.go-mono.com/images/mono.gif;GFNT:#cc7700;LC:#ee9900;LH:80;BGC:#444444;AH:center;VLC:#cccccc;S:http://www.go-mono.com;GALT:#eeee00;AWFID:45753ce73241ef7a;">
<font face=arial,sans-serif size=-1><input type=hidden name=domains value="lists.ximian.com"><br> <input type=hidden name=sitesearch value="lists.ximian.com"> Search mono-<b>list</b> </font><br>
</td></tr></TABLE>
</FORM>
</tr></td>

<tr><td>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=q size=31 maxlength=255 value="mono-announce-list">
<INPUT type=submit name=sa VALUE="Search">
<input type="hidden" name="cof" value="GIMP:#00ff00;T:#ffffff;LW:401;BIMG:http://www.go-mono.com/images/bgsquares.gif;ALC:#ffffff;L:http://www.go-mono.com/images/mono.gif;GFNT:#cc7700;LC:#ee9900;LH:80;BGC:#444444;AH:center;VLC:#cccccc;S:http://www.go-mono.com;GALT:#eeee00;AWFID:45753ce73241ef7a;">
<font face=arial,sans-serif size=-1><input type=hidden name=domains value="lists.ximian.com"><br> <input type=hidden name=sitesearch value="lists.ximian.com"> Search mono-<b>announce-list</b> </font><br>
</td></tr></TABLE>
</FORM>
</tr></td>

<tr><td>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=q size=31 maxlength=255 value="mono-bugs">
<INPUT type=submit name=sa VALUE="Search">
<input type="hidden" name="cof" value="GIMP:#00ff00;T:#ffffff;LW:401;BIMG:http://www.go-mono.com/images/bgsquares.gif;ALC:#ffffff;L:http://www.go-mono.com/images/mono.gif;GFNT:#cc7700;LC:#ee9900;LH:80;BGC:#444444;AH:center;VLC:#cccccc;S:http://www.go-mono.com;GALT:#eeee00;AWFID:45753ce73241ef7a;">
<font face=arial,sans-serif size=-1><input type=hidden name=domains value="lists.ximian.com"><br> <input type=hidden name=sitesearch value="lists.ximian.com"> Search mono-<b>bugs</b> </font><br>
</td></tr></TABLE>
</FORM>
</tr></td>

<tr><td>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=q size=31 maxlength=255 value="mono-gc-list">
<INPUT type=submit name=sa VALUE="Search">
<input type="hidden" name="cof" value="GIMP:#00ff00;T:#ffffff;LW:401;BIMG:http://www.go-mono.com/images/bgsquares.gif;ALC:#ffffff;L:http://www.go-mono.com/images/mono.gif;GFNT:#cc7700;LC:#ee9900;LH:80;BGC:#444444;AH:center;VLC:#cccccc;S:http://www.go-mono.com;GALT:#eeee00;AWFID:45753ce73241ef7a;">
<font face=arial,sans-serif size=-1><input type=hidden name=domains value="lists.ximian.com"><br> <input type=hidden name=sitesearch value="lists.ximian.com"> Search mono-<b>gc-list</b> </font><br>
</td></tr></TABLE>
</FORM>
</tr></td>

<tr><td>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=q size=31 maxlength=255 value="mono-cvs-list">
<INPUT type=submit name=sa VALUE="Search">
<input type="hidden" name="cof" value="GIMP:#00ff00;T:#ffffff;LW:401;BIMG:http://www.go-mono.com/images/bgsquares.gif;ALC:#ffffff;L:http://www.go-mono.com/images/mono.gif;GFNT:#cc7700;LC:#ee9900;LH:80;BGC:#444444;AH:center;VLC:#cccccc;S:http://www.go-mono.com;GALT:#eeee00;AWFID:45753ce73241ef7a;">
<font face=arial,sans-serif size=-1><input type=hidden name=domains value="lists.ximian.com"><br> <input type=hidden name=sitesearch value="lists.ximian.com"> Search mono-<b>cvs-list</b> </font><br>
</td></tr></TABLE>
</FORM>
</tr></td>

<tr><td>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=q size=31 maxlength=255 value="mono-patches">
<INPUT type=submit name=sa VALUE="Search">
<input type="hidden" name="cof" value="GIMP:#00ff00;T:#ffffff;LW:401;BIMG:http://www.go-mono.com/images/bgsquares.gif;ALC:#ffffff;L:http://www.go-mono.com/images/mono.gif;GFNT:#cc7700;LC:#ee9900;LH:80;BGC:#444444;AH:center;VLC:#cccccc;S:http://www.go-mono.com;GALT:#eeee00;AWFID:45753ce73241ef7a;">
<font face=arial,sans-serif size=-1><input type=hidden name=domains value="lists.ximian.com"><br> <input type=hidden name=sitesearch value="lists.ximian.com"> Search mono-<b>patches</b> </font><br>
</td></tr></TABLE>
</FORM>
</tr></td>


</table>
</tr>
</table>

</center>
<!-- /Google Search with mods -->