Skip to content

Commit

Permalink
Admin changes in the respec setting
Browse files Browse the repository at this point in the history
- Added the `w3cid` entry for each editor and author (this is required by Echidna)
- Added the `wg` and `wgURI` fields (necessary for the respec boilerplate, see #87 (comment)
  • Loading branch information
iherman authored and msporny committed Oct 26, 2019
1 parent 98ca3e9 commit 099d1b9
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
var respecConfig = {
wgPublicList: "public-did-wg",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/117488/status",
wg: "Decentralized Identifier Working Group",
wgURI: "https://www.w3.org/2019/did-wg/",

// specification status (e.g., WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
Expand Down Expand Up @@ -50,28 +52,28 @@
includePermalinks: false,


// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",

// editors, add as many as you like
// only "name" is required
editors: [{
name: "Drummond Reed",
url: "https://www.linkedin.com/in/drummondreed/",
company: "Evernym",
companyURL: "https://evernym.com/"
companyURL: "https://evernym.com/",
w3cid: 3096
},
{
name: "Manu Sporny",
url: "http://manu.sporny.org/",
company: "Digital Bazaar",
companyURL: "https://digitalbazaar.com/"
companyURL: "https://digitalbazaar.com/",
w3cid: 41758
},
{
name: "Markus Sabadello",
url: "https://www.linkedin.com/in/markus-sabadello-353a0821",
company: "Danube Tech",
companyURL: "https://danubetech.com/"
companyURL: "https://danubetech.com/",
w3cid: 46729
}
],

Expand All @@ -82,25 +84,29 @@
name: "Drummond Reed",
url: "https://www.linkedin.com/in/drummondreed/",
company: "Evernym",
companyURL: "https://evernym.com/"
companyURL: "https://evernym.com/",
w3cid: 3096
},
{
name: "Manu Sporny",
url: "http://manu.sporny.org/",
company: "Digital Bazaar",
companyURL: "https://digitalbazaar.com/"
companyURL: "https://digitalbazaar.com/",
w3cid: 41758
},
{
name: "Dave Longley",
url: "",
company: "Digital Bazaar",
companyURL: "https://digitalbazaar.com/"
companyURL: "https://digitalbazaar.com/",
w3cid: 48025
},
{
name: "Christopher Allen",
url: "https://www.linkedin.com/in/christophera",
company: "Blockchain Commons",
companyURL: "https://www.BlockchainCommons.com"
companyURL: "https://www.BlockchainCommons.com",
w3cid: 85560
},
{
name: "Ryan Grant",
Expand All @@ -112,7 +118,8 @@
name: "Markus Sabadello",
url: "https://www.linkedin.com/in/markus-sabadello-353a0821",
company: "Danube Tech",
companyURL: "https://danubetech.com/"
companyURL: "https://danubetech.com/",
w3cid: 46729
}
]
};
Expand Down

0 comments on commit 099d1b9

Please sign in to comment.