Update the links. Thanks for Andy Oliver for the report.
[mono.git] / web / index
index 6cb264ee46e5e65195785127cad90cbfb31364d4..004b211390741720477a2d1bdfe2554934c7a89c 100644 (file)
--- a/web/index
+++ b/web/index
              <a href="index.rss"><img src="images/xml.gif"></a>
            </td>
          </tr>
+        <tr>
+           <td>
+             <a href="screenshots.html">Screenshots</a>
+           </td>
+         </tr>
        </table>
     </td>
   </tr>
 </table>
 
+@item Jan, 22th: Mono wins award, OpenLink releases Virtuoso.
+
+       Mono wont the `Best Open Source Project' award at the Linux
+       World Expo.  A description is <a
+       href="http://linuxtoday.com/news_story.php3?ltsn=2003-01-23-024-26-OP-EV">here</a>
+
+       Open Link has a <a
+       href="http://biz.yahoo.com/prnews/030123/neth013_1.html">press
+       release</a> about Virtuoso 3.0: the first commercial product
+       shipping that uses Mono.
+
+@item Jan, 20th: Mono 0.19 released;  Screenshots page; Gtk# 0.7
+
+       Mono 0.19 has been released.  Check out the <a
+       href="archive/mono-0.19">release notes</a> for an overview of
+       the changes.  You can get it <a href="download.html">here</a>.
+       There are no major features in this release, mostly bug fixes
+       and performance improvements.
+
+       We have now a new section <a href="screenshots.html">with
+       screenshots</a> of various Mono applications.  You can see
+       there the new released Debugger, as well as the work in
+       progress on the documentation browser.
+
+        <a href="http://gtk-sharp.sf.net">Gtk# 0.7</a> has been <a
+       href="http://lists.ximian.com/archives/public/mono-list/2003-January/005222.html">released</a>
+
+@item Jan, 19th: Mono Debugger released.
+
+       After six month of extensive development, Martin Baulig has
+       released the first version of the Mono debugger.  The Mono
+       debugger is written in C# and can debug both managed and
+       unmanaged applications, support for multiple-threaded
+       applications and should be relatively easy to port to new
+       platforms.  
+
+       Details of the release are available in <a
+       href="http://lists.ximian.com/archives/public/mono-list/2003-January/005192.html">post</a>. 
+
+       The debugger contains both Gtk# and command line interfaces.
+       The debugging file format used in Dwarf (its already supported
+       by our class libraries and the Mono C# compiler; To debug C
+       applications, you need a recent GCC, or to pass the -gdwarf-2
+       flag to gcc).
+       
+@item Jan, 17th: DB2 provider, MacOS X
+
+       Christopher Bockner has contributed a DB2 System.Data client. 
+
+       MacOS X support on the runtime has been integrated into the
+       distribution, and MCS works with it.
+
+       Zoltan has managed to get <a
+       href="http://radio.weblogs.com/0109845/">IKVM</a> (a Java VM
+       for .NET) to run with Mono.  The HelloWorld.class runs with
+       the Mono runtime.
+
+@item Jan, 13th, 2003: Mono 0.18 released
+
+       Mono 0.18 has been released.  Check out the <a
+       href="archive/mono-0.18">release notes</a> for an overview of
+       the changes.  You can get it <a href="download.html">here</a>.
+
+@item Jan 10th, 2003: Mono Weekly News.
+
+       A new issue of the <a
+       href="http://lists.ximian.com/archives/public/mono-list/2003-January/004903.html">Mono
+       Weekly News</a> has been published.
+
+       Check out the <a href="crypto.html">Crypto status</a> page
+       that Sebastien has put together.
+
+@item Jan 3rd, 2003: Glade#, Code Coverage, Apache, MBas, Debugger.
+
+       Rachel has made Glade# use attributes so binding C# widgets to
+       the designed widgets is now easier than ever.  Alp has
+       improved this to use implicit names as well.
+
+       Martin's Mono debugger now has support for multi-thread
+       debugging.  Special feature: breakpoints can be defined in a
+       per-thread basis now.
+
+       Daniel López has checked in his Apache module to integrate
+       Mono and Mono's ASP.NET support as an Apache module.  Gonzalo
+       has folded his new Mono hosting classes into this module (they
+       are now shared between XSP and mod_mono).  You can get the
+       mod_apache from CVS (module name: mod_mono). 
+
+       Mono Basic improvements: Marco has added support for more
+       statements on the grammar.
+
+       Zoltan has <a href="http://www.nexus.hu/vargaz2/">posted</a>
+       his Code Coverage analysis tool for Mono.
+
+@item Dec 17th, 2002: Mono: Commercial uses.
+
+       <a href="http://www.tipic.com">Tipic</a> today <a
+       href="http://www.ximian.com/about_us/press_center/press_releases/index.html?pr=tipic_mono">announced</a>
+       their work on porting their Instant Messaging Server platform
+       to run on Mono.
+
+       <a href="http://www.winfessor.com">Winfessor</a> also <a
+       href="http://www.winfessor.com/press.asp">announced</a> the
+       availability of their Jabber SDK to run on Mono.
+
+       Also two weeks ago we mentioned <a
+       href="http://www.openlinksw.com">OpenLink Software's</a> <a
+       href="http://www.ximian.com/about_us/press_center/press_releases/index.html?pr=openlink_mono">announcement</a>
+       of their product, also using Mono.
+
 @item Dec 10th, 2002: Gtk# 0.6 released;  Mono 0.17 packages for Windows and Debian.
 
        Mike Kestner <a
 
 @item Aug 20th, 2002: Remoting work, Resources, SPARC checkins, ADO.NET
 
+       <b>San Francisco</b>: August 14th.  Linux World Expo.
+
        Mark Crichton has checked in his patches to get the SPARC port
        on par with the PPC port.