Add Roadmap, Use Cases, and Payment Agent editor's draft specs.
authorManu Sporny <msporny@digitalbazaar.com>
Mon, 15 Dec 2014 01:02:49 -0500
changeset 5 715c765d7030
parent 4 8454eb2cbb2c
child 6 c4ed5f317fdd
Add Roadmap, Use Cases, and Payment Agent editor's draft specs.
latest/payment-agent/index.html
latest/roadmap/index.html
latest/use-cases/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/latest/payment-agent/index.html	Mon Dec 15 01:02:49 2014 -0500
@@ -0,0 +1,110 @@
+<!DOCTYPE html> 
+<html> 
+  <head> 
+    <title>Web Payments Payment Agent</title> 
+    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/> 
+    <script src='../respec-w3c-common.js' class='remove'></script> 
+    <script src='../respec-webpayments.js' class='remove'></script> 
+    <script class='remove'> 
+      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "web-payments-payment-agent",
+ 
+          // if you wish the publication date to be other than today, set this
+          // publishDate:  "2009-08-06",
+ 
+          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+          // and its maturity status
+          // previousPublishDate:  "1977-03-15",
+          // previousMaturity:  "CG-DRAFT",
+ 
+          // if there a publicly available Editor's Draft, this is the link
+          //edDraftURI:           "https://web-payments.org/specs/source/use-cases",
+ 
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+ 
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          //extraCSS:             [],
+ 
+          // editors, add as many as you like
+          // only "name" is required
+          editors:  [
+              { name: "Pat Doe", url: "http://patdoe.example.com/",
+                company: "ACME", companyURL: "http://acme.example.com/" },
+          ],
+ 
+          // authors, add as many as you like. 
+          // This is optional, uncomment if you have authors as well as editors.
+          // only "name" is required. Same format as editors.
+ 
+          //authors:  [
+          //    { name: "Your Name", url: "http://example.org/",
+          //      company: "Your Company", companyURL: "http://example.com/" },
+          //],
+
+          // maximum level of table of contents
+          maxTocLevel: 2,
+      
+          // name of the WG
+          wg:           "Web Payments Interest Group",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/blog/wpig/",
+          
+          // name (with the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-webpayments-comments@w3.org",
+          
+          // URI of the patent status for this WG, for Rec-track documents
+          // !!!! IMPORTANT !!!!
+          // This is important for Rec-track documents, do not copy a patent URI from a random
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/73816/status",
+
+          preProcess: [ webpayments.preProcess ]/*,
+          alternateFormats: [ {uri: "diff-20111214.html", label: "diff to previous version"} ],
+          */
+      };
+    </script> 
+  </head> 
+<body> 
+  <section id='abstract'> 
+    <p> 
+Abstract goes here.
+    </p> 
+  </section> 
+
+  <section id='sotd'> 
+    <p> 
+Custom Status of the Document language goes here.
+    </p> 
+  </section> 
+
+  <section> 
+    <h2>Introduction</h2> 
+    <p>
+Introduction goes here.
+    </p>
+  </section>
+
+  <section> 
+    <h2>Acknowledgements</h2>
+ 
+    <p>
+The editors are thankful to the following contributions from ...
+(in alphabetical order): 
+    </p>
+    <p>
+List of contributors/reviewers.
+    </p>
+
+  </section>
+
+  </body> 
+</html>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/latest/roadmap/index.html	Mon Dec 15 01:02:49 2014 -0500
@@ -0,0 +1,110 @@
+<!DOCTYPE html> 
+<html> 
+  <head> 
+    <title>Web Payments Roadmap</title> 
+    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/> 
+    <script src='../respec-w3c-common.js' class='remove'></script> 
+    <script src='../respec-webpayments.js' class='remove'></script> 
+    <script class='remove'> 
+      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "web-payments-roadmap",
+ 
+          // if you wish the publication date to be other than today, set this
+          // publishDate:  "2009-08-06",
+ 
+          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+          // and its maturity status
+          // previousPublishDate:  "1977-03-15",
+          // previousMaturity:  "CG-DRAFT",
+ 
+          // if there a publicly available Editor's Draft, this is the link
+          //edDraftURI:           "https://web-payments.org/specs/source/use-cases",
+ 
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+ 
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          //extraCSS:             [],
+ 
+          // editors, add as many as you like
+          // only "name" is required
+          editors:  [
+              { name: "Pat Doe", url: "http://patdoe.example.com/",
+                company: "ACME", companyURL: "http://acme.example.com/" },
+          ],
+ 
+          // authors, add as many as you like. 
+          // This is optional, uncomment if you have authors as well as editors.
+          // only "name" is required. Same format as editors.
+ 
+          //authors:  [
+          //    { name: "Your Name", url: "http://example.org/",
+          //      company: "Your Company", companyURL: "http://example.com/" },
+          //],
+
+          // maximum level of table of contents
+          maxTocLevel: 2,
+      
+          // name of the WG
+          wg:           "Web Payments Interest Group",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/blog/wpig/",
+          
+          // name (with the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-webpayments-comments@w3.org",
+          
+          // URI of the patent status for this WG, for Rec-track documents
+          // !!!! IMPORTANT !!!!
+          // This is important for Rec-track documents, do not copy a patent URI from a random
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/73816/status",
+
+          preProcess: [ webpayments.preProcess ]/*,
+          alternateFormats: [ {uri: "diff-20111214.html", label: "diff to previous version"} ],
+          */
+      };
+    </script> 
+  </head> 
+<body> 
+  <section id='abstract'> 
+    <p> 
+Abstract goes here.
+    </p> 
+  </section> 
+
+  <section id='sotd'> 
+    <p> 
+Custom Status of the Document language goes here.
+    </p> 
+  </section> 
+
+  <section> 
+    <h2>Introduction</h2> 
+    <p>
+Introduction goes here.
+    </p>
+  </section>
+
+  <section> 
+    <h2>Acknowledgements</h2>
+ 
+    <p>
+The editors are thankful to the following contributions from ...
+(in alphabetical order): 
+    </p>
+    <p>
+List of contributors/reviewers.
+    </p>
+
+  </section>
+
+  </body> 
+</html>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/latest/use-cases/index.html	Mon Dec 15 01:02:49 2014 -0500
@@ -0,0 +1,110 @@
+<!DOCTYPE html> 
+<html> 
+  <head> 
+    <title>Web Payments Use Cases</title> 
+    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/> 
+    <script src='../respec-w3c-common.js' class='remove'></script> 
+    <script src='../respec-webpayments.js' class='remove'></script> 
+    <script class='remove'> 
+      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "web-payments-use-cases",
+ 
+          // if you wish the publication date to be other than today, set this
+          // publishDate:  "2009-08-06",
+ 
+          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+          // and its maturity status
+          // previousPublishDate:  "1977-03-15",
+          // previousMaturity:  "CG-DRAFT",
+ 
+          // if there a publicly available Editor's Draft, this is the link
+          //edDraftURI:           "https://web-payments.org/specs/source/use-cases",
+ 
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+ 
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          //extraCSS:             [],
+ 
+          // editors, add as many as you like
+          // only "name" is required
+          editors:  [
+              { name: "Pat Doe", url: "http://patdoe.example.com/",
+                company: "ACME", companyURL: "http://acme.example.com/" },
+          ],
+ 
+          // authors, add as many as you like. 
+          // This is optional, uncomment if you have authors as well as editors.
+          // only "name" is required. Same format as editors.
+ 
+          //authors:  [
+          //    { name: "Your Name", url: "http://example.org/",
+          //      company: "Your Company", companyURL: "http://example.com/" },
+          //],
+
+          // maximum level of table of contents
+          maxTocLevel: 2,
+      
+          // name of the WG
+          wg:           "Web Payments Interest Group",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/blog/wpig/",
+          
+          // name (with the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-webpayments-comments@w3.org",
+          
+          // URI of the patent status for this WG, for Rec-track documents
+          // !!!! IMPORTANT !!!!
+          // This is important for Rec-track documents, do not copy a patent URI from a random
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/73816/status",
+
+          preProcess: [ webpayments.preProcess ]/*,
+          alternateFormats: [ {uri: "diff-20111214.html", label: "diff to previous version"} ],
+          */
+      };
+    </script> 
+  </head> 
+<body> 
+  <section id='abstract'> 
+    <p> 
+Abstract goes here.
+    </p> 
+  </section> 
+
+  <section id='sotd'> 
+    <p> 
+Custom Status of the Document language goes here.
+    </p> 
+  </section> 
+
+  <section> 
+    <h2>Introduction</h2> 
+    <p>
+Introduction goes here.
+    </p>
+  </section>
+
+  <section> 
+    <h2>Acknowledgements</h2>
+ 
+    <p>
+The editors are thankful to the following contributions from ...
+(in alphabetical order): 
+    </p>
+    <p>
+List of contributors/reviewers.
+    </p>
+
+  </section>
+
+  </body> 
+</html>
+