re-added class-status.html (it was empty in go-mono.com). Fixed make clean.
[mono.git] / web / class-status.in
1 * Status of the various pieces of the class library
2
3         Classes in Mono are organized by the assembly that they belong to. 
4
5         Here is the status of the different assemblies:
6         <ul>
7                 <li><a href="http://www.go-mono.com/class-status-corlib.html">corlib</a>: The core library.
8                 <li><a href="http://www.go-mono.com/class-status-System.html">System</a>: Extra modules
9                 <li><a href="http://www.go-mono.com/class-status-System.Xml.html">System.Xml</a>.
10                 <li><a
11                 href="http://www.go-mono.com/class-status-System.Data.html">System.Data</a>:
12                 Database access functionality (also check the <a href="ado-net.html">Mono ADO.NET status</a> pages).
13                 <li><a href="http://www.go-mono.com/class-status-System.Drawing.html">System.Drawing</a>.
14                 <li><a
15                 href="http://www.go-mono.com/class-status-System.Web.html">System.Web</a>:
16                 ASP.NET classes, also check the <a href="asp-net.html">Mono ASP.NET status pages</a>
17                 <li><a href="http://www.go-mono.com/class-status-System.Web.Services.html">System.Web.Services</a>.
18                 <li><a
19                 href="http://www.go-mono.com/class-status-Microsoft.VisualBasic.html">Microsoft.VisualBasic</a>:
20                 Support runtime for Visual Basic applications
21                 <li><a
22                 href="http://www.go-mono.com/class-status-System.Windows.Forms.html">Windows.Forms</a>:
23                 there is also a <a
24                 href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mailing
25                 list available</a>
26                 <li><a
27                 href="http://www.go-mono.com/class-status-System.Runtime.Serialization.Formatters.Soap.html">System.Runtime.Serialization.Formatters.Soap</a>.
28                 <li><a
29                 href="http://www.go-mono.com/class-status-System.Security.html">System.Security</a>:
30                 Xml Signature Security classes, also check the <a href="crypto.html">Cryptography status pages</a>
31                 
32         </ul>
33
34 * List of not-implemented classes
35
36         Pick from the list of assemblies in the menu on the left to
37         view the current status of that assembly.
38
39         The tree shows items that are either missing or that have TODO
40         attributes associated with them.
41         You can use the checkboxes to show only missing or only TODO items.
42
43         Clicking on a name will take you to the <a href="http://msdn.microsoft.com/">MSDN documentation</a> for that item.
44         CTRL-Clicking will take you to the <a href="http://cvs.hispalinux.es/cgi-bin/cvsweb/?cvsroot=Mono">mono CVS tree</a>.