More resources
authorMiguel de Icaza <miguel@gnome.org>
Mon, 11 Feb 2002 21:20:20 +0000 (21:20 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 11 Feb 2002 21:20:20 +0000 (21:20 -0000)
svn path=/trunk/mono/; revision=2334

doc/contributing
doc/index
web/contributing
web/index

index 9daa39fa59601bfc66d0caa1877b209c18deb0cd..d0ad617a940b4679c87058bca0a3dbae1215a7e2 100644 (file)
                  but there is a lot to be done here).
        </ul>
 
+* Emacs support
+
+       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.
 
        <ul>
@@ -64,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
 
index b9894e60f803d5645500b2070917f586cafdc2df..28694ceac9381a45469c322081f896e4f35d775b 100644 (file)
--- a/doc/index
+++ b/doc/index
@@ -1,3 +1,6 @@
+<table>
+  <tr>
+    <td>
        <a href="http://www.ximian.com">Ximian</a> announced the
        launch of the Mono project, an effort to create an Open Source
        implementation of the .NET Development Framework.  
 
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
+    </td>
+    <td>
+       <table border=1 bgcolor>
+         <tr>
+         </tr>
+         <tr>
+           <td>
+             <b><a href="c-sharp.html">Compiler</a></b>
+           </td>
+           <td>
+             Self hosting on .NET.<br>
+             Classes need work to run on Mono.
+           </td>
+         </tr>
+         <tr>
+           <td>
+             <b>JIT</b>
+           </td>
+           <td>
+             Linux/x86 working.
+           </td>
+         </tr>
+         <tr>
+           <td>
+             <b>Interpreter</b>
+           </td>
+           <td>
+             Linux/PPC working<br>
+             In progress: StrongARM, SPARC.
+           </td>
+         </tr>
+         <tr>
+           <td>
+             <b><a href="class-status.html">Classes</a></b>
+           </td>
+           <td>
+             Corlib for self hosting mostly done
+           </td>
+         </tr>
+       </table>
+    </td>
+  </tr>
+</table>
 
 ** Feb 11, 2002
 
index 9daa39fa59601bfc66d0caa1877b209c18deb0cd..d0ad617a940b4679c87058bca0a3dbae1215a7e2 100644 (file)
                  but there is a lot to be done here).
        </ul>
 
+* Emacs support
+
+       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.
 
        <ul>
@@ -64,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
 
index b9894e60f803d5645500b2070917f586cafdc2df..28694ceac9381a45469c322081f896e4f35d775b 100644 (file)
--- a/web/index
+++ b/web/index
@@ -1,3 +1,6 @@
+<table>
+  <tr>
+    <td>
        <a href="http://www.ximian.com">Ximian</a> announced the
        launch of the Mono project, an effort to create an Open Source
        implementation of the .NET Development Framework.  
 
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
+    </td>
+    <td>
+       <table border=1 bgcolor>
+         <tr>
+         </tr>
+         <tr>
+           <td>
+             <b><a href="c-sharp.html">Compiler</a></b>
+           </td>
+           <td>
+             Self hosting on .NET.<br>
+             Classes need work to run on Mono.
+           </td>
+         </tr>
+         <tr>
+           <td>
+             <b>JIT</b>
+           </td>
+           <td>
+             Linux/x86 working.
+           </td>
+         </tr>
+         <tr>
+           <td>
+             <b>Interpreter</b>
+           </td>
+           <td>
+             Linux/PPC working<br>
+             In progress: StrongARM, SPARC.
+           </td>
+         </tr>
+         <tr>
+           <td>
+             <b><a href="class-status.html">Classes</a></b>
+           </td>
+           <td>
+             Corlib for self hosting mostly done
+           </td>
+         </tr>
+       </table>
+    </td>
+  </tr>
+</table>
 
 ** Feb 11, 2002