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:
authorMiguel de Icaza <miguel@gnome.org>2002-02-12 00:20:20 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-12 00:20:20 +0300
commitb48dc8c50b7282587cbf3bf02ffa80bdb5a22d03 (patch)
tree03ad75804076198aab1b11e9b4fd81d45c17d165
parentdaa65c9207cc07e2e7f04fe6be2739fcf5def34f (diff)
More resources
svn path=/trunk/mono/; revision=2334
-rw-r--r--doc/contributing6
-rw-r--r--doc/index46
-rw-r--r--web/contributing6
-rw-r--r--web/index46
4 files changed, 104 insertions, 0 deletions
diff --git a/doc/contributing b/doc/contributing
index 9daa39fa596..d0ad617a940 100644
--- a/doc/contributing
+++ b/doc/contributing
@@ -51,6 +51,11 @@
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
diff --git a/doc/index b/doc/index
index b9894e60f80..28694ceac93 100644
--- 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.
@@ -22,6 +25,49 @@
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
diff --git a/web/contributing b/web/contributing
index 9daa39fa596..d0ad617a940 100644
--- a/web/contributing
+++ b/web/contributing
@@ -51,6 +51,11 @@
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
diff --git a/web/index b/web/index
index b9894e60f80..28694ceac93 100644
--- 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.
@@ -22,6 +25,49 @@
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