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