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:
-rw-r--r--doc/classlib-doc26
-rw-r--r--doc/download50
-rw-r--r--doc/index9
-rw-r--r--doc/web/commands2
-rw-r--r--web/classlib-doc26
-rw-r--r--web/download50
-rw-r--r--web/index9
-rw-r--r--web/web/commands2
8 files changed, 150 insertions, 24 deletions
diff --git a/doc/classlib-doc b/doc/classlib-doc
index 5b2c0547c2a..872b92c4ec1 100644
--- a/doc/classlib-doc
+++ b/doc/classlib-doc
@@ -7,22 +7,22 @@
the code, making the source quite difficult to read. Furthermore,
multilingual documentation makes for significant additional text.
- With these considerations in mind, Mono will use external XML files
- for type documentation, rather than documenting the source
+ With these considerations in mind, Mono is using external XML files
+ for class documentation, rather than documenting the source
inline. The XML file format used is inspired by the XML format used
to document the ECMA APIs.
- Several tools will be created for managing, verifying, generating,
- and updating class library documentation, including:
-
- <ul>
- <li><a href="#monodoc">monodoc - A graphical documentation viewer.</a></li>
+ Several tools exist for managing, verifying, generating,
+ and updating class library documentation.
- <li>xmllint: a tool used to validate a proper XML document.
- </ul>
+ The documentation infrastructure is part of the `Monodoc'
+ module. Monodoc includes a graphical GUI browser and tools to
+ generate the initial stubbed XML document out of an assembly.
+
+ Download `monodoc' to start producing documentation for your
+ application.
- You can download the tools to document Mono from the CVS
- repository from module `monodoc'.
+ For instructions, read the monodoc/README file.
** Documentation Tools
@@ -43,3 +43,7 @@
Help us develop Mono's documentation tools! Subscribe to
<a href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list</a>
and wade right in.
+
+ Monodoc today also supports a GUI-based collaborative editing
+ system. You can now edit the documentation from the browser
+ and upload your contributions directly to the Mono site.
diff --git a/doc/download b/doc/download
index 59769ea31b7..31fbc7ea58d 100644
--- a/doc/download
+++ b/doc/download
@@ -17,6 +17,56 @@
<tbody>
<tr bgcolor="#DDDDDD">
<td>
+ <b>Release 0.29</b><br>
+ <a href="archive/mono-0.29.html">Release notes</a><br>
+ Dec 2nd, 2003
+ </td>
+ <td>
+ <table cellspacing="1" cellpadding="3">
+ <tr bgcolor="#BBBBBB">
+ <td>
+ <b>Source Code</b>
+ </td>
+ <td>
+ <ul>
+ <li><a href="archive/mcs-0.29.tar.gz">Mono Class Libraries and C# Compiler.</a>
+ <li><a href="archive/mono-0.29.tar.gz">Mono Runtime</a>
+ <li><a href="archive/xsp-0.8.tar.gz">XSP web server (0.8)</a>
+ <li><a href="archive/mod_mono-0.6.tar.gz">Apache Mono module 0.6 (mod_mono)</a>
+ <li><a href="archive/monodoc-0.8.tar.gz">MonoDoc 0.8</a>
+ </ul>
+ </td>
+ </tr>
+ <tr bgcolor="#bbbbbb">
+ <td bgcolor="#999999">
+ <img src="images/redhat-36.gif"><b>Red Hat 8.0, Red Hat 9.0/x86</b><br>
+ <img src="images/mandrake-36.gif"><b>Mandrake 9.1/x86</b><br>
+ <img src="images/suse-36.gif"><b>SuSE 8.2</b><br>
+ </td>
+ <td>
+ Packages are available on <a
+ href="http://www.ximian.com/products/redcarpet/download.html">Red
+ Carpet's</a> Mono channel. <p>
+ Install the Red Carpet client, or wait
+ for the Mono installer to be made available this week.
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#999999">
+ <img src="images/windows-36.gif"><b>Windows installer</b>
+ </td>
+ <td>
+ Not available yet.
+ </td>
+ </tr>
+ </table>
+ </td>
+ </table>
+
+ <table>
+ <tbody>
+ <tr bgcolor="#DDDDDD">
+ <td>
<b>Release 0.28</b><br>
<a href="archive/mono-0.28.html">Release notes</a><br>
Oct 1st, 2003
diff --git a/doc/index b/doc/index
index 0ddfb13b6ee..4b34ff9ae7e 100644
--- a/doc/index
+++ b/doc/index
@@ -141,6 +141,15 @@
</tr>
</table>
+@item Dec 2nd: Mono 0.29 has been released
+
+ Check out the <a
+ href="http://www.go-mono.com/archive/mono-0.29.html">Release
+ notes</a> for details on Mono 0.29.
+
+ This release includes the PPC JIT engine running `Hello World'
+ and ASP.NET is considered feature-complete.
+
@item Nov 25th: Gtk# 0.14, System.DirectoryServices
Gtk# 0.14 has been released, and it is available from <a
diff --git a/doc/web/commands b/doc/web/commands
index 5eac2a24831..64d07a368ff 100644
--- a/doc/web/commands
+++ b/doc/web/commands
@@ -41,8 +41,8 @@
1,Languages,languages.html,languages.src
1,Debugging,jit-debug.html,jit-debug.src
0,Plans,plans.html,plans.src
-1,ADO.NET,ado-net.html,ado-net.src
1,Drawing,drawing.html,drawing.src
+1,ADO.NET,ado-net.html,ado-net.src
2,ProviderFactory,provider-factory.html,provider-factory.src
2,Firebird Interbase,firebird.html,firebird.src
2,IBM DB2,ibmdb2.html,ibmdb2.src
diff --git a/web/classlib-doc b/web/classlib-doc
index 5b2c0547c2a..872b92c4ec1 100644
--- a/web/classlib-doc
+++ b/web/classlib-doc
@@ -7,22 +7,22 @@
the code, making the source quite difficult to read. Furthermore,
multilingual documentation makes for significant additional text.
- With these considerations in mind, Mono will use external XML files
- for type documentation, rather than documenting the source
+ With these considerations in mind, Mono is using external XML files
+ for class documentation, rather than documenting the source
inline. The XML file format used is inspired by the XML format used
to document the ECMA APIs.
- Several tools will be created for managing, verifying, generating,
- and updating class library documentation, including:
-
- <ul>
- <li><a href="#monodoc">monodoc - A graphical documentation viewer.</a></li>
+ Several tools exist for managing, verifying, generating,
+ and updating class library documentation.
- <li>xmllint: a tool used to validate a proper XML document.
- </ul>
+ The documentation infrastructure is part of the `Monodoc'
+ module. Monodoc includes a graphical GUI browser and tools to
+ generate the initial stubbed XML document out of an assembly.
+
+ Download `monodoc' to start producing documentation for your
+ application.
- You can download the tools to document Mono from the CVS
- repository from module `monodoc'.
+ For instructions, read the monodoc/README file.
** Documentation Tools
@@ -43,3 +43,7 @@
Help us develop Mono's documentation tools! Subscribe to
<a href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list</a>
and wade right in.
+
+ Monodoc today also supports a GUI-based collaborative editing
+ system. You can now edit the documentation from the browser
+ and upload your contributions directly to the Mono site.
diff --git a/web/download b/web/download
index 59769ea31b7..31fbc7ea58d 100644
--- a/web/download
+++ b/web/download
@@ -17,6 +17,56 @@
<tbody>
<tr bgcolor="#DDDDDD">
<td>
+ <b>Release 0.29</b><br>
+ <a href="archive/mono-0.29.html">Release notes</a><br>
+ Dec 2nd, 2003
+ </td>
+ <td>
+ <table cellspacing="1" cellpadding="3">
+ <tr bgcolor="#BBBBBB">
+ <td>
+ <b>Source Code</b>
+ </td>
+ <td>
+ <ul>
+ <li><a href="archive/mcs-0.29.tar.gz">Mono Class Libraries and C# Compiler.</a>
+ <li><a href="archive/mono-0.29.tar.gz">Mono Runtime</a>
+ <li><a href="archive/xsp-0.8.tar.gz">XSP web server (0.8)</a>
+ <li><a href="archive/mod_mono-0.6.tar.gz">Apache Mono module 0.6 (mod_mono)</a>
+ <li><a href="archive/monodoc-0.8.tar.gz">MonoDoc 0.8</a>
+ </ul>
+ </td>
+ </tr>
+ <tr bgcolor="#bbbbbb">
+ <td bgcolor="#999999">
+ <img src="images/redhat-36.gif"><b>Red Hat 8.0, Red Hat 9.0/x86</b><br>
+ <img src="images/mandrake-36.gif"><b>Mandrake 9.1/x86</b><br>
+ <img src="images/suse-36.gif"><b>SuSE 8.2</b><br>
+ </td>
+ <td>
+ Packages are available on <a
+ href="http://www.ximian.com/products/redcarpet/download.html">Red
+ Carpet's</a> Mono channel. <p>
+ Install the Red Carpet client, or wait
+ for the Mono installer to be made available this week.
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#999999">
+ <img src="images/windows-36.gif"><b>Windows installer</b>
+ </td>
+ <td>
+ Not available yet.
+ </td>
+ </tr>
+ </table>
+ </td>
+ </table>
+
+ <table>
+ <tbody>
+ <tr bgcolor="#DDDDDD">
+ <td>
<b>Release 0.28</b><br>
<a href="archive/mono-0.28.html">Release notes</a><br>
Oct 1st, 2003
diff --git a/web/index b/web/index
index 0ddfb13b6ee..4b34ff9ae7e 100644
--- a/web/index
+++ b/web/index
@@ -141,6 +141,15 @@
</tr>
</table>
+@item Dec 2nd: Mono 0.29 has been released
+
+ Check out the <a
+ href="http://www.go-mono.com/archive/mono-0.29.html">Release
+ notes</a> for details on Mono 0.29.
+
+ This release includes the PPC JIT engine running `Hello World'
+ and ASP.NET is considered feature-complete.
+
@item Nov 25th: Gtk# 0.14, System.DirectoryServices
Gtk# 0.14 has been released, and it is available from <a
diff --git a/web/web/commands b/web/web/commands
index 5eac2a24831..64d07a368ff 100644
--- a/web/web/commands
+++ b/web/web/commands
@@ -41,8 +41,8 @@
1,Languages,languages.html,languages.src
1,Debugging,jit-debug.html,jit-debug.src
0,Plans,plans.html,plans.src
-1,ADO.NET,ado-net.html,ado-net.src
1,Drawing,drawing.html,drawing.src
+1,ADO.NET,ado-net.html,ado-net.src
2,ProviderFactory,provider-factory.html,provider-factory.src
2,Firebird Interbase,firebird.html,firebird.src
2,IBM DB2,ibmdb2.html,ibmdb2.src