From fd399f91d6d136dc2265c3d714d5870e16976e59 Mon Sep 17 00:00:00 2001 From: Michael Lagally Date: Fri, 23 Oct 2020 16:15:04 +0200 Subject: [PATCH 1/2] reference to 1.1 specs --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.html b/index.html index b580274c..02a9ff0b 100644 --- a/index.html +++ b/index.html @@ -198,6 +198,29 @@ publisher: "ISO", date: "2011" }, + "WOT-THING-DESCRIPTION": { + title: "Web of Things (WoT) Thing Description 1.1" + , href: "https://www.w3.org/TR/wot-thing-description11/" + , authors: [ + "Sebastian Kaebisch" + , "Takuki Kamiya" + , "Michael McCool" + , "Victor Charpenay" + ] + , publisher: "W3C" + , date: "November 2020" + } + , "WOT-SECURITY-GUIDELINES": { + title: "Web of Things (WoT) Security and Privacy Guidelines" + //, href: "https://www.w3.org/TR/wot-security/" + , href: "https://w3c.github.io/wot-security/" + , authors: [ + , "Michael McCool" + , "Elena Reshetova" + ] + , publisher: "W3C" + , date: "March 2019" + } } }; From d6358d43254c62891597aeb0bee0957c40f47317 Mon Sep 17 00:00:00 2001 From: Michael Lagally Date: Fri, 23 Oct 2020 16:20:29 +0200 Subject: [PATCH 2/2] fixing id --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 02a9ff0b..000d4630 100644 --- a/index.html +++ b/index.html @@ -210,7 +210,7 @@ , publisher: "W3C" , date: "November 2020" } - , "WOT-SECURITY-GUIDELINES": { + , "WOT-SECURITY": { title: "Web of Things (WoT) Security and Privacy Guidelines" //, href: "https://www.w3.org/TR/wot-security/" , href: "https://w3c.github.io/wot-security/"