2002-10-03 ville <vi64pa@koti.soon.fi>
[mono.git] / doc / index
index a841ccf53585ae2f69373039a6f0baef5c08756b..2531de9d05a58297e7ad4e5d7e43189984e0af7c 100644 (file)
--- a/doc/index
+++ b/doc/index
@@ -5,12 +5,12 @@
     <td>
        <a href="http://www.ximian.com">Ximian</a> announced the
        launch of the Mono project, an effort to create an open source
-       implementation of the .NET Development Framework. 
+       implementation of the .NET Development Framework.
 
        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 (the CLR) and a set of <a
-       href="class-library.html">class libraries</a>.  
+       Common Language Infrastructure (also refered as the CLR) and a
+       set of <a href="class-library.html">class libraries</a>.  
 
        You can read our <a href="rationale.html">rationale</a> for
        this project.  If you have questions about the project, please
     </td>
     <td>
        <table border=1>
+         <tr>
+           <td colspan="3">
+             <b><center>Mono Status</center></b>
+           </td>
+         </tr>
          <tr>
            <td>
              <b><a href="c-sharp.html">C# Compiler</a></b>
@@ -56,7 +61,8 @@
            <td>
              Working:<br>
              Linux/x86, Linux/PPC<br>
-             In progress: StrongARM, SPARC.
+             In progress:<br>
+             StrongARM, SPARC.
            </td>
          </tr>
          <tr>
   </tr>
 </table>
 
+<h3>Events</h3>
+
+<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>
+
+@item Oct 1st, 2002: Mono 0.16 released
+
+       Mono 0.16 has been released.  Source and RPMs are <a
+       href="download.html">available</a>.  The release notes are <a
+       href="archive/mono-0.16">here</a>.  
+
+@item Sep 19th, 2002: Mono Survey.
+
+       Help us plan for the future of Mono by filing out the <a
+       href="http://primates.ximian.com/~miguel/monosurvey">First Mono
+       Survey</a>
+
+@item Sep 17th, 2002: Mono Hackers Hall of Fame: Sergey Chaban 
+
+       The <a href="hackers.html">Mono Hackers Hall Of Fame</a>
+       continues to show our appreciation to the excellent
+       contributors that made <b>mono::</b> a successful free
+       software project.
+
+       This time the Hall of Fame welcomes Sergey Chaban.  Sergey has
+       been a long time contributor to the project, from the early
+       work on the class libraries that were critical to Mono's
+       origin: every time you use a Hashtable in Mono, it runs
+       Sergey's code, to the low-level optimizations on the JIT
+       engine and to his work on ILASM and the PEToolkit. 
+
+       
+@item Sep 16th, 2002: Documentation Tools, ILASM, Debugger, Mono LDAP, Winforms
+
+       Adam Treat has started moving the documentation universe again.  We
+       have a new strategy to document our APIs (given that we have
+       chosen <a href="classlib-doc.html">not to document the code
+       inline</a>).  This includes the use of a master reference file
+       that will hold the entry points to document.  All master files
+       for our assemblies have been checked into CVS now.
+
+       Sergey Chaban's Mono.PEToolkit and ILASM tools have been
+       checked into CVS.  Although ILASM is old and will soon be
+       updated, we wanted to get the build issues sorted out.
+
+       Martin Baulig's Mono Debugger is still on its early stages,
+       but you can run and run step by step your C# code and C code
+       (including the Mono runtime).  Dwarf-2 is required to compile
+       your code.  The regular step, step-into, and assembly-level
+       step and step-into are supported.  And comes with a Gtk#
+       UI. The debugger is written mostly in C# with some C glue
+       code.  Most of the work is on the engine, we will be working
+       on making a good UI in the future.
+
+       Chris Toshok of the Hungry Programmer's fame has checked in
+       Mono.Directory.LDAP, a C# wrapper for the LDAP libraries.
+       This is the substrate for implementing the
+       System.DirectoryServices assembly.
+
+       Andrew has also continued with some of the cryptographic
+       classes implemetation.
+
+       After much public debate, we have chosen a new <a
+       href="winforms.html">strategy to implement winforms</a>.
+       Implementing a Gtk, Qt or Aqua based version of Winforms was
+       going to be almost as complex as implementing Wine itself.  So
+       the new strategy is to only roll out a WineLib-based
+       implementation. 
+
+@item Sep 4th, 2002: .NET One 2002 Program available
+
+       The <a
+       href="http://www.sigs-datacom.de/sd/kongresse/dotnet_2002/index.htm">.NET
+       ONE 2002</a> conference in Frankfurt is now available.  Paolo
+       will be talking about the Mono JIT and embedding the Mono
+       runtime in your Windows and Linux applications.  Mike Kestner
+       will talk about <a href="http://gtk-sharp.sf.net">Gtk#</a> and
+       the automatic binding generator used by Gtk# and Miguel will
+       be talking about the Mono project on Monday's keynote and on
+       the Mono C# compiler on Tuesday.
+
+@item Sep 3rd, 2002: Apache integration
+
+       <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-September/001862.html">Sterling</a>
+       announced an Apache module that hosts
+       Mono, and allows CIL code to run from within Apache, giving the
+       module access to the Apache runtime.  This uses the Mono embedding
+       API.
+
+@item Aug 24th, 2002: Gtk# 0.4 released
+
+       Shortly after <a href="download.html">Mono 0.15</a> was
+       released a fresh version of <a
+       href="http://gtk-sharp.sf.net">Gtk#</a> was <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-August/001702.html">announced</a>.
+
+@item Aug 23rd, 2002: Mono 0.15 released
+
+       Mono 0.15 has been released.  Source and RPMs are <a
+       href="download.html">available</a>.  The release notes are <a
+       href="archive/mono-0.15">here</a>
+
+@item Aug 21th, 2002: Portable.NET encodings integrated into Mono.
+
+       Rhys Weatherley has contributed the Portable.NET encoders to
+       the Mono class libraries.  This is a great step towards
+       cooperation between these projects.  Thanks to Paolo for doing the
+       merger on our side.
+
+       His encoders are more complete than the iconv-based approach
+       that mono used, which was unreliable under certain
+       circumstances.  
+
+@item Aug 20th, 2002: Remoting work, Resources, SPARC checkins, ADO.NET
+
+       Mark Crichton has checked in his patches to get the SPARC port
+       on par with the PPC port.
+
+       Dick has checked-in the resource reader and resource writers
+       to the class libraries, and Dietmar checked in the C# support
+       code for the remoting infrastructure.  
+
+       More work on System.Data: the LibGDA (our OleDB backend) based
+       providers are quickly maturing, and recently they executed
+       their first query.
+
+@item Aug 13th, 2002: MCS news, Gtk# progress, Windows.Forms, ADO.NET
+
+       Martin Baulig has been fixing all the known bugs in the C#
+       compiler and now has moved into improving the compilation
+       speed and the generated code quality of MCS.  Today we got a
+       50% speedup in the bootstrap of MCS going from 24 seconds to 12 seconds. 
+
+       Gtk# has been making a lot of progress, some interesting
+       corner cases are now supported:, you can now create canvas items as
+       well as using the tree widget.  Here is a shot of <a
+       href="images/mocil.png">MonoCIL</a>.
+
+       On the runtime front, focus has been on improving remoting
+       support, exception handling, as well as completing the support
+       for structure marshaling.  
+
+       Patrik is also back in action: the HttpRuntime infrastructure
+       is rapidly improving, and Gonzalo is working into moving XSP
+       into our main class library and providing the missing pieces
+       to integrate with Patrik's code.
+
+       Dennis and his team are working on a WineLib-based
+       implementation of Windows Forms to guarantee that the corner
+       cases of Windows.Forms can be handled, and we are back on track again.
+
+       A lot more work on the ADO.NET and WebServices has also been
+       checked into CVS.
+
+@item Aug 1st, 2002: Mono Hackers Hall of Fame
+
+       The <a href="hackers.html">Mono Hackers Hall Of Fame</a> has been started
+       to show our appreciation to the excellent contributors that made <b>mono::</b>
+       a successful free software project.
+
+       The first, deserved, entry goes to
+       Nick Drochak, who joined us in the first days of Mono and built the testing 
+       infrastructure for the C# assemblies, fixed tons of bugs and even adventured 
+       himself in the lands of the C runtime. His work is invaluable for keeping
+       Mono on the right track through the daily changes in the codebase.
+
+@item Looking for volunteers
+
+       We are looking for volunteers to help complete various pieces
+       of Mono and help move the project forward, we need
+       contributions to:
+
+       <ul>
+               * More tests to the existing class libraries.
+       
+               * Finish existing class libraries, check our <a
+               href="class-status.html">class status</a> pages to see
+               all the missing things.  There are open tasks all over
+               the place: XML, Database access, enterprise services,
+               configuration, ASP.NET, Drawing APIs, and more.
+
+               * Since we have now ASP.NET running, we would like to 
+               create an ASP.NET application to maintain our class
+               library documentation.
+
+               We have some special needs (read them <a
+               href="classlib-doc.html">here</a>).     There is a
+               prototype written using Windows.Forms, but we believe
+               it will be faster to have this done using ASP.NET (and
+               it is also a nice way of stress testing it).
+
+               * Support for the VB runtime: we need contributions
+               to make our VB runtime mature enough to host
+               applications compiled with the VB.NET to run with
+               Mono.
+
+               * We need people to help write the documentation: you
+               can start editing our XML files by hand, and once we
+               have the ASP.NET tool, upgrade to that. 
+       </ul> 
+
+@item July 31st, 2002: Flow Analysis
+
+       Martin has checked into CVS the data flow analysis patch for
+       MCS, this means that we now correctly implement definite
+       assignment in the C# language.
+
+@item Jul 31st, 2002: Most ASP.NET controls render, Gtk# structs.
+
+       Gonzalo <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-August/001234.html">posted
+       an update</a> on the ASP.NET widgets that are still pending.  Patrik is back, and he is 
+       working with Gonzalo to streamline the pipeline
+
+       Rachel quietly commited to Gtk-Sharp support for marshaling
+       structures (very important for Gtk#).  This uses extensively
+       the new marshaling code that Dietmar added to the runtime.
+
+       Dietmar is also now sharing more code for P/Invoke using his
+       intermediate representation.  Another step to share more code, and 
+       simplify the porting and maintenance process. 
+
+@item Jul 27th, 2002: NGEN tool for Mono.
+
+       Zoltan <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-July/001117.html">announced</a>
+       the availability of his CIL to C compiler.  This allows your Mono assemblies to be pre-compiled
+       and optimized by GCC in your platform, increasing the speed significantly of your code. 
+
+@item Jul 26th, 2002: Mono 0.13 has been released.
+
+       <b>Mono 0.13 has been released!</b> (details <a
+       href="archive/mono-0.13">here</a>).  Get
+       your sources for the <a
+       href="archive/mono-0.13.tar.gz">runtime</a> and
+       <a href="archive/mcs-0.13.tar.gz">compiler and class libraries</a>.
+       <p>
+       Alp made Debian packages and they are <a
+       href="http://www.atoker.com/mono/">here</a>.  Cristophe made
+       packages for Red Hat and they are <a
+       href="http://mono.baselabs.org/software">here</a>.
+       And Windows packages have been <a href="http://www.superin.formativ.net/mono/mono.htm">contributed</a>
+
+@item Jul 23rd, 2002: Mono Verifier, System.Web.Services, ASP.NET samples.
+
+       Mono now has a verifier.  It is used by the runtime, or you can invoke it manually to 
+       verify an image by using the `pedump' tool.
+
+       Tim Coleman has started work on the System.Web.Services
+       assembly (you can also track the status here on the web page).
+       Contact him if you want to help in this assembly or with the
+       associated web service tools.  
+
+       Various samples for ASP.NET have landed in CVS. 
+
+@item Jul 20th, 2002: Spanish Mono Tutorial.
+
+       A spanish tutorial on using Mono is <a
+       href="http://mono.es.gnome.org/tutoriales/mono-linux/">here</a>.
+       Also the <a
+       href="http://mono.es.gnome.org/tutoriales/mono-puf/">FAQ</a>
+       has been translated as well.
+
+@item Jul 19th, 2002: File handle redirection, Embeddable Mono and Mono Linux compilation.
+
+       Dick's code for file handle redirection is complete and has
+       now landed on the CVS repository.
+
+       The Mono runtime can now be embedded into your application
+       (also known as "CLR hosting").  See the sample in
+       mono/samples/embed.  This allows your application to link with
+       the Mono runtime, then your C code can call into the C#/CIL
+       universe and back.
+
+       Peter Williams and Martin contributed some Makefiles to
+       compile all of Mono on Linux.  Details are <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-July/000916.html">here</a>.
+
+@item Jul 17th, 2002
+
+       The first documentary on Ximian's development team is now
+       available online, from young director <a
+       href="mailto:erik.pukinskis@uconn.edu">Erik Pukinskis</a>: <a
+       href="http://www.ximian.com/devzone/projects/codemonkey.html">"Code
+       Monkey At Work"</a>.
+
+       A Tutorial on getting Mono installed from sources is now <a
+       href="http://www.go-mono.com/mono-beginning/x70.html">online</a>.
+
+       More progress on the ASP.NET front: user defined controls are
+       now being rendered, as well as many of the sample programs
+       from www.asp.net.  Gonzalo's work can be found on module XSP
+       (this implements the .aspx compiler).
+
+       Sergey Chaban has got Gtk# working on Windows, you can see
+       some screenshots: <a href="sshots/Gtksharp-1.jpg">sample apps</a> and
+       <a href="sshots/Gtksharp-2.jpg">running with a russian charset</a>.
+
+@item Jul 16th, 2002
+
+       Paolo today got mono to complete host itself on Linux.  This
+       means that we can now compile the `corlib' using the Mono C#
+       compiler and the Mono runtime.
+
+       Compiling the corlib was rather tricky, because the types that
+       the compiler uses during the compilation process will come
+       from the source code it is compiling.  
+
+       After a few months of work, we have finally fleshed out all
+       the remaining bugs.  Now the next step is to update the makefiles
+       to compile with the Mono tool-chain.
+
+       A recapitulation:
+       <ul>
+               * The Mono C# compiler was able to compile itself on December 28th, 2001.
+                 The resulting image contained errors though.
+
+               * The Mono C# compiler was able to self-compile in on
+                 January 3rd, 2002.  Becoming a self-hosting compiler on Windows.
+
+               * The Mono runtime matured enough by March 12, 2002 that it
+                 was able to bootstrap the Mono C# compiler on Linux using our interpreter.
+                 This means that our development tool was self sufficient.
+
+               * On March 26th, the JIT engine was fixed, so we could use this to
+                 run the compiler on Linux.
+
+               * Martin fixed the remaining bugs in the compiler that stopped it from
+                 compiling the `corlib'.  The resuling image still contained errors though.
+
+               * On July 8th, Radek got the PowerPC port to bootstrap
+                 the C# compiler.  This is important, because it exposed
+                 various tricky issues in a big-endian system.
+
+               * Today: we can bootstrap the compiler using libraries
+                 and the compiler compiled with itself on Linux.  The process is complete.
+       </ul>
+
+       In the meantime, Dietmar has quietly implemented the remaining
+       pieces of Marshalling in the Mono runtime.   This is very
+       important for the Gtk# guys to move on with their bindings.
+
+       To make things more interesting, he replaced most of the
+       architecture specific code generation for trampolines
+       (delegates, invocations, function and p/invoke trampolines) to
+       use CIL.  This CIL is then compiled on the flight by the JIT
+       Compiler engine.  By doing this, we have reduced the burden to
+       port the JITer to new architectures, and that our trampoline
+       code is cross platform.
+
 @item Jul 9th, 2002
 
        Ajay was the first to notice <a
        A big thanks goes to Dennis Hayes for getting the
        Windows.Forms work together, and commiting so many stubs for Windows.Forms. 
 
+@item Jun 25, 2002
+
+       I am updating the Mono site from the Unesco offices in
+       Uruguay, the <a href="http://www.gnome.org/resources/calendar/roadshow/GNOMEenelSur.html">South-America trip</a>
+       to promote free software is going very well.
+
+       Many news in Mono-land this week so far:
+
+       Mike Kestner got bindings for GtkHTML last night for Gtk#,
+       this is using GtkHTML 2.0.  
+
+       On Monday Piers Haken <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-June/000380.html">contributed</a>
+       the core to support XPath in Mono: most of the w3c spec is
+       implemented (modulo a few pending bits).
+
+       Dick checked in his implementation of the Process classes:
+       process forking and waiting support committed, with some functions to
+       query status.  This was complex as we had to emulate the Win32
+       environment, but this is another step to be fully compatible.
+       This means for example that any process can check on the
+       status of any other process (without the parent/child relationship)
+
+       Of course, those interested
+       in only the Unix semantics can always P/Invoke the Unix calls.
+
 @item Jun 24, 2002
 
+
         Duncan has written a few sample <a
-       href="http://primates.ximian.com/~duncan/Mono">gtk# demo apps</a>..
+       href="http://primates.ximian.com/~duncan/Mono">Gtk# demo
+       applications</a> (<a
+       href="http://primates.ximian.com/~duncan/Mono/img/ImageViewer.png">screen
+       shot</a>, <a
+       href="http://primates.ximian.com/~duncan/Mono/img/ImageBrowser.png">another</a>)
+
+       Rachel also got the beginning of Gnome bindings (<a
+       href="http://primates.ximian.com/~tvgm/gnome-hello.png">screenshot</a>).
+       She also got some <a
+       href="http://primates.ximian.com/~tvgm/gtk-sharp-docs/">documentation</a>
+       up now.
+
+@item Jun 22, 2002
+
+       Mono's ASP.NET has rendered its first page on Linxu for the
+       first time (Gonzalo and Paolo).  
+
+       Also, we are getting close to
+       self hosting.  Paolo posted a <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-June/000345.html">list
+       of pending issues</a> which are now very small.
+
+       Steam is picking up in <a
+       href="http://gtk-sharp.sf.net">Gtk#</a> as the bindings become more
+       complete and small applications are starting to emerge.  Gtk#
+       now compiles completely on Linux.  This uses a lot of the XML
+       libraries, which is nice to see.
 
 @item Jun 20, 2002