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