Update faq
[mono.git] / web / class-status.in
index 0ecc7f5e637d9e7571e9e2cb3b822ac3c8fc2bf2..3a6af7b980f7a9db339ec70d3bd04a00d24244dc 100644 (file)
@@ -1,22 +1,54 @@
 * Status of the various pieces of the class library
 
-       You can browse the status of the class library and see who has
-       registered to work on what parts of the system.  These list
-       work-in-progress components currently.
+       Classes in Mono are organized by the assembly that they belong to. 
 
-       Browse the current <a href="class-status/index.html">status</a>.
+       Here is the status of the different assemblies:
+       <ul>
+               <li><a href="http://www.go-mono.com/class-status-corlib.html">corlib</a>: The core library.
+               <li><a href="http://www.go-mono.com/class-status-System.html">System</a>.
+               <li><a href="http://www.go-mono.com/class-status-System.Xml.html">System.Xml</a>.
 
-       You can also download the XML <a
-       href="class-status/maintainers.xml">maintainers</a> file that
-       contains the actual maintainers list.  
+               <li><a
+               href="http://www.go-mono.com/class-status-System.Data.html">System.Data</a>:
+               Database access functionality (also check the <a href="ado-net.html">Mono ADO.NET status</a> pages).
 
-       You can also download the master <a
-       href="class-status/class.xml">Class Status XML</a> file.
+               <li><a href="http://www.go-mono.com/class-status-System.Drawing.html">System.Drawing</a>.
+
+               <li><a
+               href="http://www.go-mono.com/class-status-System.Web.html">System.Web</a>:
+               ASP.NET classes, also check the <a href="asp-net.html">Mono ASP.NET status pages</a>
+
+               <li><a href="http://www.go-mono.com/class-status-System.Web.Services.html">System.Web.Services</a>.
+
+               <li><a
+               href="http://www.go-mono.com/class-status-Microsoft.VisualBasic.html">Microsoft.VisualBasic</a>:
+               Support runtime for Visual Basic applications
+
+               <li><a
+               href="http://www.go-mono.com/class-status-System.Windows.Forms.html">Windows.Forms</a>:
+               there is also a <a
+               href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mailing
+               list available</a>
+
+               <li><a href="http://www.go-mono.com/class-status-System.EnterpriseServices.html">EnterpriseServices</a>.
+
+               <li><a
+               href="http://www.go-mono.com/class-status-System.Runtime.Serialization.Formatters.Soap.html">System.Runtime.Serialization.Formatters.Soap</a>.
+
+               <li><a
+               href="http://www.go-mono.com/class-status-System.Security.html">System.Security</a>:
+               Xml Signature Security classes, also check the <a href="crypto.html">Cryptography status pages</a>
+               
+       </ul>
 
 * List of not-implemented classes
 
-       These classes are only classes pending from the CORLIB assembly
-       other assemblies are not yet listed.  We are going to be working
-       on an improved status display for pending classes.
+       Pick from the list of assemblies in the menu on the left to
+       view the current status of that assembly.
+
+       The tree shows items that are either missing or that have TODO
+       attributes associated with them.
+       You can use the checkboxes to show only missing or only TODO items.
 
-       Please bear with us in the meantime.
+       Clicking on a name will take you to the <a href="http://msdn.microsoft.com/">MSDN documentation</a> for that item.
+       CTRL-Clicking will take you to the <a href="http://cvs.hispalinux.es/cgi-bin/cvsweb/?cvsroot=Mono">mono CVS tree</a>.