Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiers Haken <piers@mono-cvs.ximian.com>2002-03-09 12:12:22 +0300
committerPiers Haken <piers@mono-cvs.ximian.com>2002-03-09 12:12:22 +0300
commit0435f7c1a3184c9f3ce6c5453745d4f8ca593f8c (patch)
tree6fc22e11c76df0fb12634ac32ab815bdd119531e /web/class-status.in
parent06a18019fd293748ccadc9e1c78c8bb702246f20 (diff)
new text describint features & where to find the assemblies (in the menu)
svn path=/trunk/mono/; revision=3022
Diffstat (limited to 'web/class-status.in')
-rw-r--r--web/class-status.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/web/class-status.in b/web/class-status.in
index 14ca117d3bc..a66aa18092e 100644
--- a/web/class-status.in
+++ b/web/class-status.in
@@ -15,6 +15,12 @@
* List of not-implemented classes
- This tree shows the hierarchy of classes in the CORLIB assembly
- that are either <i>missing</i> from the Mono project, or
- are not yet fully completed (<i>TODO</i>).
+ 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.
+
+ 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>.