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>2001-08-21 00:48:33 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-21 00:48:33 +0400
commit6fe5a311b24686b8cb91e8e8f01f163c9f722ae3 (patch)
tree368dddfc1b632c0cb8956174c3c2fc48d2e98f56 /doc/contributing
parent134538f13a093f4670067c36d6c70e6af4e04006 (diff)
Updated the contributing section
svn path=/trunk/mono/; revision=523
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing22
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/contributing b/doc/contributing
index 420816534b5..350136860fb 100644
--- a/doc/contributing
+++ b/doc/contributing
@@ -10,7 +10,7 @@
href="tools.html">the tools</a>, the <a
href="testing.html">testing framework</a>
- * <b>Writers:</b> You can help us with writing <a
+ * <b>Writers:</b> You can help us bywriting <a
href="documentation.html">documentation</a>.
</ul>
@@ -27,7 +27,9 @@
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 compilation service that was setup
+ Alternatively you can use the <a
+ href="#compile-service">compilation service</a> that was setup by
+ Derek.
** Bug reporting
@@ -51,6 +53,7 @@
packaged up in the official `distribution'
</ul>
+<a name="compile-service">
* C# Compilation Service
If you are working on a class for the Mono project, but do not
@@ -68,9 +71,20 @@
him nice email at <a
href="mailto:derek@Draper.Com">derek@draper.com</a>
-* Books on C#
+* Books on C# and DotNet.
+
+ <ul>
+ * Dotnet Books (a href="http://www.dotnetbooks.com">http://www.dotnetbooks.com</a>)
+
+ * Dotnet Resources (a href="http://www.dotnetexperts.com/resources/">
+ http://www.dotnetexperts.com/resources</a>)
+
+ * O'Really C# Essentials (<a href="http://www.oreilly.com/catalog/csharpess/">
+ http://www.oreally.com/catalog/csharpess</a>)
+
+ * O'Really .NET Essentials (<a href="http://www.oreilly.com/catalog/dotnetfrmess/">
+ http://www.oreally.com/catalog/dotnetfrmess</a>)
-
* Special note
If you have looked at Microsoft's implementation of .NET or