Use TypeManager.GetInterfaces().
[mono.git] / web / index
index b4f65ef45f5419a4d33bcd62bb631ca04ab22d54..4772dfa73ccc7022949e445a82535424358db85b 100644 (file)
--- a/web/index
+++ b/web/index
 
 
        <table align="right" border=1 padding=0 width=25%>
-         <tr>
+        <tr>
            <td colspan="2" bgcolor=lightgrey>
-             <b><center>In the news</center></b>
+             <b><center>Mono Status</center></b>
            </td>
          </tr>
          <tr>
            <td>
-             <img src="images/2003osdirwinnerbadge.gif">
+             <b><a href="c-sharp.html">C# Compiler:</a></b>
            </td>
            <td>
-             <a href="http://osdir.com/Article198.phtml">Dec 19th, 2003</a>: Editor's Choice Award.
-           </td>
+             Self hosting on Linux and .NET
+            </td>
          </tr>
          <tr>
            <td>
-             <img src="images/netmagazine.png">
+             <b>JIT:</b>
            </td>
            <td>
-               
-             <a href="http://www.ftponline.com/wss/2003_TE/magazine/columns/trends">May 31st, 2003</a>: CLI integration.
+             Linux/x86<br>
+             Solaris/SPARC<br>
+             PowerPC: MacOS and Linux.
            </td>
          </tr>
          <tr>
            <td>
-             <img src="images/infoworld.png">
+             <b>Interpreter:</b>
            </td>
            <td>
-             <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">May 22nd, 2003</a>: Mono 1.0 plans.
+             Works for 
+             Linux/x86, Linux/PPC, S390, StrongARM, SPARC, HPPA, SPARC v9
            </td>
          </tr>
+         <tr>
+           <td><b><a href="asp-net.html">ASP.NET</a></b></td>
+           <td>Webforms and WebServices working<br></td>
+         </tr>
          <tr>
            <td>
-             <img src="images/infoworld.png">
+             <b><a href="class-status.html">Classes</a></b>
            </td>
            <td>
-             <a href="http://www.infoworld.com/article/03/03/14/11stratdev_1.html">Mar 14th, 2003</a>: Whither Mono?
+             All assemblies compile.
            </td>
          </tr>
          <tr>
            <td>
-             <img src="images/b2.png">
+             RSS feed:
            </td>
            <td>
-             <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">Dec, 2002</a>: The Penguin takes flight.
+             <a href="index.rss"><img src="images/xml.gif"></a>
            </td>
-               </tr>
-        <tr>
+         </tr>
+         <tr>
            <td colspan="2" bgcolor=lightgrey>
-             <b><center>Mono Status</center></b>
+             <b><center>In the news</center></b>
            </td>
          </tr>
          <tr>
            <td>
-             <b><a href="c-sharp.html">C# Compiler:</a></b>
+             <img src="images/oranet_logo.jpg">
            </td>
            <td>
-             Self hosting on Linux and .NET
-            </td>
+             <a href="http://www.onlamp.com/pub/a/onlamp/2004/03/11/mono.html">Mar 18th, 2004</a>: Will Mono become?
+           </td>
          </tr>
          <tr>
            <td>
-             <b>JIT:</b>
+             <img src="images/2003osdirwinnerbadge.gif">
            </td>
            <td>
-             Works for Linux/x86
+             <a href="http://osdir.com/Article198.phtml">Dec 19th, 2003</a>: Editor's Choice Award.
            </td>
          </tr>
          <tr>
            <td>
-             <b>Interpreter:</b>
+             <img src="images/netmagazine.png">
            </td>
            <td>
-             Works for 
-             Linux/x86, Linux/PPC, S390, StrongARM, SPARC, HPPA, SPARC v9
+               
+             <a href="http://www.ftponline.com/wss/2003_TE/magazine/columns/trends">May 31st, 2003</a>: CLI integration.
            </td>
          </tr>
          <tr>
-           <td><b><a href="asp-net.html">ASP.NET</a></b></td>
-           <td>Webforms and WebServices working<br></td>
+           <td>
+             <img src="images/infoworld.png">
+           </td>
+           <td>
+             <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">May 22nd, 2003</a>: Mono 1.0 plans.
+           </td>
          </tr>
          <tr>
            <td>
-             <b><a href="class-status.html">Classes</a></b>
+             <img src="images/infoworld.png">
            </td>
            <td>
-             All assemblies compile.
+             <a href="http://www.infoworld.com/article/03/03/14/11stratdev_1.html">Mar 14th, 2003</a>: Whither Mono?
            </td>
          </tr>
          <tr>
            <td>
-             RSS feed:
+             <img src="images/b2.png">
            </td>
            <td>
-             <a href="index.rss"><img src="images/xml.gif"></a>
+             <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">Dec, 2002</a>: The Penguin takes flight.
            </td>
          </tr>
-
        </table>
 
 
-<h2>Mono: Free C# and .NET on Linux and Windows</h2>
 <p>
        The Mono project is an open source effort sponsored by  <a
        href="http://novell.com">Novell</a> to create a free
 </p>
 <br>
 <br>
-<h2>Mono Project Notes</h2>
+
+@item Apr 02, 2004: Mono C# Compiler gets CLS support;   Basic Runtime Contribution from Mainsoft.
+
+       Marek Safar has been working for a few months on adding
+       support to the C# compiler to support the various checks required
+       by the Common Language Specification (CLS).
+
+       In the past the C# compiler was unable to flag any problems
+       related to the creation of cross-language libraries.  Today
+       with this patch the compiler will properly flag errors in CLS
+       compliance.  Tests for all of the errors have also been
+       included on CVS.
+
+       <a href="http://www.mainsoft.com">Mainsoft</a> has contributed
+       an implementation of their Basic runtime to the project.  The
+       runtime they wrote is written in Java and we are translating
+       this into C# code.  The code will reach CVS within the next
+       few weeks.
+
+@item Mar 31st, 2004: Gtk# 0.18, MonoDoc 0.13, MonoDevelop 0.2 released
+
+       New versions of Gtk# and MonoDoc have been released.
+
+       Gtk# is available from <a
+       href="http://gtk-sharp.sf.net">Gtk# home page</a> and MonoDoc 0.13
+       is available from our <a href="download.html">download</a>
+       page.
+
+       Gtk# now features [ConnectBefore] attribute for hooking up
+       signals; An automake/autoconf setup; the System.Drawing
+       dependency has been dropped and many more docs.
+
+       And <a href="http://www.monodevelop.com/">MonoDevelop 0.2</a>
+       has been released.
+
+@item Mar 18th, 2004: Mono 0.31 has been released
+
+       We have released version 0.31 of Mono.  All the new features
+       and improvements are described in our <a
+       href="archive/mono-0.31.html">Mono 0.31 Release Notes</a>. 
+
+       You can download Mono 0.31 packages using Red Carpet, or pick
+       the individual packages from our <a
+       href="download.html">download</a> page.
+
+@item Mar 15th, 2004: Async IO lands on Mono.
+
+       Gonzalo has completed the implementation of Async I/O for Mono
+       using the kernel aio_* interfaces.  If your operating system supports
+       the aio_ POSIX interface, the FileStream methods that
+       expose asynchronous methods will use this facility instead of
+       emulating it with threads as we have done in the past.
+
+       We had this request come to us from various people in the
+       past, and we are now looking for your help to test and debug
+       this.
+
+@item Mar 11th, 2004: Mono JIT ported to SPARC.
+
+       Zoltan Varga announced today that the SPARC port of the Mono
+       JIT engine has been completed.  Congratulations to Zoltan for
+       this amazing development.
+
+@item Feb 26th, 2004: Agenda: Mono Meeting in Boston.
+
+       The agenda for the Mono Meeting is now available: <a
+       href="http://primates.ximian.com/~miguel/MonoMeet.html">Mono Meeting
+       Agenda</a>
+
+@item Feb 24th, 2004: Mono Meeting in Boston.
+
+       On March 5th-6th (Friday and Saturday) there will be an
+       open-house meeting for people interested in Mono to get
+       together with the Mono developers at the Novell offices in
+       in Cambridge Massachusetts (<a
+       href="http://www.ximian.com/about_us/contact/">directions</a>).
+
+       The whole Novell Mono team will be here (Atsushi Enomoto, Dick
+       Porter, Duncan Mak, Erik Dasque, Gonzalo Paniagua, Jackson
+       Harper, Jordi Mas, Lluis Sanches, Manjula, Martin Baulig,
+       Miguel de Icaza, Mike Kestner, Paolo Molaro, Peter Bartok,
+       Sebastien Pouliot, Sachin Kumar) and hopefully Joe Shaw, Nat
+       Friedman, Peter Williams and Ravi Pratap will be joining us as
+       well.  Expect to see Todd Berman from MonoDevelop as well.
+
+       If you are coming, please notify <a
+       href="edasque@ximian.com">edasque@ximian.com</a> about it, so
+       we can add you to the security list, and use the `open house
+       confirmation' subject in your email.
+
+@item Feb 13, 2004: Mono 0.30.1 released
+
+       We have released a small bug-fix release of Mono, the release
+       notes are available <a
+       href="archive/mono-0.30.1.html">here</a> and you can download
+       it from our <a href="download.html">download</a> page.
 
 @item Feb 13, 2004: Mono Performance Optimization