2002-09-25 Martin Baulig <martin@gnome.org>
[mono.git] / doc / resources
index 248e9ff7ddf252d7a3413e56ff3f692136194420..32780ef458af137ce687099128d051a58608413c 100644 (file)
@@ -9,7 +9,7 @@
 
 ** Microsoft .NET
 
-       The <a href="http://msdn.microsoft.com/net">Microsoft.NET site.
+       The <a href="http://msdn.microsoft.com/net">Microsoft.NET site.</a>
 
        The Microsoft .NET Framework 1.0 can be downloaded <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>
 
        You can also get this information if you install the Beta2
        release of the .NET Framework.
 
-<a name="mailing">
-** Mailing Lists
-
-       There are a number of mailing lists for Mono
-
-       <ul>
-       
-               * <b><a
-       href="http://lists.ximian.com/mailman/listinfo/mono-list">mono-list:</a></b>
-       The general Mono discussion list.
-               * <b><a
-       href="http://lists.ximian.com/mailman/listinfo/mono-announce-list">mono-announce-list:</a></b>
-       Announcements of Mono developments.
-               * <b><a
-       href="http://lists.ximian.com/mailman/listinfo/mono-gc-list">mono-gc-list:</a></b>
-       Discussion on the GC system of Mono.
-               * <b><a
-       href="http://lists.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list:</a></b>
-       Track the CVS activity of Mono on this mailing list.  You can get <a href="http://www.go-mono.com/snapshots">daily snapshots</a> as well.
-               * <b><a
-       href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list:</a></b>
-       Discussion on the documentation of Mono.
-               * <b><a
-       href="http://lists.ximian.com/mailman/listinfo/mono-patches">mono-patches:</a></b>
-       Track the development of Mono in realtime: receive patches to the Mono repository
-       by email.
-               * <b><a
-       href="http://discuss.develop.com/dotnet.html">Dotnet mailing
-       list at Develop.com:</a></b> The guys at Develop Mentor run
-       this general purpose mailing list.
-       </ul>
-
 ** Discussion Groups.
 
        <ul>
        There are a number of related projects to Mono:
 
        <ul>
+               
+               * <a
+                 href="http://qtcsharp.sourceforge.net">Qt#:</a> 
+                 C# bindings for the Qt toolkit.
+
                * <a
                  href="http://www.icsharpcode.net/OpenSource/SD/default.asp">Sharp
                  Develop:</a> an IDE for the C# language written in C#.
 
+               * <a
+                 href="http://www.improve-technologies.com/alpha/esharp/">Eclipse
+                 Plugin for C#</a>
+
                * <a 
                  href="http://janet-js.sourceforge.net/">Janet:</a>
                  an implemention of ECMAScript (the standarized
                  href="http://www.southern-storm.com.au/portable_net.html">Portable.NET:</a>
                  Another implementation of the CLI and C# compiler.
 
+               * A Free (GFDL) tutorial on C# in Spanish with examples, slides, and extras (under development). Get it <a href="http://geneura.ugr.es/~jaime/csharp/">here</a>. 
+
        </ul>
 
 ** GNOME Documentation
 
-       Documnetation on GNOME, and the GNOME APIs is available from
+       Documentation on GNOME, and the GNOME APIs is available from
        the <a href="http://developer.gnome.org">developer</a> site at
        GNOME:
 
                * <A
        href="http://developer.gnome.org/arch/">Architecture Overview</a>
        </ul>
-
        
-       
\ No newline at end of file
+** Assembly Language Manuals online
+
+       <ul>
+               * <a href="http://www.agner.org/assem/#optimize">
+       Pentium optimization tutorial</a> by Agner Fog
+
+               * <a href="http://webster.cs.ucr.edu/">
+       Art of Assembly</a> (x86 only)
+
+               * Documentation for various CPUs
+       (<a href="http://www.mit.edu/afs/sipb/contrib/doc/specs/ic/cpu/">
+       x86, IA64, MIPS, ARM, Alpha</a>)
+
+               * <a href="http://www.heyrick.co.uk/assembler/">
+       ARM Assembler</a> tutorial
+
+               * PowerPC
+       <a href="http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6">
+       Compiler Writer's Guide</a>
+
+               * <a href="http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html">
+       Beginners Guide to PowerPC Assembler</a>
+       </ul>
+
+** Win32
+
+       <ul>
+               * Win32 <a href="http://www.jorgon.freeserve.co.uk/ExceptFrame.htm">
+       Structured Exception Handling (SEH)</a> internals (x86 specific)
+       </ul>