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 02:00:57 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-12 02:00:57 +0300
commit3d41c6a0248cc4e9d6d6f00e70af516b4b6521c9 (patch)
tree61b7250c4dd2e061a3d389f80d48b0ac33d24c98
parent012b94b0775fe364db476a4b80e344d2cacbee1a (diff)
Move mailing lists information
svn path=/trunk/mono/; revision=2346
-rw-r--r--doc/download24
-rw-r--r--doc/mailing-lists32
-rw-r--r--doc/resources32
-rw-r--r--doc/testing2
-rw-r--r--doc/web/commands1
-rw-r--r--web/download24
-rw-r--r--web/mailing-lists32
-rw-r--r--web/resources32
-rw-r--r--web/testing2
-rw-r--r--web/web/commands1
10 files changed, 104 insertions, 78 deletions
diff --git a/doc/download b/doc/download
index 3a03594dcfe..41fcada55d3 100644
--- a/doc/download
+++ b/doc/download
@@ -42,15 +42,27 @@
mailing list.
<a name="packaged">
+* Packaged.
- At this point, you should look into using one of the <a
- href="snapshots">nightly snapshots</a> or getting the
- sources from <a href="anoncvs.html">Anonymous CVS</a>
- as significant work has gone into Mono since our last stable
- release in September.
+ Version 0.8 of Mono was released on February 11, 2002. If you want
+ up-to-date code, you might consider getting the code from AnonCVS,
+ or using the daily snapshots.
- We will be making a packaged release sometime in January.
+ <a name="feb-11">
+ <ul>
+ * <a href="archive/mono-0.8.tar.gz">mono-0.8.tar.gz</a>: Mono Runtime 0.8 release.
+
+ Includes: source code to the x86 JIT/interpreter
+ engine.<br>
+ Binaries for the compiler and the class libraries
+ are included as a convenience.
+ * <a href="archive/mcs-0.8.tar.gz">mcs-0.8.tar.gz</a>: Mono Class Libraries and C# Compiler.
+
+ Source code for the Mono Class Libraries, C#
+ compiler, regression test suites and development
+ tools (yacc for C#, nant and nunit)
+ </ul>
<a name="install">
** Installing the software
diff --git a/doc/mailing-lists b/doc/mailing-lists
new file mode 100644
index 00000000000..4f2a4484862
--- /dev/null
+++ b/doc/mailing-lists
@@ -0,0 +1,32 @@
+* 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>
+
+
diff --git a/doc/resources b/doc/resources
index 248e9ff7ddf..aae0e9cb786 100644
--- a/doc/resources
+++ b/doc/resources
@@ -86,38 +86,6 @@
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>
diff --git a/doc/testing b/doc/testing
index 5832b213279..f97902ec306 100644
--- a/doc/testing
+++ b/doc/testing
@@ -35,7 +35,7 @@
There is information to help you get started in CVS at
mcs/class/doc/NUnitGuidelines. Once you have written your test, please
- post it to <a href="resources.html#mailing">mono-list</a>.
+ post it to <a href="mailing-lists.html">mono-list</a>.
Someone will make sure to add the file or apply the patch as
appropriate. If you plan to be an on-going contributor and
diff --git a/doc/web/commands b/doc/web/commands
index a30332c0f70..59f89ec8784 100644
--- a/doc/web/commands
+++ b/doc/web/commands
@@ -17,6 +17,7 @@
1,Tools,tools.html,tools.src
1,Porting,porting.html,porting.src
0,Resources,resources.html,resources.src
+1,Mailing Lists,mailing-lists.html,mailing-lists.src
1,Ideas,ideas.html,ideas.src
1,Passport,passport.html,passport.src
0,Contact,contact.html,contact.src
diff --git a/web/download b/web/download
index 3a03594dcfe..41fcada55d3 100644
--- a/web/download
+++ b/web/download
@@ -42,15 +42,27 @@
mailing list.
<a name="packaged">
+* Packaged.
- At this point, you should look into using one of the <a
- href="snapshots">nightly snapshots</a> or getting the
- sources from <a href="anoncvs.html">Anonymous CVS</a>
- as significant work has gone into Mono since our last stable
- release in September.
+ Version 0.8 of Mono was released on February 11, 2002. If you want
+ up-to-date code, you might consider getting the code from AnonCVS,
+ or using the daily snapshots.
- We will be making a packaged release sometime in January.
+ <a name="feb-11">
+ <ul>
+ * <a href="archive/mono-0.8.tar.gz">mono-0.8.tar.gz</a>: Mono Runtime 0.8 release.
+
+ Includes: source code to the x86 JIT/interpreter
+ engine.<br>
+ Binaries for the compiler and the class libraries
+ are included as a convenience.
+ * <a href="archive/mcs-0.8.tar.gz">mcs-0.8.tar.gz</a>: Mono Class Libraries and C# Compiler.
+
+ Source code for the Mono Class Libraries, C#
+ compiler, regression test suites and development
+ tools (yacc for C#, nant and nunit)
+ </ul>
<a name="install">
** Installing the software
diff --git a/web/mailing-lists b/web/mailing-lists
new file mode 100644
index 00000000000..4f2a4484862
--- /dev/null
+++ b/web/mailing-lists
@@ -0,0 +1,32 @@
+* 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>
+
+
diff --git a/web/resources b/web/resources
index 248e9ff7ddf..aae0e9cb786 100644
--- a/web/resources
+++ b/web/resources
@@ -86,38 +86,6 @@
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>
diff --git a/web/testing b/web/testing
index 5832b213279..f97902ec306 100644
--- a/web/testing
+++ b/web/testing
@@ -35,7 +35,7 @@
There is information to help you get started in CVS at
mcs/class/doc/NUnitGuidelines. Once you have written your test, please
- post it to <a href="resources.html#mailing">mono-list</a>.
+ post it to <a href="mailing-lists.html">mono-list</a>.
Someone will make sure to add the file or apply the patch as
appropriate. If you plan to be an on-going contributor and
diff --git a/web/web/commands b/web/web/commands
index a30332c0f70..59f89ec8784 100644
--- a/web/web/commands
+++ b/web/web/commands
@@ -17,6 +17,7 @@
1,Tools,tools.html,tools.src
1,Porting,porting.html,porting.src
0,Resources,resources.html,resources.src
+1,Mailing Lists,mailing-lists.html,mailing-lists.src
1,Ideas,ideas.html,ideas.src
1,Passport,passport.html,passport.src
0,Contact,contact.html,contact.src