- From: Mercurial notifier <cvsmail@w3.org>
- Date: Mon, 07 Oct 2013 06:38:22 +0000
- To: public-dap-commits@w3.org
changeset: 481:674b477d1ee5
tag: tip
user: Anssi Kostiainen <anssi.kostiainen@intel.com>
date: Mon Oct 07 09:38:14 2013 +0300
files: humidity/Overview.html pressure/Overview.html temperature/Overview.html
description:
fix scheme used by ReSpec for some exploratory work to display them properly
diff -r f3ea6558ffe1 -r 674b477d1ee5 humidity/Overview.html
--- a/humidity/Overview.html Mon Oct 07 14:07:57 2013 +1100
+++ b/humidity/Overview.html Mon Oct 07 09:38:14 2013 +0300
@@ -26,6 +26,7 @@
wgURI: "http://www.w3.org/2009/dap/",
wgPublicList: "public-device-apis",
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status",
+ scheme: "https"
};
</script>
</head>
diff -r f3ea6558ffe1 -r 674b477d1ee5 pressure/Overview.html
--- a/pressure/Overview.html Mon Oct 07 14:07:57 2013 +1100
+++ b/pressure/Overview.html Mon Oct 07 09:38:14 2013 +0300
@@ -25,6 +25,7 @@
wgURI: "http://www.w3.org/2009/dap/",
wgPublicList: "public-device-apis",
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status",
+ scheme: "https"
};
</script>
</head>
diff -r f3ea6558ffe1 -r 674b477d1ee5 temperature/Overview.html
--- a/temperature/Overview.html Mon Oct 07 14:07:57 2013 +1100
+++ b/temperature/Overview.html Mon Oct 07 09:38:14 2013 +0300
@@ -26,6 +26,7 @@
wgURI: "http://www.w3.org/2009/dap/",
wgPublicList: "public-device-apis",
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status",
+ scheme: "https"
};
</script>
</head>
Received on Monday, 7 October 2013 06:38:22 UTC