From ec2e486db71d9122b2f292d67dbd1933206170f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Download
Please choose your operating system to view the available packages. Source code is available on GitHub (viewing only) or as a Tarball.
Please refer to the installation guide for more information about how to install and configure your Mono environment.
Supported on Mac OS X 10.7 and later.
Supported on Windows 7, 8, 10 or later.
{% if include.releasename != "Nightly" %} @@ -357,7 +357,7 @@Installer for running Gtk#-based applications on Microsoft .NET:
{% endif %} diff --git a/_layouts/base.html b/_layouts/base.html index 406003b43..159005d9b 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -11,9 +11,11 @@ {% feed_meta %} - + + + @@ -44,7 +46,9 @@ diff --git a/_layouts/docpage.html b/_layouts/docpage.html index 3598e18ad..66a8938d7 100644 --- a/_layouts/docpage.html +++ b/_layouts/docpage.html @@ -26,7 +26,7 @@ @@ -97,11 +101,11 @@Mono is an open source project and the code is available on GitHub. To contribute bug fixes or new features, just fork the repository and send us a pull request!
@@ -27,7 +27,7 @@Whenever you encounter something that doesn't work as it should, we'd love it if you could open an issue on the Mono GitHub repo.
@@ -42,7 +42,7 @@We have several chat channels on Gitter where our developers hang out regularly. See Chat for more information about connecting to our channels.
diff --git a/css/main.css b/css/main.css index 493079512..96f975d6f 100644 --- a/css/main.css +++ b/css/main.css @@ -182,7 +182,7 @@ footer h6 a { #index-teaser { background: #EBEBEB; color: #222; - margin-top: 10px; + margin-top: 20px; padding-top: 10px; margin-bottom: 20px; padding-bottom: 10px; @@ -261,17 +261,17 @@ pre.install-example { } .meta .author:before { - font: 1.0em FontAwesome; + font: 0.9em "Font Awesome 5 Free"; content: "\f007" } .meta .date:before { - font: 1.0em FontAwesome; + font: 0.9em "Font Awesome 5 Free"; content: "\f073" } .meta .tags:before { - font: 1.0em FontAwesome; + font: 0.9em "Font Awesome 5 Free"; content: "\f02c" } diff --git a/docs/about-mono/compatibility.md b/docs/about-mono/compatibility.md index 2a191efaf..85b66b5a5 100644 --- a/docs/about-mono/compatibility.md +++ b/docs/about-mono/compatibility.md @@ -11,77 +11,77 @@ System.Web and WCF are [candidates for 'almost immediate' porting from the .NET Here is a slightly more detailed view, by .NET framework version: -||Implemented||Partially Implemented||Not Implemented| +||Implemented||Partially Implemented||Not Implemented| .NET 4.7 -------- -||C# 7.0| -||ValueTuples| +||C# 7.0| +||ValueTuples| .NET 4.6 -------- -||C# 6.0| +||C# 6.0| .NET 4.5 -------- -||C# 5.0 - async support| -||Async Base Class Library Upgrade| -||MVC4 *- Partial, no async features supported.*| -||MVC5 *- Partial, no async features supported.*| -||ASP.NET 4.5 Async Pipeline *- Needs a parallel processing pipeline with async support, not done.*| +||C# 5.0 - async support| +||Async Base Class Library Upgrade| +||MVC4 *- Partial, no async features supported.*| +||MVC5 *- Partial, no async features supported.*| +||ASP.NET 4.5 Async Pipeline *- Needs a parallel processing pipeline with async support, not done.*| .NET 4.0 -------- -||C# 4.0| -||ASP.Net 4.0| -||ASP.Net MVC 1, MVC 2 and MVC3| -||System.Numerics| -||Managed Extensibily Framework *- Shared with .NET via MS-PL license*| -||Dynamic Language Runtime *- Shared with .NET via MS-PL license*| -||Client side OData *- Shared with .NET via MS-PL license*| -||EntityFramework *- Available since Mono 2.11.3.*| -||Parallel Framework and PLINQ| -||CodeContracts *- API complete, partial tooling*| -||Server-side OData *- Depends on Entity Framework.*| +||C# 4.0| +||ASP.Net 4.0| +||ASP.Net MVC 1, MVC 2 and MVC3| +||System.Numerics| +||Managed Extensibily Framework *- Shared with .NET via MS-PL license*| +||Dynamic Language Runtime *- Shared with .NET via MS-PL license*| +||Client side OData *- Shared with .NET via MS-PL license*| +||EntityFramework *- Available since Mono 2.11.3.*| +||Parallel Framework and PLINQ| +||CodeContracts *- API complete, partial tooling*| +||Server-side OData *- Depends on Entity Framework.*| .NET 3.5 -------- -||C# 3.0| -||System.Core| -||LINQ| -||ASP.Net 3.5| -||ASP.Net MVC| -||LINQ to SQL *- Mostly done, but a few features missing*| +||C# 3.0| +||System.Core| +||LINQ| +||ASP.Net 3.5| +||ASP.Net MVC| +||LINQ to SQL *- Mostly done, but a few features missing*| .NET 3.0 -------- -||WCF *- Silverlight 2.0 subset completed*| -||WPF *- No plans to implement*| -||WWF *- Will implement WWF 4 instead on future versions of Mono.*| +||WCF *- Silverlight 2.0 subset completed*| +||WPF *- No plans to implement*| +||WWF *- Will implement WWF 4 instead on future versions of Mono.*| .NET 2.0 -------- -||C# 2.0 (generics)| -||Core Libraries 2.0: mscorlib, System, System.Xml| -||ASP.Net 2.0 *- Except WebParts*| -||ADO.Net 2.0| -||Winforms/System.Drawing 2.0 *- Does not support right-to-left*| +||C# 2.0 (generics)| +||Core Libraries 2.0: mscorlib, System, System.Xml| +||ASP.Net 2.0 *- Except WebParts*| +||ADO.Net 2.0| +||Winforms/System.Drawing 2.0 *- Does not support right-to-left*| .NET 1.1 -------- -||C# 1.0| -||Core Libraries 1.1: mscorlib, System, System.Xml| -||ASP.Net 1.1| -||ADO.Net 1.1| -||Winforms/System.Drawing 1.1| -||System.Transactions| -||System.Management *- Does not map to Linux*| -||System.EnterpriseServices *- Deprecated*| +||C# 1.0| +||Core Libraries 1.1: mscorlib, System, System.Xml| +||ASP.Net 1.1| +||ADO.Net 1.1| +||Winforms/System.Drawing 1.1| +||System.Transactions| +||System.Management *- Does not map to Linux*| +||System.EnterpriseServices *- Deprecated*| diff --git a/images/docker-logo.svg b/images/docker-logo.svg deleted file mode 100644 index 9b01e39af..000000000 --- a/images/docker-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/index.html b/index.html index 35774ca4b..dd410c4bf 100644 --- a/index.html +++ b/index.html @@ -11,32 +11,32 @@- Sponsored by Microsoft, Mono is + Sponsored by Microsoft, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards @@ -54,7 +54,7 @@