-
Notifications
You must be signed in to change notification settings - Fork 781
/
index.html
90 lines (83 loc) · 4.58 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: base
title: Home
navgroup: home
redirect_from:
- /Main_Page/
- /Mono/
- /News.html/
---
<div id="index-hero">
<h1>Cross platform, open source .NET framework</h1>
<div class="show-for-small-only">
<i class="fas fa-desktop" style="font-size: 6em"></i>
<i class="fas fa-laptop" style="font-size: 4em; margin-left: 15px"></i>
<i class="fas fa-mobile-alt" style="font-size: 2em; margin-left: 15px"></i>
</div>
<div class="show-for-medium-only">
<i class="fas fa-desktop" style="font-size: 10em"></i>
<i class="fas fa-laptop" style="font-size: 7.5em; margin-left: 30px"></i>
<i class="fas fa-mobile-alt" style="font-size: 5em; margin-left: 30px"></i>
</div>
<div class="show-for-large-up">
<i class="fas fa-desktop" style="font-size: 11em"></i>
<i class="fas fa-laptop" style="font-size: 8.5em; margin-left: 40px"></i>
<i class="fas fa-mobile-alt" style="font-size: 6em; margin-left: 40px"></i>
</div>
<div id="index-teaser">
<strong>Mono</strong> is a software platform designed to allow
developers to easily create cross platform applications.
</div>
</div>
<div class="panel alert">
<p>The <a href="https://github.com/mono/mono">Mono Project (mono/mono)</a> (‘original mono’) has been an important part of the .NET ecosystem since it was launched in 2001. Microsoft became the steward of the Mono Project when it acquired Xamarin in 2016.</p>
<p>The last major release of the Mono Project was in July 2019, with minor patch releases since that time. The last patch release was February 2024.</p>
<p>We are happy to announce that the WineHQ organization will be taking over as the stewards of the Mono Project upstream at <a href="https://gitlab.winehq.org/wine-mono/mono">wine-mono / Mono · GitLab (winehq.org)</a>. Source code in existing <a href="https://github.com/mono/mono">mono/mono</a> and other repos will remain available, although repos may be archived. Binaries will remain available for up to four years.</p>
<p>Microsoft maintains a modern fork of <a href="https://github.com/dotnet/runtime/tree/main/src/mono">Mono runtime in the dotnet/runtime repo</a> and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to <a href="https://github.com/dotnet/core">.NET</a> which includes work from this fork.</p>
<p>We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.</p>
<p>Thank you to all the Mono developers!</p>
</div>
<div class="row">
<div class="small-12 column">
<p>
Sponsored by <a href="https://www.microsoft.com">Microsoft</a>, Mono is
an open source implementation of Microsoft's .NET Framework as part of
the <a href="https://www.dotnetfoundation.org">.NET Foundation</a> and
based on the <a href="/docs/about-mono/languages/ecma/">ECMA</a>
standards
for <a href="/docs/about-mono/languages/csharp/">C#</a> and
the <a href="/docs/advanced/runtime/">Common Language
Runtime</a>.
A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of cross platform applications.
</p>
</div>
</div>
<div class="row">
<div class="small-12 column">
<div class="row">
<div class="medium-4 column">
<h3>Get Mono</h3>
<p>The latest Mono release is waiting for you!</p>
<p><a href="/download/stable/" class="button"><i class="fas fa-download"></i>Download</a></p>
</div>
<div class="medium-4 column">
<h3>Read the docs</h3>
<p>
We cover everything you need to know, from configuring Mono to how the internals are implemented.
<br/>
<em>Our documentation is open source too, so you can help us improve it.</em>
</p>
<p><a href="/docs/"><i class="fas fa-book"></i>Learn more</a></p>
</div>
<div class="medium-4 column">
<h3>Community</h3>
<p>
As an open source project, we love getting contributions from the community.
<br/>
<em>File a bug report, add new code or chat with the developers.</em>
</p>
<p><a href="/community/"><i class="fab fa-github"></i>Contribute to Mono</a></p>
</div>
</div>
</div>
</div>