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