Skip to content

Commit

Permalink
Update various Respec config settings (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper authored Dec 3, 2024
1 parent 7d96b2a commit 0aaa9bb
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<script type="text/javascript" class="remove">
var respecConfig = {
// specification status (e.g., WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "WD",
specStatus: "ED",

// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "did-resolution",

// subtitle
subtitle: "Resolution of Decentralized identifiers (DIDs)",
subtitle: "Algorithms and guidelines for resolving DIDs and dereferencing DID URLs",

// if you wish the publication date to be other than today, set this
// publishDate: "2009-08-06",
Expand All @@ -45,11 +45,9 @@
// only "name" is required
editors: [
{ name: "Markus Sabadello", url: "https://www.linkedin.com/in/markus-sabadello-353a0821",
w3cid: "46729",
company: "Danube Tech", companyURL: "https://danubetech.com/" },
company: "Danube Tech", companyURL: "https://danubetech.com/", w3cid: 46729 },
{ name: "Dmitri Zagidulin", url: "https://www.linkedin.com/in/dzagidulin",
w3cid: "86708",
company: "MIT CSAIL", companyURL: "http://computingjoy.com/" }
company: "MIT CSAIL", companyURL: "http://computingjoy.com/", w3cid: 86708 }
],

// authors, add as many as you like.
Expand All @@ -58,11 +56,9 @@
authors:
[
{ name: "Markus Sabadello", url: "https://www.linkedin.com/in/markus-sabadello-353a0821",
w3cid: "46729",
company: "Danube Tech", companyURL: "https://danubetech.com/" },
company: "Danube Tech", companyURL: "https://danubetech.com/", w3cid: 46729 },
{ name: "Dmitri Zagidulin", url: "https://www.linkedin.com/in/dzagidulin",
w3cid: "86708",
company: "MIT CSAIL", companyURL: "http://computingjoy.com/" }
company: "MIT CSAIL", companyURL: "http://computingjoy.com/", w3cid: 86708 }
],

// group
Expand Down

0 comments on commit 0aaa9bb

Please sign in to comment.