Push
authorMiguel de Icaza <miguel@gnome.org>
Sat, 3 Aug 2002 19:29:25 +0000 (19:29 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 3 Aug 2002 19:29:25 +0000 (19:29 -0000)
svn path=/trunk/mono/; revision=6385

doc/classlib-doc
doc/index
doc/web/makefile
web/classlib-doc
web/index
web/web/makefile

index 14fdc9e71911bce6f37cd49aa5849c49fc9e3daa..89849cb6172e5478e2b065e4dc32b5c82d9ee6c2 100644 (file)
@@ -2,11 +2,6 @@
 
 ** Summary
 
-       <em>
-       [This documentation is in progress.  Comments to
-       <a href="mailto:jbarn@httcb.net">jbarn@httcb.net</a>.]
-       </em>
-       
        While using inline XML tags to document classes is certainly
        convenient, properly verbose documentation quickly overwhelms
        the code, making the source quite difficult to read.  Furthermore,
index 1faeefd9f0dc99dba84687e60c7d47f4c9806183..74ecb70f058d23f746a3759630ddcd29b0828e63 100644 (file)
--- a/doc/index
+++ b/doc/index
        himself in the lands of the C runtime. His work is invaluable for keeping
        Mono on the right track through the daily changes in the codebase.
 
+@item Looking for volunteers
+
+       We are looking for volunteers to help complete various pieces
+       of Mono and help move the project forward, we need
+       contributions to:
+
+       <ul>
+               * More tests to the existing class libraries.
+       
+               * Finish existing class libraries, check our <a
+               href="class-status.html">class status</a> pages to see
+               all the missing things.  There are open tasks all over
+               the place: XML, Database access, enterprise services,
+               configuration, ASP.NET, Drawing APIs, and more.
+
+               * Since we have now ASP.NET running, we would like to 
+               create an ASP.NET application to maintain our class
+               library documentation.
+
+               We have some special needs (read them <a
+               href="classlib-doc.html">here</a>).     There is a
+               prototype written using Windows.Forms, but we believe
+               it will be faster to have this done using ASP.NET (and
+               it is also a nice way of stress testing it).
+
+               * Support for the VB runtime: we need contributions
+               to make our VB runtime mature enough to host
+               applications compiled with the VB.NET to run with
+               Mono.
+
+               * We need people to help write the documentation: you
+               can start editing our XML files by hand, and once we
+               have the ASP.NET tool, upgrade to that. 
+       </ul> 
+
 @item July 31st, 2002: Flow Analysis
 
        Martin has checked into CVS the data flow analysis patch for
        port the JITer to new architectures, and that our trampoline
        code is cross platform.
 
-@item Looking for volunteers
-
-       We are looking for volunteers to help complete various pieces
-       of Mono and help move the project forward, we need
-       contributions to:
-
-       <ul>
-               * More tests to the existing class libraries.
-       
-               * Finish existing class libraries, check our <a
-               href="class-status.html">class status</a> pages to see
-               all the missing things.  There are open tasks all over
-               the place: XML, Database access, enterprise services,
-               configuration, ASP.NET, Drawing APIs, and more.
-
-               * Since we have now ASP.NET running, we would like to 
-               create an ASP.NET application to maintain our class
-               library documentation.
-
-               We have some special needs (read them <a
-               href="classlib-doc.html">here</a>).     There is a
-               prototype written using Windows.Forms, but we believe
-               it will be faster to have this done using ASP.NET (and
-               it is also a nice way of stress testing it).
-
-               * Support for the VB runtime: we need contributions
-               to make our VB runtime mature enough to host
-               applications compiled with the VB.NET to run with
-               Mono.
-
-               * We need people to help write the documentation: you
-               can start editing our XML files by hand, and once we
-               have the ASP.NET tool, upgrade to that. 
-       </ul> 
-
 @item Jul 9th, 2002
 
        Ajay was the first to notice <a
index 4cdab414e03c9307d11f5dabf7c7b81a272cf0c6..e671695f003841dfca37d93032c0361fd5844e66 100644 (file)
@@ -36,7 +36,6 @@ OBJECTS=      \
        deploy/languages.html                           \
        deploy/mailing-lists.html                       \
        deploy/mono-beginning.html                      \
-       deploy/mono-beginning-xml.html                  \
        deploy/mono-contribution-howto.html             \
        deploy/monodoc-xml.html                         \
        deploy/papers.html                              \
index 14fdc9e71911bce6f37cd49aa5849c49fc9e3daa..89849cb6172e5478e2b065e4dc32b5c82d9ee6c2 100644 (file)
@@ -2,11 +2,6 @@
 
 ** Summary
 
-       <em>
-       [This documentation is in progress.  Comments to
-       <a href="mailto:jbarn@httcb.net">jbarn@httcb.net</a>.]
-       </em>
-       
        While using inline XML tags to document classes is certainly
        convenient, properly verbose documentation quickly overwhelms
        the code, making the source quite difficult to read.  Furthermore,
index 1faeefd9f0dc99dba84687e60c7d47f4c9806183..74ecb70f058d23f746a3759630ddcd29b0828e63 100644 (file)
--- a/web/index
+++ b/web/index
        himself in the lands of the C runtime. His work is invaluable for keeping
        Mono on the right track through the daily changes in the codebase.
 
+@item Looking for volunteers
+
+       We are looking for volunteers to help complete various pieces
+       of Mono and help move the project forward, we need
+       contributions to:
+
+       <ul>
+               * More tests to the existing class libraries.
+       
+               * Finish existing class libraries, check our <a
+               href="class-status.html">class status</a> pages to see
+               all the missing things.  There are open tasks all over
+               the place: XML, Database access, enterprise services,
+               configuration, ASP.NET, Drawing APIs, and more.
+
+               * Since we have now ASP.NET running, we would like to 
+               create an ASP.NET application to maintain our class
+               library documentation.
+
+               We have some special needs (read them <a
+               href="classlib-doc.html">here</a>).     There is a
+               prototype written using Windows.Forms, but we believe
+               it will be faster to have this done using ASP.NET (and
+               it is also a nice way of stress testing it).
+
+               * Support for the VB runtime: we need contributions
+               to make our VB runtime mature enough to host
+               applications compiled with the VB.NET to run with
+               Mono.
+
+               * We need people to help write the documentation: you
+               can start editing our XML files by hand, and once we
+               have the ASP.NET tool, upgrade to that. 
+       </ul> 
+
 @item July 31st, 2002: Flow Analysis
 
        Martin has checked into CVS the data flow analysis patch for
        port the JITer to new architectures, and that our trampoline
        code is cross platform.
 
-@item Looking for volunteers
-
-       We are looking for volunteers to help complete various pieces
-       of Mono and help move the project forward, we need
-       contributions to:
-
-       <ul>
-               * More tests to the existing class libraries.
-       
-               * Finish existing class libraries, check our <a
-               href="class-status.html">class status</a> pages to see
-               all the missing things.  There are open tasks all over
-               the place: XML, Database access, enterprise services,
-               configuration, ASP.NET, Drawing APIs, and more.
-
-               * Since we have now ASP.NET running, we would like to 
-               create an ASP.NET application to maintain our class
-               library documentation.
-
-               We have some special needs (read them <a
-               href="classlib-doc.html">here</a>).     There is a
-               prototype written using Windows.Forms, but we believe
-               it will be faster to have this done using ASP.NET (and
-               it is also a nice way of stress testing it).
-
-               * Support for the VB runtime: we need contributions
-               to make our VB runtime mature enough to host
-               applications compiled with the VB.NET to run with
-               Mono.
-
-               * We need people to help write the documentation: you
-               can start editing our XML files by hand, and once we
-               have the ASP.NET tool, upgrade to that. 
-       </ul> 
-
 @item Jul 9th, 2002
 
        Ajay was the first to notice <a
index 4cdab414e03c9307d11f5dabf7c7b81a272cf0c6..e671695f003841dfca37d93032c0361fd5844e66 100644 (file)
@@ -36,7 +36,6 @@ OBJECTS=      \
        deploy/languages.html                           \
        deploy/mailing-lists.html                       \
        deploy/mono-beginning.html                      \
-       deploy/mono-beginning-xml.html                  \
        deploy/mono-contribution-howto.html             \
        deploy/monodoc-xml.html                         \
        deploy/papers.html                              \