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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-10-22 20:52:19 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-10-22 20:52:19 +0400
commitf8c9c8751290f47fa17fa5851ce97ddc9c443bf4 (patch)
tree46e4a8bc6c0a3996df0f0c78753519ebcc93572d /web/classlib-doc
parent231527ee6286af554c59396037c8504a6564395e (diff)
Sniff, sniff
Remove the old (really) stuff to generate the website from makefiles.
Diffstat (limited to 'web/classlib-doc')
-rw-r--r--web/classlib-doc49
1 files changed, 0 insertions, 49 deletions
diff --git a/web/classlib-doc b/web/classlib-doc
deleted file mode 100644
index d86969ed119..00000000000
--- a/web/classlib-doc
+++ /dev/null
@@ -1,49 +0,0 @@
-* Class Library Documentation
-
-** Summary
-
- While using inline XML tags to document classes is certainly
- convenient, properly verbose documentation quickly overwhelms
- the code, making the source quite difficult to read. Furthermore,
- multilingual documentation makes for significant additional text.
-
- 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 exist for managing, verifying, generating,
- and updating class library documentation.
-
- 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.
-
- For instructions, read the monodoc/README file.
-
-** Documentation Tools
-
-*** <a name="monodoc">MonoDoc</a>
-
- 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.
-
- <img src="images/Screenshot-Monodoc.png">
-
-** Get Involved
-
- 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 MonoDoc
- Browser and upload your contributions directly to the Mono site.