Update web site
[mono.git] / doc / index
index d88d8a61daa1ddb2bd3b9cd2a32a200f466004ff..9ee7bff39f8eb19b6487ffde58da62bdc1a3d74d 100644 (file)
--- a/doc/index
+++ b/doc/index
        Mono includes: <a href="c-sharp.html">a compiler</a> for the
        C# language, a <a href="runtime.html">runtime</a> for the
        Common Language Infrastructure (also referred as the CLR) and a
-       set of <a href="class-library.html">class libraries</a>.  
+       set of <a href="class-library.html">class libraries</a>.  The
+       runtime can be <a href="embedded-api.html">embedded</a> into your
+       application.
+
+       Mono has implementations of both <a href="ado-net">ADO.NET</a>
+       and <a href="asp-net">ASP.NET</a> as part of its distribution.
 
        You can read our <a href="rationale.html">rationale</a> for
        this project.  If you have questions about the project, please
   </tr>
 </table>
 
-<h3>Events</h3>
+@item Dec 9th, 2002: Mono 0.17 has been released
 
-<ul>
-       <li><b><a
-       href="http://www.sigs-datacom.de/sd/kongresse/dotnet_2002/index.htm">.NET
-       ONE 2002:</a></b> Come see Paolo, Mike and Miguel from the Mono team at the .NET ONE conference in Frankfurt.</ul>
-</ul>
+       Mono 0.17 has been released.  Check out the <a
+       href="archive/mono-0.17">release notes</a> for a more detailed
+       list. 
+
+       Many new features as well as plenty of bug fixes.  Many new
+       System.Data providers and a more mature System.Web (ASP.NET)
+       which can now be hosted in any web server.  A simple <a
+       href="archive/xsp-0.2.tar.gz">test web server</a> to host
+       asp.net has been released as well.
+
+       This release also includes a new exception handling system
+       that uses the gcc exception information that vastly improves
+       our internalcall speed (15% faster mcs compilation times).  
 
-@item Nov 8th, 2002: Mono s390
+@item Dec 8th, 2002: VB.NET, Oracle Provider.
+
+       Marco has got the Mono Basic compiler up to speed (support for
+       classes, modules, expressions, object creation, method
+       invocation, local variables, and some statements).  The
+       compiler is based on the work from Rafael Teixeira on MCS.
+
+       Screenshots: <a
+       href="http://modgb.sourceforge.net/monobasic_snap.png">in
+       Windows doing Windows.Forms</a> and in Linux doing <a
+       href="images/gtk-vb.png">VB with Gtk#</a> (courtesy of Alp).
+
+       Daniel Morgan has checked in his Oracle provider to the CVS
+       repository as well.
+
+@item Nov 27th, 2002: Press release, tutorials, Windows Forms, ADO.NET, Magazine.
+
+       <a
+       href="http://www.business2.com/articles/mag/0,1640,45454,FF.html">The
+       Penguin Takes Flight</a>: an article written by Erick
+       Schonfeld appears on the December issue of <a
+       href="http://www.business2.com/">Business 2.0</a> magazine.
+
+       <a href="http://www.openlinksw.com">OpenLink</a> and <a
+       href="http://www.ximian.com">Ximian</a> made <a
+       href="http://www.ximian.com/about_us/press_center/press_releases/index.html?pr=openlink_mono">joint
+       announcement</a> on the plans of OpenLink to ship their <a
+       href="http://www.openlinksw.com/virtuoso/index.htm">Virtuoso</a>
+       server on Unix using Mono.
+
+       Martin Willemoes's <a href="gnometutorial">GNOME.NET
+       tutorial</a> is now available from the main Mono site.  This
+       tutorial is a collaborative effort to teach developers how to
+       use Mono to create Mono applications using <a href="http://gtk-sharp.sf.net">Gtk#</a>
+
+       Dennis Hayes has posted and <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-December/003800.html">update</a>
+       on the work to get Windows.Forms working on Mono.  There is a
+       new test application that people can use to test their
+       controls.  If you are interested in working on Windows.Forms,
+       you can participate in the <a
+       href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mono-winforms
+       mailing list</a>
+
+       Brian Ritchie has been working on an ADO.NET <a
+       href="http://brianritchie.webhop.net/ideas/adocodegen.aspx">data
+       layer</a> and an <a
+       href="http://brianritchie.webhop.net/ideas/appserver.aspx">application
+       server</a> for Mono.
+
+       Dan Morgan has checked in his Oracle provider, and Tim Coleman
+       continues to work on the TDS implementation of the data classes. 
+
+       The rest of the team has been working on bug fixing in the
+       runtime, the compiler, and the class libraries.  Also,
+       compilation speed has increased recently by performing a
+       number of simple optimizations in the compiler.
+
+@item Nov 19th, 2002: Crypto update; Books; Gtk# Datagrid; .NET ONE Slides
+
+       Sebastien has got DSA and RSA signatures <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-November/003497.html">working</a>
+       as well as RSA <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-November/003502.html">encryption</a>.
+       We now distribute Chew Keong TAN's BigInteger classes.
+
+       Brian has contributed a System.Data multiplexor in Mono, it
+       can be found in the Mono.Data assembly.  The details of this
+       new technology are <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-November/003400.html">here</a>.
+       It works in Mono and the .NET Framework.
+
+       Larry O'Brien has announced the candidate book for <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-November/003500.html">
+       Thinking in C#</a>.  The book is Mono-friendly.
+
+       Another book that covers mono (available in German only) is <a
+       href="http://www.databecker.de/frames.php?PHPSESSD=4948515556575049525459495248485949485348&PHPSESSID=6cc68dbcfbcbacd7b82a984b0700d5d6&t=2">
+       here</a>.
+
+       Dan Morgan has implemented a DataGrid widget for Gtk#, you can
+       see Windows screenshots for it <a
+       href="images/GtkSharpDataGridScreenshot.png">here</a> and <a
+       href="images/SqlSharpGtkScreenshot4.png">here</a>.
+
+       Slides from the Mono developers for the .NET ONE conference are available now:
+       <ul>
+               <li><a
+               href="http://primates.ximian.com/~miguel/slides-europe-nov-2002/DotNetOneKeynote.sxi">
+               Mono Keynote presentation</a>
+
+               <li><a href="http://primates.ximian.com/~lupus/slides/embed/">Hosting the Mono Runtime</a><br>
+               The simple embedding of Mono in Perl is available <a
+               href="http://primates.ximian.com/~lupus/slides/embed/Mono-0.01.tar.gz">here</a>
+
+               <li><a href="http://primates.ximian.com/~lupus/slides/jit/">The Mono JIT compiler</a>
+
+               <li><a href="http://primates.ximian.com/~miguel/slides-europe-nov-2002/Mono_C_Sharp_Overview_1007.sxi">
+               Mono C# Compiler Overview</a>
+       </ul>
+
+       A couple of other presentations from Miguel's trip to Europe
+       are available <a
+       href="http://primates.ximian.com/~miguel/slides-europe-nov-2002/">here</a>
+       in Open Office file format.
+
+@item Nov 8th, 2002: Mono s390, Database work, new JIT updates.
 
        Neale Ferguson has contributed <a href="download.html">RPM
        packages</a> of Mono for the Linux/s390.
 
+       Tim Coleman posted an <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-November/003329.html">update</a>
+       on the improvements in the System.Data
+
+       The new JIT engine can run 72 out of our 154 tests for the
+       virtual machine, and it also got exception support this week.
+
 @item Nov 1st, 2002: TDS, Crypto, Gtk#, Winforms, bug fixes.
 
        Tim's SqlClient is <a