More resources
[mono.git] / web / contributing
index 2b6d0b65f52d41fe298afd7667227120c6c15471..d0ad617a940b4679c87058bca0a3dbae1215a7e2 100644 (file)
 ** To start contributing
 
        To start developing classes or to contribute to the compiler,
-       you only need Windows and the .NET Beta 2 SDK.  Please notice
+       you only need Windows and the .NET Framework 1.0 SDK.  Please notice
        that you do not need Visual Studio (although you can use it if
        you want).  
 
        You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
 
-       Alternatively you can use the <a
-       href="#compile-service">compilation service</a> that was setup by
-       Derek.
-
 ** Bug reporting
 
        If you find bugs in Mono, please make sure you enter a bug
 
        A few smaller tasks are here, dropped in no particular order:
        <ul>
-               * <b>MCS compilation process:</b> Currently MCS does
-                 not build with a single `make' command.  This should
-                 be fixed (this being part of the `Joel Test' that
-                 software has to pass).
-
                * <b>Mono/doc and web site:</b> They need to be
                  packaged up in the official `distribution'
-       </ul>
 
-<a name="compile-service">
-* C# Compilation Service
+               * Adding serialization support to all the classes.
 
-       If you are working on a class for the Mono project, but do not
-       have a C# compiler available or a Windows machine to run the
-       .NET SDK, you can use the compilation service that Derek
-       Holden setup in the following URL: <a
-       href="http://toilet.2y.net:8080/">http://toilet.2y.net:8080/</a>
+                 We have many classes, but we have not implemented in
+                 many cases the serialization and re-incarnation support in 
+                 them (this is pretty straight forward code, and simple,
+                 but there is a lot to be done here).
+       </ul>
 
-       The service will let you compile a source file and get back a
-       list of errors in the class file.  You will not be able to run
-       the code, but at least you can get some code written that will
-       help us further down the line.
+* Emacs support
 
-       You can contact (and thank) Derek for this service by sending
-       him nice email at <a
-       href="mailto:derek@Draper.Com">derek@draper.com</a>
+       Brad Merryl's C# mode for Emacs is available: <a
+       href="http://www.cybercom.net/~zbrad/DotNet/Emacs/">http://www.cybercom.net/~zbrad/DotNet/Emacs/</a>
 
 * Books on C# and DotNet.
 
@@ -84,6 +69,7 @@
 
        * O'Really .NET Essentials (<a href="http://www.oreilly.com/catalog/dotnetfrmess/">
          http://www.oreally.com/catalog/dotnetfrmess</a>)
+       </ul>
 
 * Special note