Update documentation; FAQ; Download information; Status update
authorMiguel de Icaza <miguel@gnome.org>
Wed, 1 Aug 2001 23:03:50 +0000 (23:03 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 1 Aug 2001 23:03:50 +0000 (23:03 -0000)
svn path=/trunk/mono/; revision=370

doc/ccvs
doc/download
doc/faq
status/class.xml
web/ccvs
web/download
web/faq

index 1a681173d7fb5b56471934ff920b253b42aff275..a24c55e8a111acea518179b554ff91294e672f22 100644 (file)
--- a/doc/ccvs
+++ b/doc/ccvs
@@ -23,7 +23,7 @@
 
        You will need CVS and SSH.  Windows users can get both by
        installing Cygwin (<a
-       href="http://www.cygwin.org">http://www.cygwin.org</a>)
+       href="http://www.cygwin.com">http://www.cygwin.com</a>)
 
        Unix users will probably have those tools installed already.
 
index 629804f6f640d86bb7731654848a84c9c10fc791..33973b362ae72fcd66f608aabfecd125f9e58dcd 100644 (file)
@@ -86,7 +86,7 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
        follow these instructions:
 
        <ul>
-               * Install <a href="http://www.cygwin.org">CygWin</a> first.
+               * Install <a href="http://www.cygwin.com">CygWin</a> first.
 
                * Untar the MCS distribution (see below for information).
 
@@ -96,7 +96,7 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
        To compile the mono runtime on windows:
 
        <ul>
-               * Install <a href="http://www.cygwin.org">CygWin</a> first.
+               * Install <a href="http://www.cygwin.com">CygWin</a> first.
 
                * Once installed, in a terminal window or a cygwin
                  window (a shortcut should be on your desktop), untar the glib
diff --git a/doc/faq b/doc/faq
index 9261eae520ffeb1e5155fcec5b024ba0f844dbb3..89751ea5b8bfdb31653a382633219e90520c43f7 100644 (file)
--- a/doc/faq
+++ b/doc/faq
@@ -646,6 +646,18 @@ A: We can not predict the future, but a conservative estimate is that
    expected to contain the same object types independently of how the
    instructions was reached.
 
+
+** Mono and Portable.NET
+
+Q: What are the differences between Mono and Portable.NET?
+
+A: Most of Mono is being written using C#, the only pieces written in
+   C are those who have to absolutely be built using C (The JIT
+   engine, the runtime, the interfaces to the garbage collection
+   system).
+
+   The C# compiler and the tools will become reusable C# components.
+
 ** Assorted questions
 
 Q: You say that the CLI allows multiple languages to execute on the
index cc309de2eba3f26e0c78f09bbdd15f4f34886f49..ac5b538b91f16ca0d1c3a4d7d9e274aa1b2b54ea 100755 (executable)
         </maintainers>
     </class>
     
-    <class name="System.Security.Criptography.HashAlgorithm">
+    <class name="System.Security.Cryptography.HashAlgorithm">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
         </maintainers>
     </class>
     
-    <class name="System.Security.Criptography.MD5">
+    <class name="System.Security.Cryptography.MD5">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
         </maintainers>
     </class>
     
-    <class name="System.Security.Criptography.MD5CryptoServiceProvider">
+    <class name="System.Security.Cryptography.MD5CryptoServiceProvider">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
         </maintainers>
     </class>
 
-    <class name="System.Security.Criptography.SHA1">
+    <class name="System.Security.Cryptography.SHA1">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
         </maintainers>
     </class>
 
-    <class name="System.Security.Criptography.SHA1CryptoServiceProvider">
+    <class name="System.Security.Cryptography.SHA1CryptoServiceProvider">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
         </maintainers>
     </class>
 
-    <class name="System.Security.Criptography.SHA256">
+    <class name="System.Security.Cryptography.SHA256">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
         </maintainers>
     </class>
 
-    <class name="System.Security.Criptography.SHA384">
+    <class name="System.Security.Cryptography.SHA384">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
         </maintainers>
     </class>
 
-    <class name="System.Security.Criptography.SHA512">
+    <class name="System.Security.Cryptography.SHA512">
         <last-activity>Jul-20-2001</last-activity>
         <implementation>no</implementation>
         <test-suite>no</test-suite>
index 1a681173d7fb5b56471934ff920b253b42aff275..a24c55e8a111acea518179b554ff91294e672f22 100644 (file)
--- a/web/ccvs
+++ b/web/ccvs
@@ -23,7 +23,7 @@
 
        You will need CVS and SSH.  Windows users can get both by
        installing Cygwin (<a
-       href="http://www.cygwin.org">http://www.cygwin.org</a>)
+       href="http://www.cygwin.com">http://www.cygwin.com</a>)
 
        Unix users will probably have those tools installed already.
 
index 629804f6f640d86bb7731654848a84c9c10fc791..33973b362ae72fcd66f608aabfecd125f9e58dcd 100644 (file)
@@ -86,7 +86,7 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
        follow these instructions:
 
        <ul>
-               * Install <a href="http://www.cygwin.org">CygWin</a> first.
+               * Install <a href="http://www.cygwin.com">CygWin</a> first.
 
                * Untar the MCS distribution (see below for information).
 
@@ -96,7 +96,7 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
        To compile the mono runtime on windows:
 
        <ul>
-               * Install <a href="http://www.cygwin.org">CygWin</a> first.
+               * Install <a href="http://www.cygwin.com">CygWin</a> first.
 
                * Once installed, in a terminal window or a cygwin
                  window (a shortcut should be on your desktop), untar the glib
diff --git a/web/faq b/web/faq
index 9261eae520ffeb1e5155fcec5b024ba0f844dbb3..89751ea5b8bfdb31653a382633219e90520c43f7 100644 (file)
--- a/web/faq
+++ b/web/faq
@@ -646,6 +646,18 @@ A: We can not predict the future, but a conservative estimate is that
    expected to contain the same object types independently of how the
    instructions was reached.
 
+
+** Mono and Portable.NET
+
+Q: What are the differences between Mono and Portable.NET?
+
+A: Most of Mono is being written using C#, the only pieces written in
+   C are those who have to absolutely be built using C (The JIT
+   engine, the runtime, the interfaces to the garbage collection
+   system).
+
+   The C# compiler and the tools will become reusable C# components.
+
 ** Assorted questions
 
 Q: You say that the CLI allows multiple languages to execute on the