configuration changes
authorRobin Berjon <robin@berjon.com>
Fri, 22 Jun 2012 16:08:11 +0200
changeset 112 7a7c718a81b5
parent 111 6eefe972691c
child 113 5fd9ade4746f
configuration changes
contacts/Overview.html
--- a/contacts/Overview.html	Thu Jun 21 17:14:56 2012 +0100
+++ b/contacts/Overview.html	Fri Jun 22 16:08:11 2012 +0200
@@ -1,89 +1,34 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>Contacts API</title>
+    <title>Pick Contacts Intent</title>
     <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
-    <script type="text/javascript" src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
-    <script type="text/javascript" src='http://dev.w3.org/2009/dap/ReSpec.js/js/sh_main.min.js' class='remove'></script>
+    <script type="text/javascript" src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
     <script type="text/javascript" class='remove'>
-            var respecConfig = {
-                  specStatus: "ED",
-                  shortName: "contacts-api",
-                  editors: [{
-                            name: "Richard Tibbett", 
-                            url: "http://richt.me", 
-                            company: "Opera Software ASA", 
-                            companyURL: "http://www.opera.com"}],
-                  previousPublishDate:  "2011-06-16",
-                  lcEnd:  "2011-07-14",
-                  previousMaturity: "LC",
-                  edDraftURI: "http://w3c-test.org/2009/dap/contacts/",
-                  noIDLIn:  true,
-              };
+        var respecConfig = {
+              specStatus: "ED",
+              shortName: "contacts-api",
+              editors: [{
+                        name: "Richard Tibbett", 
+                        url: "http://richt.me", 
+                        company: "Opera Software ASA", 
+                        companyURL: "http://www.opera.com"},
+                        {name: "Robin Berjon",
+                        url: "http://berjon.com/", 
+                        company: "Robineko", 
+                        companyURL: "http://robineko.com/"}
+                      ],
+              // previousPublishDate:  "2011-06-16",
+              // lcEnd:  "2011-07-14",
+              // previousMaturity: "LC",
+              edDraftURI: "http://w3c-test.org/2009/dap/contacts/",
+              wg:           "Device APIs Working Group",
+              wgURI:        "http://www.w3.org/2009/dap/",
+              wgPublicList: "public-device-apis",
+              wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/43696/status"
+          };
     </script>
-    <script type="text/javascript" src='http://dev.w3.org/2009/dap/common/config.js' class='remove'></script>
-    <style type="text/css">
-      /* ReSpec.js CSS optimizations (Richard Tibbett) */
-      div.example {
-          border-top: 1px solid #ff4500;
-          border-bottom: 1px solid #ff4500;
-          background: #fff;
-          padding:    1em;
-          font-size: 0.9em;
-          margin-top: 1em;
-      }
-      div.example::before {
-          content:    "Example";
-          display:    block;
-          width:      150px;
-          background: #ff4500;
-          color:  #fff;
-          font-family:    initial;
-          padding:    3px;
-          padding-left: 5px;
-          font-weight:    bold;
-          margin: -1em 0 1em -1em;
-      }
-
-      /* Clean up pre.idl */
-      pre.idl::before {
-          font-size:0.9em;
-      }
-
-      /* Add better spacing to sections */
-      section, .section {
-          margin-bottom: 2em;
-      }
-
-      /* Reduce note & issue render size */
-      .note, .issue {
-          font-size:0.8em;
-      }
-
-      /* Add addition spacing to <ol> and <ul> for rule definition */
-      ol.rule li, ul.rule li {
-          padding:0.2em;
-      }
-      /*
-      IDL wrapping fix
-      http://perishablepress.com/press/2010/06/01/wrapping-content/
-
-      [RB] This isn't a fix, it kills indentation!
-
-      pre.idl {
-          white-space: pre;
-          white-space: pre-wrap;
-          white-space: pre-line;
-          white-space: -pre-wrap;
-          white-space: -o-pre-wrap;
-          white-space: -moz-pre-wrap;
-          white-space: -hp-pre-wrap;
-          word-wrap: break-word;
-      }
-      */
-    </style>
   </head>
-
   <body>
     <section id='abstract'>
       <p>