From bd87e164cdc5b47408ab4481efebf243e188e8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 16 May 2024 19:47:18 +1000 Subject: [PATCH 1/3] Chore: add Diego as editor, retire Aaron (#1124) * Chore: add Diego as editor, retire Aaron * Update index.html * Update index.html --- index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b2e7c25c..849763d9 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,13 @@ prevVersion: "FPWD", previousMaturity: "WD", formerEditors: [ + { + name: "Aaron Gustafson", + company: "Microsoft Corporation", + companyURL: "https://microsoft.com/", + w3cid: 43672, + retiredDate: "2024-05-10", + }, { name: "Mounir Lamouri", company: "Google Inc.", @@ -47,10 +54,10 @@ w3cid: 91260, }, { - name: "Aaron Gustafson", + name: "Diego González", company: "Microsoft Corporation", companyURL: "https://microsoft.com/", - w3cid: 43672, + w3cid: 66757, }, { name: "Daniel Murphy", From 9e72c0a4255543fac6a9ec8675ed0829c186ef64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Fri, 17 May 2024 11:03:29 +1000 Subject: [PATCH 2/3] chore: retire Anssi Kostiainen --- index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 849763d9..a81623d4 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,13 @@ prevVersion: "FPWD", previousMaturity: "WD", formerEditors: [ + { + name: "Anssi Kostiainen", + company: "Intel Corporation", + companyURL: "https://intel.com/", + w3cid: 41974, + retiredDate: "2024-05-10", + }, { name: "Aaron Gustafson", company: "Microsoft Corporation", @@ -65,12 +72,6 @@ companyURL: "https://www.google.com/", w3cid: 90918, }, - { - name: "Anssi Kostiainen", - company: "Intel Corporation", - companyURL: "https://intel.com/", - w3cid: 41974, - }, ], group: "webapps", github: "https://github.com/w3c/manifest/", From 4b974325363530f564ab1811a5f583ce1bf981f0 Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Fri, 17 May 2024 19:18:30 +0200 Subject: [PATCH 3/3] chore: add Christian as editor (#1125) --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index a81623d4..2d84905b 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,12 @@ companyURL: "https://www.google.com/", w3cid: 90918, }, + { + name: "Christian Liebel", + company: "Thinktecture AG", + companyURL: "https://www.thinktecture.com/", + w3cid: 109589, + }, ], group: "webapps", github: "https://github.com/w3c/manifest/",