Welcome to mirror list, hosted at ThFree Co, Russian Federation.

documentation « doc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe3d61a8d25fdd80816c6a91eb4228272e2c1106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
* Documentation

	Although most of the concepts from Microsoft.NET can
	be applied to the completed Mono platform, we do need to
	have a complete set of free documentation written specifically
	for Mono.

	The documentation license we have chosen is the GNU Free
	Documentation License (FDL), the standard for most documents
	in the free software world. 

	We need documentation on a number of topics:

	<ul>

		* The development tools (compilers, assembler tools,
		  language reference, design time features).

		* Frequently Asked Question compilations.

		* HOWTO documents.

		* The Class Libraries

		* Tutorials on Mono and the specifics of running it. 

		* A guide to Mono as compared to the Microsoft.NET
		  Framework SDK

	</ul>

** Class Library documentation

	We are moving to a new setup for documenting the class libraries, 
	you can read about it <a href="classlib-doc.html">here</a>