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-doc13
-rw-r--r--doc/documentation6
-rwxr-xr-xdoc/web/mono-rss.cs2
-rw-r--r--web/classlib-doc13
-rw-r--r--web/documentation6
-rwxr-xr-xweb/web/mono-rss.cs2
6 files changed, 30 insertions, 12 deletions
diff --git a/doc/classlib-doc b/doc/classlib-doc
index b002b8efd55..5b2c0547c2a 100644
--- a/doc/classlib-doc
+++ b/doc/classlib-doc
@@ -17,6 +17,7 @@
<ul>
<li><a href="#monodoc">monodoc - A graphical documentation viewer.</a></li>
+
<li>xmllint: a tool used to validate a proper XML document.
</ul>
@@ -27,11 +28,15 @@
*** <a name="monodoc">MonoDoc</a>
- A graphical documentation viewer written in Gtk#. In the
- future we will have an ASP.NET front-end to present the
- documentation on the web as well.
+ The MonoDoc system offers both a GUI client as well as a <a
+ href="http://www.go-mono.com:8080">Web-based interface</a> to
+ the documentation.
+
+ The GUI edition uses <a
+ href="http://gtk-sharp.sf.net">Gtk#</a> and the Web edition
+ uses Mono's ASP.NET implementation.
-** Status and Roadmap
+ <img src="images/Screenshot-Monodoc.png">
** Get Involved
diff --git a/doc/documentation b/doc/documentation
index 56721cd7777..4cb6d0d3c5f 100644
--- a/doc/documentation
+++ b/doc/documentation
@@ -25,7 +25,11 @@
libraries as well as the class libraries produced by
the project).
- * Tutorials on Mono and the specifics of running it.
+ * Tutorials on Mono and the specifics of running it
+ (The <a href="http://www.monohispano.org">Mono
+ Hispano</a> team has produced lots of <a
+ href="http://www.monohispano.org/tutoriales.php">tutorials
+ in spanish</a>
* A guide to Mono as compared to the Microsoft.NET
Framework SDK
diff --git a/doc/web/mono-rss.cs b/doc/web/mono-rss.cs
index 0c5ea3fc166..437643d25c0 100755
--- a/doc/web/mono-rss.cs
+++ b/doc/web/mono-rss.cs
@@ -89,7 +89,7 @@ class X {
}
}
- rss.XmlDocument.Save (output, new UTF8Encoding (false, false));
+ rss.XmlDocument.Save (output);
}
static int Main (string [] args)
diff --git a/web/classlib-doc b/web/classlib-doc
index b002b8efd55..5b2c0547c2a 100644
--- a/web/classlib-doc
+++ b/web/classlib-doc
@@ -17,6 +17,7 @@
<ul>
<li><a href="#monodoc">monodoc - A graphical documentation viewer.</a></li>
+
<li>xmllint: a tool used to validate a proper XML document.
</ul>
@@ -27,11 +28,15 @@
*** <a name="monodoc">MonoDoc</a>
- A graphical documentation viewer written in Gtk#. In the
- future we will have an ASP.NET front-end to present the
- documentation on the web as well.
+ The MonoDoc system offers both a GUI client as well as a <a
+ href="http://www.go-mono.com:8080">Web-based interface</a> to
+ the documentation.
+
+ The GUI edition uses <a
+ href="http://gtk-sharp.sf.net">Gtk#</a> and the Web edition
+ uses Mono's ASP.NET implementation.
-** Status and Roadmap
+ <img src="images/Screenshot-Monodoc.png">
** Get Involved
diff --git a/web/documentation b/web/documentation
index 56721cd7777..4cb6d0d3c5f 100644
--- a/web/documentation
+++ b/web/documentation
@@ -25,7 +25,11 @@
libraries as well as the class libraries produced by
the project).
- * Tutorials on Mono and the specifics of running it.
+ * Tutorials on Mono and the specifics of running it
+ (The <a href="http://www.monohispano.org">Mono
+ Hispano</a> team has produced lots of <a
+ href="http://www.monohispano.org/tutoriales.php">tutorials
+ in spanish</a>
* A guide to Mono as compared to the Microsoft.NET
Framework SDK
diff --git a/web/web/mono-rss.cs b/web/web/mono-rss.cs
index 0c5ea3fc166..437643d25c0 100755
--- a/web/web/mono-rss.cs
+++ b/web/web/mono-rss.cs
@@ -89,7 +89,7 @@ class X {
}
}
- rss.XmlDocument.Save (output, new UTF8Encoding (false, false));
+ rss.XmlDocument.Save (output);
}
static int Main (string [] args)