2004-04-08 Bernie Solomon <bernard@ugsolutions.com>
[mono.git] / web / index
1 <link rel="alternate" type="application/rss+xml" title="RSS" href="index.rss"/>
2
3
4         <table align="right" border=1 padding=0 width=25%>
5          <tr>
6             <td colspan="2" bgcolor=lightgrey>
7               <b><center>Mono Status</center></b>
8             </td>
9           </tr>
10           <tr>
11             <td>
12               <b><a href="c-sharp.html">C# Compiler:</a></b>
13             </td>
14             <td>
15               Self hosting on Linux and .NET
16             </td>
17           </tr>
18           <tr>
19             <td>
20               <b>JIT:</b>
21             </td>
22             <td>
23               Linux/x86<br>
24               Solaris/SPARC<br>
25               PowerPC: MacOS and Linux.
26             </td>
27           </tr>
28           <tr>
29             <td>
30               <b>Interpreter:</b>
31             </td>
32             <td>
33               Works for 
34               Linux/x86, Linux/PPC, S390, StrongARM, SPARC, HPPA, SPARC v9
35             </td>
36           </tr>
37           <tr>
38             <td><b><a href="asp-net.html">ASP.NET</a></b></td>
39             <td>Webforms and WebServices working<br></td>
40           </tr>
41           <tr>
42             <td>
43               <b><a href="class-status.html">Classes</a></b>
44             </td>
45             <td>
46               All assemblies compile.
47             </td>
48           </tr>
49           <tr>
50             <td>
51               RSS feed:
52             </td>
53             <td>
54               <a href="index.rss"><img src="images/xml.gif"></a>
55             </td>
56           </tr>
57           <tr>
58             <td colspan="2" bgcolor=lightgrey>
59               <b><center>In the news</center></b>
60             </td>
61           </tr>
62           <tr>
63             <td>
64               <img src="images/oranet_logo.jpg">
65             </td>
66             <td>
67               <a href="http://www.onlamp.com/pub/a/onlamp/2004/03/11/mono.html">Mar 18th, 2004</a>: Will Mono become?
68             </td>
69           </tr>
70           <tr>
71             <td>
72               <img src="images/2003osdirwinnerbadge.gif">
73             </td>
74             <td>
75               <a href="http://osdir.com/Article198.phtml">Dec 19th, 2003</a>: Editor's Choice Award.
76             </td>
77           </tr>
78           <tr>
79             <td>
80               <img src="images/netmagazine.png">
81             </td>
82             <td>
83                 
84               <a href="http://www.ftponline.com/wss/2003_TE/magazine/columns/trends">May 31st, 2003</a>: CLI integration.
85             </td>
86           </tr>
87           <tr>
88             <td>
89               <img src="images/infoworld.png">
90             </td>
91             <td>
92               <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">May 22nd, 2003</a>: Mono 1.0 plans.
93             </td>
94           </tr>
95           <tr>
96             <td>
97               <img src="images/infoworld.png">
98             </td>
99             <td>
100               <a href="http://www.infoworld.com/article/03/03/14/11stratdev_1.html">Mar 14th, 2003</a>: Whither Mono?
101             </td>
102           </tr>
103           <tr>
104             <td>
105               <img src="images/b2.png">
106             </td>
107             <td>
108               <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">Dec, 2002</a>: The Penguin takes flight.
109             </td>
110           </tr>
111         </table>
112
113
114 <p>
115         The Mono project is an open source effort sponsored by  <a
116         href="http://novell.com">Novell</a> to create a free
117         implementation of the .NET Development Framework.
118 </p>
119
120 <p>
121         Mono includes <a href="c-sharp.html">a compiler</a> for the
122         C# language, a <a href="runtime.html">Common Language
123         Runtime</a> (CLR) for the Common Language Infrastructure (CLI) and a
124         set of <a href="class-library.html">class libraries</a>.  The
125         runtime can be <a href="embedded-api.html">embedded</a> into your
126         application.  It implements both <a href="ado-net.html">ADO.NET</a>
127         and <a href="asp-net.html">ASP.NET</a>.
128 </p>
129 <p>
130         If you have questions about the project, read <a
131         href="rationale.html">the project launch statement</a> 
132         or visit our list of <a href="faq.html">Frequently Asked
133         Questions</a>. 
134 </p>
135
136 <p>
137         For details on the project's future direction, read the
138         <a href="mono-roadmap.html">roadmap</a>, and <a
139         href="download.html">download</a> the latest software version.
140         You can also get a <a href="snapshots">snapshot</a> of our
141         current work, or <a
142         href="http://cvs.hispalinux.es/cgi-bin/cvsweb/?hidenonreadable=1&f=u&logsort=date&sortby=file&hideattic=1&cvsroot=mono">browse
143         the source tree.</a>
144 </p>
145 <p>
146         To participate in discussion and development, <a
147         href="mailing-lists.html">subscribe to our mailing lists</a>.
148         You can also visit the <a
149         href="http://www.gotmono.com/cgi-bin/yabb/YaBB.pl">forum</a> at <a
150         href="http://www.gotmono.com">GotMono</a> or the <a
151         href="http://www.nullenvoid.com/gtksharp/wiki">Gtk#</a> and
152         <a href="http://www.nullenvoid.com/mono/wiki">Mono
153         </a> Wikis.
154 </p>
155 <br>
156 <br>
157
158 @item Apr 02, 2004: Mono C# Compiler gets CLS support;   Basic Runtime Contribution from Mainsoft.
159
160         Marek Safar has been working for a few months on adding
161         support to the C# compiler to support the various checks required
162         by the Common Language Specification (CLS).
163
164         In the past the C# compiler was unable to flag any problems
165         related to the creation of cross-language libraries.  Today
166         with this patch the compiler will properly flag errors in CLS
167         compliance.  Tests for all of the errors have also been
168         included on CVS.
169
170         <a href="http://www.mainsoft.com">Mainsoft</a> has contributed
171         an implementation of their Basic runtime to the project.  The
172         runtime they wrote is written in Java and we are translating
173         this into C# code.  The code will reach CVS within the next
174         few weeks.
175
176 @item Mar 31st, 2004: Gtk# 0.18, MonoDoc 0.13, MonoDevelop 0.2 released
177
178         New versions of Gtk# and MonoDoc have been released.
179
180         Gtk# is available from <a
181         href="http://gtk-sharp.sf.net">Gtk# home page</a> and MonoDoc 0.13
182         is available from our <a href="download.html">download</a>
183         page.
184
185         Gtk# now features [ConnectBefore] attribute for hooking up
186         signals; An automake/autoconf setup; the System.Drawing
187         dependency has been dropped and many more docs.
188
189         And <a href="http://www.monodevelop.com/">MonoDevelop 0.2</a>
190         has been released.
191
192 @item Mar 18th, 2004: Mono 0.31 has been released
193
194         We have released version 0.31 of Mono.  All the new features
195         and improvements are described in our <a
196         href="archive/mono-0.31.html">Mono 0.31 Release Notes</a>. 
197
198         You can download Mono 0.31 packages using Red Carpet, or pick
199         the individual packages from our <a
200         href="download.html">download</a> page.
201
202 @item Mar 15th, 2004: Async IO lands on Mono.
203
204         Gonzalo has completed the implementation of Async I/O for Mono
205         using the kernel aio_* interfaces.  If your operating system supports
206         the aio_ POSIX interface, the FileStream methods that
207         expose asynchronous methods will use this facility instead of
208         emulating it with threads as we have done in the past.
209
210         We had this request come to us from various people in the
211         past, and we are now looking for your help to test and debug
212         this.
213
214 @item Mar 11th, 2004: Mono JIT ported to SPARC.
215
216         Zoltan Varga announced today that the SPARC port of the Mono
217         JIT engine has been completed.  Congratulations to Zoltan for
218         this amazing development.
219
220 @item Feb 26th, 2004: Agenda: Mono Meeting in Boston.
221
222         The agenda for the Mono Meeting is now available: <a
223         href="http://primates.ximian.com/~miguel/MonoMeet.html">Mono Meeting
224         Agenda</a>
225
226 @item Feb 24th, 2004: Mono Meeting in Boston.
227
228         On March 5th-6th (Friday and Saturday) there will be an
229         open-house meeting for people interested in Mono to get
230         together with the Mono developers at the Novell offices in
231         in Cambridge Massachusetts (<a
232         href="http://www.ximian.com/about_us/contact/">directions</a>).
233
234         The whole Novell Mono team will be here (Atsushi Enomoto, Dick
235         Porter, Duncan Mak, Erik Dasque, Gonzalo Paniagua, Jackson
236         Harper, Jordi Mas, Lluis Sanches, Manjula, Martin Baulig,
237         Miguel de Icaza, Mike Kestner, Paolo Molaro, Peter Bartok,
238         Sebastien Pouliot, Sachin Kumar) and hopefully Joe Shaw, Nat
239         Friedman, Peter Williams and Ravi Pratap will be joining us as
240         well.  Expect to see Todd Berman from MonoDevelop as well.
241
242         If you are coming, please notify <a
243         href="edasque@ximian.com">edasque@ximian.com</a> about it, so
244         we can add you to the security list, and use the `open house
245         confirmation' subject in your email.
246
247 @item Feb 13, 2004: Mono 0.30.1 released
248
249         We have released a small bug-fix release of Mono, the release
250         notes are available <a
251         href="archive/mono-0.30.1.html">here</a> and you can download
252         it from our <a href="download.html">download</a> page.
253
254 @item Feb 13, 2004: Mono Performance Optimization
255
256         We have a new document that describes some <a
257         href="performance.html">common tricks to improve the
258         performance</a> of your Mono or .NET application.  These are a
259         summary of techniques that we employed to tune our own C#
260         compiler.
261
262 @item Feb 2nd, 2004: Mono 0.30 has been released
263
264         Check out the <a
265         href="http://www.go-mono.com/archive/mono-0.30.html">Release
266         notes</a> for details on Mono 0.30.  Or go directly to our <a
267         href="download.html">download</a> section
268
269 @item Jan 18th, 2004: LDAP class libraries in Mono tutorial.
270
271         Sunil Kumar has written an <a
272         href="http://www.novell.com/coolsolutions/cooldev/features/a_net_cplus_ldap_library_cdev.html">introduction
273         to Novell.LDAP</a> class libraries, which are part of Mono.
274
275 @item Jan 13th, 2004: MonoDoc 0.9 released.
276
277         A new edition of MonoDoc, the Mono Documentation Browser, has been released, available in source form from:
278         <a href="archive/monodoc-0.9.tar.gz">archive/monodoc-0.9.tar.gz</a>
279
280 @item Jan 11th, 2004: Call for Stories
281
282         If you have a success story about using Mono or one of the Mono
283         components in any way, we want to hear about you.  Please mail
284         your details to miguel@ximian.com
285
286 @item Jan 4th, 2004: Windows Installer for Mono 0.29
287
288         There is a <a href="archive/mono-0.29-win32-1.exe">Windows
289         Installer for Mono 0.29</a> available now.
290         
291 <h2>Older News</h2>
292
293         Click <a href="oldnews.html">here</a> to see older news.
294