Update the news
authorMiguel de Icaza <miguel@gnome.org>
Thu, 5 Dec 2002 20:14:29 +0000 (20:14 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 5 Dec 2002 20:14:29 +0000 (20:14 -0000)
svn path=/trunk/mono/; revision=9399

doc/index
doc/testing
doc/web/commands
web/index
web/testing
web/web/commands

index 05759e244434415b17335601f81ea9a82fe1e245..bb0eb964a05a53ad9bf200358c5831d89f8564ce 100644 (file)
--- a/doc/index
+++ b/doc/index
@@ -12,6 +12,9 @@
        Common Language Infrastructure (also referred as the CLR) and a
        set of <a href="class-library.html">class libraries</a>.  
 
+       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
        read our list of <a href="faq.html">Frequently Asked
   </tr>
 </table>
 
-@item Nov 27th, 2002: Press release, tutorials
-
-http://www.ximian.com/about_us/press_center/press_releases/index.html?pr=openlink_mono
+@item Nov 27th, 2002: Press release, tutorials, Windows Forms, ADO.NET, Magazine.
 
-       SWF progress.
+       <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/date.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://brian.www1.dotnetplayground.com/ideas/adocodegen.aspx">data
+       layer</a> and an <a
+       href="http://brian.www1.dotnetplayground.com/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
 
index f99a92ff00f012d1c01ebb9bfb3559603914cc2f..c76a9b5f1d8c819cf63d117d7d34149fc01b3a0e 100644 (file)
        we'll forward this to the Microsoft people from time to time to help
        them fix their documentation and runtime.
 
-** Unit tets.
+** Unit tests.
 
        Why do unit testing? It becomes simple to run automated tests
        for the whole library. Unit tests are a safety net - you can
index 17e431f80567420f12894d7076877efaccf7c744..b6fdf8db7650f9288d8b733ae073a1667bea8872 100644 (file)
@@ -4,6 +4,8 @@
 1,Runtime,runtime.html,runtime.src
 1,Classes,class-library.html,class-library.src
 1,Gtk#,http://gtk-sharp.sourceforge.net
+1,ASP.NET,asp-net.html,asp-net.src
+1,ADO.NET,ado-net.html,ado-net.src
 1,Class Status,class-status.html,class-status.src,cm/cormissing.css,cm/cormissing.js
 2,corlib,class-status-corlib.html,class-status-corlib.src,cm/cormissing.css,cm/cormissing.js
 2,System,class-status-System.html,class-status-System.src,cm/cormissing.css,cm/cormissing.js
@@ -42,7 +44,6 @@
 2,SQL Lite,sqlite.html,sqlite.src
 2,Sybase,sybase.html,sybase.src
 2,TDS Generic,tdsclient.html,tdsclient.src
-1,ASP.NET,asp-net.html,asp-net.src
 1,Java,java.html,java.src
 1,Windows.Forms,winforms.html,winforms.src
 0,Resources,resources.html,resources.src
index 05759e244434415b17335601f81ea9a82fe1e245..bb0eb964a05a53ad9bf200358c5831d89f8564ce 100644 (file)
--- a/web/index
+++ b/web/index
@@ -12,6 +12,9 @@
        Common Language Infrastructure (also referred as the CLR) and a
        set of <a href="class-library.html">class libraries</a>.  
 
+       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
        read our list of <a href="faq.html">Frequently Asked
   </tr>
 </table>
 
-@item Nov 27th, 2002: Press release, tutorials
-
-http://www.ximian.com/about_us/press_center/press_releases/index.html?pr=openlink_mono
+@item Nov 27th, 2002: Press release, tutorials, Windows Forms, ADO.NET, Magazine.
 
-       SWF progress.
+       <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/date.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://brian.www1.dotnetplayground.com/ideas/adocodegen.aspx">data
+       layer</a> and an <a
+       href="http://brian.www1.dotnetplayground.com/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
 
index f99a92ff00f012d1c01ebb9bfb3559603914cc2f..c76a9b5f1d8c819cf63d117d7d34149fc01b3a0e 100644 (file)
        we'll forward this to the Microsoft people from time to time to help
        them fix their documentation and runtime.
 
-** Unit tets.
+** Unit tests.
 
        Why do unit testing? It becomes simple to run automated tests
        for the whole library. Unit tests are a safety net - you can
index 17e431f80567420f12894d7076877efaccf7c744..b6fdf8db7650f9288d8b733ae073a1667bea8872 100644 (file)
@@ -4,6 +4,8 @@
 1,Runtime,runtime.html,runtime.src
 1,Classes,class-library.html,class-library.src
 1,Gtk#,http://gtk-sharp.sourceforge.net
+1,ASP.NET,asp-net.html,asp-net.src
+1,ADO.NET,ado-net.html,ado-net.src
 1,Class Status,class-status.html,class-status.src,cm/cormissing.css,cm/cormissing.js
 2,corlib,class-status-corlib.html,class-status-corlib.src,cm/cormissing.css,cm/cormissing.js
 2,System,class-status-System.html,class-status-System.src,cm/cormissing.css,cm/cormissing.js
@@ -42,7 +44,6 @@
 2,SQL Lite,sqlite.html,sqlite.src
 2,Sybase,sybase.html,sybase.src
 2,TDS Generic,tdsclient.html,tdsclient.src
-1,ASP.NET,asp-net.html,asp-net.src
 1,Java,java.html,java.src
 1,Windows.Forms,winforms.html,winforms.src
 0,Resources,resources.html,resources.src