diff --git a/_includes/download.html b/_includes/download.html index 2302b4e35..8b3480016 100644 --- a/_includes/download.html +++ b/_includes/download.html @@ -33,7 +33,7 @@

Download

{% if include.releasename == "VS" %} -
The Visual Studio release channel contains packages which are shipped as part of a Visual Studio for Mac release. They are the most tested but also the least frequently updated packages.
+
The Visual Studio release channel contains packages which are shipped as part of a Visual Studio for Mac release. They are the most tested but also the least frequently updated packages.
{% endif %} {% if include.releasename == "VS" %} @@ -45,11 +45,11 @@
The latest {{ include.releasename }} Mono release is: {{ include.rel

Please choose your operating system to view the available packages. Source code is available on GitHub (viewing only) or as a Tarball.

-
 Mac OS X
-
 Linux
-
 Windows
+
 Mac OS X
+
 Linux
+
 Windows
{% if include.releasename == "Stable" %} -
 Docker
+
 Docker
{% endif %}
@@ -59,8 +59,8 @@

Mono for Mac OS X is available as a Mac Package (.pkg)

Please refer to the installation guide for more information about how to install and configure your Mono environment.

{% if include.releasename == "Stable" %} - Download Mono {{ site.data.vsrelease.version | split: ' ' | first }} (Visual Studio channel*) - Download Mono {{ site.data.stablerelease.version | split: ' ' | first }} (Stable channel) + Download Mono {{ site.data.vsrelease.version | split: ' ' | first }} (Visual Studio channel*) + Download Mono {{ site.data.stablerelease.version | split: ' ' | first }} (Stable channel) {% else %} {% if include.releasename == "Nightly" %} {% assign mono_mac_url = 'https://download.mono-project.com/archive/nightly/macos-10-universal/' %} @@ -69,7 +69,7 @@

Mono for Mac OS X is available as a Mac Package (.pkg)

{% else %} {% assign mono_mac_url = include.releasedata.mono_mac_url %} {% endif %} - Download Mono + Download Mono {% endif %}

Supported on Mac OS X 10.7 and later.

@@ -348,8 +348,8 @@

Mono for Windows is available as a Windows Installer file

{% assign mono_windows_url = include.releasedata.mono_windows_url %} {% assign mono_windows64_url = include.releasedata.mono_windows64_url %} {% endif %} - Download Mono 32-bit - Download Mono 64-bit (no GTK#) + Download Mono 32-bit + Download Mono 64-bit (no GTK#)

Supported on Windows 7, 8, 10 or later.

{% if include.releasename != "Nightly" %} @@ -357,7 +357,7 @@

Mono for Windows is available as a Windows Installer file

GTK# for .NET

Installer for running Gtk#-based applications on Microsoft .NET:

- Download Gtk# + Download Gtk#
{% 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 @@
+ {% if site.github.repository_url %} + {% endif %}
@@ -97,11 +101,11 @@

Mono Logo - +   - +

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 @@

{{ page.title }}

{% if site.github.repository_url %}

diff --git a/_layouts/obsolete.html b/_layouts/obsolete.html index b5d0e522e..3fdf56d7e 100644 --- a/_layouts/obsolete.html +++ b/_layouts/obsolete.html @@ -3,7 +3,7 @@ ---
-
This page is likely outdated{% if page.lastmodified %} (last edited on {{page.lastmodified | date_to_string}}){% endif %}. Visit the new documentation for updated content.
+
This page is likely outdated{% if page.lastmodified %} (last edited on {{page.lastmodified | date_to_string}}){% endif %}. Visit the new documentation for updated content.
{{ content }}
diff --git a/_layouts/releasenotes.html b/_layouts/releasenotes.html index e3a93cf04..0ac92df0b 100644 --- a/_layouts/releasenotes.html +++ b/_layouts/releasenotes.html @@ -8,7 +8,7 @@ {% else %}
-
These notes are for a current or upcoming PREVIEW RELEASE and might not reflect the final release.
+
These notes are for a current or upcoming PREVIEW RELEASE and might not reflect the final release.
{% endif %} diff --git a/community/index.html b/community/index.html index 8829512a5..8df541d90 100644 --- a/community/index.html +++ b/community/index.html @@ -12,7 +12,7 @@

Contribute to the Project

- +

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 @@

Report Bugs

- +

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 @@

Get Help

- +

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 @@

Cross platform, open source .NET framework

- - - + + +
- - - + + +
- - - + + +
Mono is a software platform designed to allow developers to easily create cross platform applications part of - the .NET Foundation. + the .NET Foundation.

- 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 @@

Cross platform, open source .NET framework

Get Mono

The latest Mono release is waiting for you!

-

Download

+

Download

@@ -64,7 +64,7 @@

Read the docs


Our documentation is open source too, so you can help us improve it.

-

Learn more

+

Learn more

@@ -75,7 +75,7 @@

Community


File a bug report, add new code or chat with the developers.

-

Contribute to Mono

+

Contribute to Mono