Up
[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
156 @item Apr 02, 2004: Mono C# Compiler gets CLS support;   Basic Runtime Contribution from Mainsoft.
157
158         Marek Safar has been working for a few months on adding
159         support to the C# compiler to support the various checks required
160         by the Common Language Specification (CLS).
161
162         In the past the C# compiler was unable to flag any problems
163         related to the creation of cross-language libraries.  Today
164         with this patch the compiler will properly flag errors in CLS
165         compliance.  Tests for all of the errors have also been
166         included on CVS.
167
168         <a href="http://www.mainsoft.com">Mainsoft</a> has contributed
169         an implementation of their Basic runtime to the project.  The
170         runtime they wrote is written in Java and we are translating
171         this into C# code.  The code will reach CVS within the next
172         few weeks.
173
174         Mainsoft also contributed an extensive regression test suite
175         for the Basic runtime, a port of the NIST XML tests and their
176         own in-house developed XML tests. 
177
178 @item Mar 31st, 2004: Gtk# 0.18, MonoDoc 0.13, MonoDevelop 0.2 released
179
180         New versions of Gtk# and MonoDoc have been released.
181
182         Gtk# is available from <a
183         href="http://gtk-sharp.sf.net">Gtk# home page</a> and MonoDoc 0.13
184         is available from our <a href="download.html">download</a>
185         page.
186
187         Gtk# now features [ConnectBefore] attribute for hooking up
188         signals; An automake/autoconf setup; the System.Drawing
189         dependency has been dropped and many more docs.
190
191         And <a href="http://www.monodevelop.com/">MonoDevelop 0.2</a>
192         has been released.
193
194 @item Mar 18th, 2004: Mono 0.31 has been released
195
196         We have released version 0.31 of Mono.  All the new features
197         and improvements are described in our <a
198         href="archive/mono-0.31.html">Mono 0.31 Release Notes</a>. 
199
200         You can download Mono 0.31 packages using Red Carpet, or pick
201         the individual packages from our <a
202         href="download.html">download</a> page.
203
204 @item Mar 15th, 2004: Async IO lands on Mono.
205
206         Gonzalo has completed the implementation of Async I/O for Mono
207         using the kernel aio_* interfaces.  If your operating system supports
208         the aio_ POSIX interface, the FileStream methods that
209         expose asynchronous methods will use this facility instead of
210         emulating it with threads as we have done in the past.
211
212         We had this request come to us from various people in the
213         past, and we are now looking for your help to test and debug
214         this.
215
216 @item Mar 11th, 2004: Mono JIT ported to SPARC.
217
218         Zoltan Varga announced today that the SPARC port of the Mono
219         JIT engine has been completed.  Congratulations to Zoltan for
220         this amazing development.
221
222 @item Feb 26th, 2004: Agenda: Mono Meeting in Boston.
223
224         The agenda for the Mono Meeting is now available: <a
225         href="http://primates.ximian.com/~miguel/MonoMeet.html">Mono Meeting
226         Agenda</a>
227
228 @item Feb 24th, 2004: Mono Meeting in Boston.
229
230         On March 5th-6th (Friday and Saturday) there will be an
231         open-house meeting for people interested in Mono to get
232         together with the Mono developers at the Novell offices in
233         in Cambridge Massachusetts (<a
234         href="http://www.ximian.com/about_us/contact/">directions</a>).
235
236         The whole Novell Mono team will be here (Atsushi Enomoto, Dick
237         Porter, Duncan Mak, Erik Dasque, Gonzalo Paniagua, Jackson
238         Harper, Jordi Mas, Lluis Sanches, Manjula, Martin Baulig,
239         Miguel de Icaza, Mike Kestner, Paolo Molaro, Peter Bartok,
240         Sebastien Pouliot, Sachin Kumar) and hopefully Joe Shaw, Nat
241         Friedman, Peter Williams and Ravi Pratap will be joining us as
242         well.  Expect to see Todd Berman from MonoDevelop as well.
243
244         If you are coming, please notify <a
245         href="edasque@ximian.com">edasque@ximian.com</a> about it, so
246         we can add you to the security list, and use the `open house
247         confirmation' subject in your email.
248
249 @item Feb 13, 2004: Mono 0.30.1 released
250
251         We have released a small bug-fix release of Mono, the release
252         notes are available <a
253         href="archive/mono-0.30.1.html">here</a> and you can download
254         it from our <a href="download.html">download</a> page.
255
256 @item Feb 13, 2004: Mono Performance Optimization
257
258         We have a new document that describes some <a
259         href="performance.html">common tricks to improve the
260         performance</a> of your Mono or .NET application.  These are a
261         summary of techniques that we employed to tune our own C#
262         compiler.
263
264 @item Feb 2nd, 2004: Mono 0.30 has been released
265
266         Check out the <a
267         href="http://www.go-mono.com/archive/mono-0.30.html">Release
268         notes</a> for details on Mono 0.30.  Or go directly to our <a
269         href="download.html">download</a> section
270
271 @item Jan 18th, 2004: LDAP class libraries in Mono tutorial.
272
273         Sunil Kumar has written an <a
274         href="http://www.novell.com/coolsolutions/cooldev/features/a_net_cplus_ldap_library_cdev.html">introduction
275         to Novell.LDAP</a> class libraries, which are part of Mono.
276
277 @item Jan 13th, 2004: MonoDoc 0.9 released.
278
279         A new edition of MonoDoc, the Mono Documentation Browser, has been released, available in source form from:
280         <a href="archive/monodoc-0.9.tar.gz">archive/monodoc-0.9.tar.gz</a>
281
282 @item Jan 11th, 2004: Call for Stories
283
284         If you have a success story about using Mono or one of the Mono
285         components in any way, we want to hear about you.  Please mail
286         your details to miguel@ximian.com
287
288 @item Jan 4th, 2004: Windows Installer for Mono 0.29
289
290         There is a <a href="archive/mono-0.29-win32-1.exe">Windows
291         Installer for Mono 0.29</a> available now.
292         
293 <h2>Older News</h2>
294
295         Click <a href="oldnews.html">here</a> to see older news.
296