Fix mail server url
[mono.git] / web / resources
1
2 * Resources
3
4         There are a number of resources available for those of you who
5         want to contribute to the Mono project.  Here are a few links.
6
7         If you want to send suggestions for links, address them to <a
8         mailto="web-mono@ximian.com">web-mono@ximian.com</a>.
9
10 ** IRC
11
12         Various Mono contributors get together on channel #mono on
13         irc.gnome.org
14
15 ** Mono related sites.
16
17         Sergey's web page on Mono resources:
18
19         <a href="http://mono.eurosoft.od.ua">http://mono.eurosoft.od.ua</a>
20
21         Got Dot Net:
22
23         <a href="http://www.gotdotnet.com">Got Dot Net</a>
24
25         MonoMail:
26
27         <a href="http://sourceforge.net/projects/monomail/">http://sourceforge.net/projects/monomail/</a>
28
29         Zip classes:
30
31         Mike's port to .NET: <a href="http://www.icsharpcode.net/OpenSource/NZipLib/default.asp">NZipLib</a>
32
33 ** Presentations
34
35         Currently the <a href="Presentations/O-Reilly">O'Reilly</a>
36         presentation on Mono is available.  Arturo Espinosa has given
37         a talk on Mono in Mexico and made <a
38         href="http://construct.ximian.com/~arturo/Presentations/Mono.OLS/html">spanish
39         slides</a>
40
41 ** ECMA Documentation.
42
43         You can get the documentation for the ECMA specs from a number of sites:
44         <ul>
45                 * <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
46                 * <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
47                 * <a href="http://developer.intel.com/software/idap/ecma">Intel</a>
48                 * <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
49         </ul>
50
51         These contain specifications for the assembler, the metadata,
52         byte codes supported by the CLI virtual machine, the C#
53         language and the core class libraries.
54
55         For details on the .NET class libraries, you can
56         visit the Microsoft's Developer Network:
57
58         <ul>
59                 * <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
60         </ul>
61
62         You can also get this information if you install the Beta2
63         release of the .NET Framework.
64
65 <a name="mailing">
66 ** Mailing Lists
67
68         There are a number of mailing lists for Mono
69
70         <ul>
71         
72                 * <b><a
73         href="http://lists.ximian.com/mailman/listinfo/mono-list">mono-list:</a></b>
74         The general Mono discussion list.
75                 * <b><a
76         href="http://lists.ximian.com/mailman/listinfo/mono-announce-list">mono-announce-list:</a></b>
77         Announcements of Mono developments.
78                 * <b><a
79         href="http://lists.ximian.com/mailman/listinfo/mono-gc-list">mono-gc-list:</a></b>
80         Discussion on the GC system of Mono.
81                 * <b><a
82         href="http://lists.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list:</a></b>
83         Track the CVS activity of Mono on this mailing list.  You can get <a href="http://www.go-mono.com/snapshots">daily snapshots</a> as well.
84                 * <b><a
85         href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list:</a></b>
86         Discussion on the documentation of Mono.
87                 * <b><a
88         href="http://discuss.develop.com/dotnet.html">Dotnet mailing
89         list at Develop.com:</a></b> The guys at Develop Mentor run
90         this general purpose mailing list.
91         </ul>
92
93 ** Discussion Groups.
94
95         <ul>
96         
97                 * <a href="http://www.oreillynet.com">O'Reilly
98                   Network</a> has a <a
99                   href="http://www.oreillynet.com/dotnet">section devoted to
100                   .NET</a>
101                 * <a
102                   href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
103                   lists various newsgroups related to .NET</ul>
104         </ul>
105
106 ** Other .NET related projects
107
108         There are a number of related projects to Mono:
109
110         <ul>
111                 * <a
112                   href="http://www.icsharpcode.net/OpenSource/SD/default.asp">Sharp
113                   Develop:</a> an IDE for the C# language written in C#.
114
115                 * <a 
116                   href="http://janet-js.sourceforge.net/">Janet:</a>
117                   an implemention of ECMAScript (the standarized
118                   version of JavaScript) in C#
119
120                 * <a
121                   href="http://xmarks.sourceforge.net/doc.html">XMarks DOC.NET:</a> For
122                   creating online documentation you can browse for your own classes. 
123
124                 * <a href="http://nunit.sourceforge.net">NUnit:</a> A
125                   testing framework for .NET classes.
126
127                 * <a href="http://www.kaffe.org">Kaffe:</a> A popular
128                   Free Software JIT engine for Java.
129
130                 * <a href="http://www.intel.com/research/mrl/orp">ORP:</a> A research
131                   JIT/VM/GC system from Intel.
132
133                 * C# bindings for OpenGL and SDL are available here: <a
134                   href="http://csgl.sourceforge.net">http://csgl.sourceforge.net</a>
135
136                 * <a
137                   href="http://www.southern-storm.com.au/portable_net.html">Portable.NET:</a>
138                   Another implementation of the CLI and C# compiler.
139
140         </ul>
141
142 ** GNOME Documentation
143
144         Documnetation on GNOME, and the GNOME APIs is available from
145         the <a href="http://developer.gnome.org">developer</a> site at
146         GNOME:
147
148         <ul>
149                 * <a href="http://developer.gnome.org/doc/API/">GNOME
150         API documentation</a>
151
152                 * <a href="http://developer.gnome.org/doc/books">GNOME
153         Online books</a>
154
155                 * <A
156         href="http://developer.gnome.org/arch/">Architecture Overview</a>
157         </ul>
158
159         
160