From 0f4912d4dfb82ba4006521a602ffa3f9f54bbbc2 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Fri, 24 Feb 2023 20:51:20 +0100 Subject: [PATCH 1/5] [windows-embedded] Normalize page (#2124) --- products/windowsEmbedded.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/products/windowsEmbedded.md b/products/windowsEmbedded.md index 5d855fcdf38..ed09f337df5 100644 --- a/products/windowsEmbedded.md +++ b/products/windowsEmbedded.md @@ -1,40 +1,44 @@ --- title: Microsoft Windows Embedded -permalink: /windowsembedded +category: os iconSlug: windows +permalink: /windowsembedded +versionCommand: winver releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Windows%20Embedded -category: os -activeSupportColumn: true +releaseLabel: "Windows Embedded __RELEASE_CYCLE__" releaseColumn: false releaseDateColumn: true -versionCommand: winver -releaseLabel: "Windows Embedded __RELEASE_CYCLE__" +activeSupportColumn: true + releases: - releaseCycle: "8.1 Industry" + releaseDate: 2013-11-25 support: 2018-07-10 eol: 2023-07-11 - releaseDate: 2013-11-25 + - releaseCycle: "8.1 Pro" + releaseDate: 2013-11-13 support: 2018-01-01 eol: 2023-01-01 - releaseDate: 2013-11-13 + - releaseCycle: "Compact 2013" + releaseDate: 2013-08-11 support: 2018-10-09 eol: 2023-10-10 - releaseDate: 2013-08-11 + - releaseCycle: "POSReady 7" + releaseDate: 2011-09-10 support: 2016-10-11 eol: 2021-10-12 - releaseDate: 2011-09-10 + - releaseCycle: "Compact 7" + releaseDate: 2011-03-15 support: 2016-04-12 eol: 2021-04-13 - releaseDate: 2011-03-15 + - releaseCycle: "Standard 7 SP1" + releaseDate: 2011-02-28 support: 2015-10-13 eol: 2020-10-13 - releaseDate: 2011-02-28 --- - - From 7c5503a39394195e9b5f12977d93bb8eafe5d31f Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Fri, 24 Feb 2023 20:55:57 +0100 Subject: [PATCH 2/5] [windows-embedded] Add description --- products/windowsEmbedded.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/products/windowsEmbedded.md b/products/windowsEmbedded.md index ed09f337df5..90f57248312 100644 --- a/products/windowsEmbedded.md +++ b/products/windowsEmbedded.md @@ -42,3 +42,8 @@ releases: eol: 2020-10-13 --- + +> [Windows Embedded](https://developer.microsoft.com/windows/iot/), now called Windows IoT, is a +> family of operating systems from Microsoft designed for use in embedded systems. Windows Embedded +> operating systems are available to original equipment manufacturers (OEMs), who make it available +> to end users preloaded with their hardware. From 99fe8c73ae7c5e994f39f8d6cb490d8b53b3bb76 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Fri, 24 Feb 2023 21:02:20 +0100 Subject: [PATCH 3/5] [windows-embedded] Add links (#39) --- products/windowsEmbedded.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/products/windowsEmbedded.md b/products/windowsEmbedded.md index 90f57248312..1323187a163 100644 --- a/products/windowsEmbedded.md +++ b/products/windowsEmbedded.md @@ -15,31 +15,37 @@ releases: releaseDate: 2013-11-25 support: 2018-07-10 eol: 2023-07-11 + link: https://learn.microsoft.com/lifecycle/products/windows-embedded-81-industry - releaseCycle: "8.1 Pro" releaseDate: 2013-11-13 support: 2018-01-01 eol: 2023-01-01 + link: https://learn.microsoft.com/lifecycle/products/windows-embedded-81-pro - releaseCycle: "Compact 2013" releaseDate: 2013-08-11 support: 2018-10-09 eol: 2023-10-10 + link: https://learn.microsoft.com/lifecycle/products/windows-embedded-compact-2013 - releaseCycle: "POSReady 7" releaseDate: 2011-09-10 support: 2016-10-11 eol: 2021-10-12 + link: https://learn.microsoft.com/lifecycle/products/windows-embedded-posready-7 - releaseCycle: "Compact 7" releaseDate: 2011-03-15 support: 2016-04-12 eol: 2021-04-13 + link: https://learn.microsoft.com/lifecycle/products/windows-embedded-compact-7 - releaseCycle: "Standard 7 SP1" releaseDate: 2011-02-28 support: 2015-10-13 eol: 2020-10-13 + link: https://learn.microsoft.com/lifecycle/products/windows-embedded-standard-7 --- From a681b20d714cab5fc64103f05b3d2384cd7d73a7 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Fri, 24 Feb 2023 21:05:26 +0100 Subject: [PATCH 4/5] [windows-embedded] Change permalink to /windows-embedded --- products/windowsEmbedded.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/products/windowsEmbedded.md b/products/windowsEmbedded.md index 1323187a163..8bc03905bc7 100644 --- a/products/windowsEmbedded.md +++ b/products/windowsEmbedded.md @@ -2,7 +2,9 @@ title: Microsoft Windows Embedded category: os iconSlug: windows -permalink: /windowsembedded +permalink: /windows-embedded +alternate_urls: +- /windowsembedded versionCommand: winver releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Windows%20Embedded releaseLabel: "Windows Embedded __RELEASE_CYCLE__" From 284f832dc1371b24a21330a91a51888592485887 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Tue, 28 Feb 2023 20:29:55 +0100 Subject: [PATCH 5/5] [windows-embedded] Remove releaseLabel Product name should not be used in release label. Co-authored-by: BiNZGi --- products/windowsEmbedded.md | 1 - 1 file changed, 1 deletion(-) diff --git a/products/windowsEmbedded.md b/products/windowsEmbedded.md index 8bc03905bc7..000c10191a3 100644 --- a/products/windowsEmbedded.md +++ b/products/windowsEmbedded.md @@ -7,7 +7,6 @@ alternate_urls: - /windowsembedded versionCommand: winver releasePolicyLink: https://learn.microsoft.com/lifecycle/products/?terms=Windows%20Embedded -releaseLabel: "Windows Embedded __RELEASE_CYCLE__" releaseColumn: false releaseDateColumn: true activeSupportColumn: true