Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zengmenglu authored Nov 11, 2024
2 parents 1f81926 + 17f6503 commit 4362a18
Show file tree
Hide file tree
Showing 20 changed files with 139 additions and 597 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ on:
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Begin spec-prod...
uses: actions/checkout@v2
- name: Setup Node 16...
uses: actions/setup-node@v1
uses: actions/checkout@v4
- name: Setup Node 22...
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Install did-spec-registries tooling...
node-version: 22.x
- name: Install did-extensions tooling...
working-directory: tooling
run: npm i
- name: Validate did-spec-registries DID method entries
- name: Validate did-extensions DID method entries
working-directory: tooling
run: npm run registry:validate
- name: Generate did-spec-registries registry index
run: npm run validate
- name: Generate did-extensions registry index
working-directory: tooling
run: npm run registry:generate:index
run: npm run generate
- uses: w3c/spec-prod@v2
with:
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
W3C_WG_DECISION_URL: https://www.w3.org/2019/did-wg/Meetings/Minutes/2020-06-09-did#resolution1
W3C_BUILD_OVERRIDE: |
shortName: did-spec-registries
shortName: did-extensions
specStatus: NOTE
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code...
uses: actions/checkout@v2
- name: Setup Node 16...
uses: actions/setup-node@v2
uses: actions/checkout@v4
- name: Setup Node 22...
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x
- name: Install did-extensions tooling...
working-directory: tooling
run: npm i
- name: Validate did-extensions DID method entries
working-directory: tooling
run: npm run registry:validate
run: npm run validate
- name: Generate did-extensions registry index
working-directory: tooling
run: npm run registry:generate:index
run: npm run generate
14 changes: 7 additions & 7 deletions .github/workflows/publish-did-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code...
uses: actions/checkout@v2
- name: Setup Node 16...
uses: actions/setup-node@v2
uses: actions/checkout@v4
- name: Setup Node 22...
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x
- name: Install did-extensions tooling...
working-directory: tooling
run: npm i
- name: Validate did-extensions DID method entries
working-directory: tooling
run: npm run registry:validate
run: npm run validate
- name: Generate did-extensions registry index
working-directory: tooling
run: npm run registry:generate:index
run: npm run generate
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
includePermalinks: false,

editors: [{
name: "Manu Sporny", url: "http://manu.sporny.org/",
name: "Manu Sporny", url: "https://www.linkedin.com/in/manusporny/",
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
w3cid: 41758, note: "2017-present"
}, {
name: "Markus Sabadello", url: "https://www.linkedin.com/in/markus-sabadello-353a0821",
company: "Danube Tech", companyURL: "https://danubetech.com/",
w3cid: 46729, note: "2020-present"
}, {
}/*, {
name: "Apurva Chitnis",
url: "https://apuchitnis.github.io/",
company: "Koodos",
Expand All @@ -60,7 +60,7 @@
name: "Sten Reijers", url: "https://github.com/stenreijers",
note: "2024-present"
}, {
name: "Ghislain", url: "https://w3id.org/people/gatemezing",
name: "Ghislain Atemezing", url: "https://w3id.org/people/gatemezing",
company: "European Union Agency for Railways", "companyURL": "https://www.era.europa.eu/",
note: "2024-present"
}, {
Expand Down Expand Up @@ -93,7 +93,7 @@
name: "Kevin Dean", url: "https://www.linkedin.com/in/kdean/",
company: "Dolphin Data Development Ltd.",
note: "2024-present"
}],
}*/],
formerEditors: [{
name: "Orie Steele", url: "https://www.linkedin.com/in/or13b/",
company: "Transmute", companyURL: "https://www.transmute.industries/",
Expand All @@ -106,11 +106,11 @@
name: "Ivan Herman", url: "https://www.w3.org/People/Ivan/",
company: "W3C", companyURL: "https://www.w3.org",
note: "2020-2022", w3cid: 7382, orcid: "0000-0003-0782-2704"
}, {
}/*, {
name: "Kyle Den Hartog", url: "https://www.linkedin.com/in/kyledenhartog/",
company: "MATTR", companyURL: "https://mattr.global/",
note: "2020-2022"
}],
}*/],

// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
Expand Down
4 changes: 2 additions & 2 deletions methods/art.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "art",
"status": "registered",
"specification": "https://github.com/ArtracID/ArtracID-DID-ART-Method",
"contactName": "Ming-lam Ng (RealMatter)",
"contactEmail": "did_inquiry@artrac.id",
"contactName": "Daniel Chun",
"contactEmail": "did_inquiry@artgrouplimited.com",
"contactWebsite": "www.artracx.com",
"verifiableDataRegistry": "Artwork ID Method"
}
4 changes: 2 additions & 2 deletions methods/fairx.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "fairx",
"status": "registered",
"status": "deprecated",
"verifiableDataRegistry": "FairX Node",
"contactName": "Michael Dowling",
"contactEmail": "mdowling@gmail.com",
"contactWebsite": "https://github.com/fairxio/",
"specification": "https://github.com/fairxio/protocol/tree/main/did"
}
}
9 changes: 9 additions & 0 deletions methods/gwm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "gwm",
"status": "registered",
"verifiableDataRegistry": "Great Wall Chain",
"contactName": "Great Wall Motor Company Limited",
"contactEmail": "",
"contactWebsite": "",
"specification": "https://github.com/GreatWall-Blockchain/GWDID-Method-Specification/blob/main/README.md"
}
12 changes: 6 additions & 6 deletions methods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
includePermalinks: false,

editors: [{
name: "Manu Sporny", url: "http://manu.sporny.org/",
name: "Manu Sporny", url: "https://www.linkedin.com/in/manusporny/",
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
w3cid: 41758, note: "2017-present"
}, {
name: "Markus Sabadello", url: "https://www.linkedin.com/in/markus-sabadello-353a0821",
company: "Danube Tech", companyURL: "https://danubetech.com/",
w3cid: 46729, note: "2020-present"
}, {
}/*, {
name: "Apurva Chitnis",
url: "https://apuchitnis.github.io/",
company: "Koodos",
Expand All @@ -101,7 +101,7 @@
name: "Sten Reijers", url: "https://github.com/stenreijers",
note: "2024-present"
}, {
name: "Ghislain", url: "https://w3id.org/people/gatemezing",
name: "Ghislain Atemezing", url: "https://w3id.org/people/gatemezing",
company: "European Union Agency for Railways", "companyURL": "https://www.era.europa.eu/",
note: "2024-present"
}, {
Expand Down Expand Up @@ -134,7 +134,7 @@
name: "Kevin Dean", url: "https://www.linkedin.com/in/kdean/",
company: "Dolphin Data Development Ltd.",
note: "2024-present"
}],
}*/],
formerEditors: [{
name: "Orie Steele", url: "https://www.linkedin.com/in/or13b/",
company: "Transmute", companyURL: "https://www.transmute.industries/",
Expand All @@ -147,11 +147,11 @@
name: "Ivan Herman", url: "https://www.w3.org/People/Ivan/",
company: "W3C", companyURL: "https://www.w3.org",
note: "2020-2022", w3cid: 7382, orcid: "0000-0003-0782-2704"
}, {
}/*, {
name: "Kyle Den Hartog", url: "https://www.linkedin.com/in/kyledenhartog/",
company: "MATTR", companyURL: "https://mattr.global/",
note: "2020-2022"
}],
}*/],

// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
Expand Down
9 changes: 9 additions & 0 deletions methods/m2m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "m2m",
"status": "registered",
"verifiableDataRegistry": "Hyperledger Indy",
"contactName": "SmartM2M. Co., Ltd",
"contactEmail": "smartm2m@smartm2m.co.kr",
"contactWebsite": "https://www.smartm2m.co.kr/",
"specification": "https://github.com/m2mblockchain/DID-Method-m2m/blob/main/README.md"
}
9 changes: 9 additions & 0 deletions methods/ns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "ns",
"status": "registered",
"verifiableDataRegistry": "Web 7.0 Foundation",
"contactName": "Web 7.0 Foundation",
"contactEmail": "mwherman@parallelspace.net",
"contactWebsite": "https://didns.directory",
"specification": "https://github.com/Web7Foundation/Specifications/blob/main/methods/did-ns-1-0-1.md"
}
4 changes: 2 additions & 2 deletions methods/tangle.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tangle",
"status": "registered",
"status": "deprecated",
"verifiableDataRegistry": "IOTA Tangle",
"contactName": "BiiLabs Co., Ltd.",
"contactEmail": "",
"contactWebsite": "",
"specification": "https://github.com/TangleID/TangleID/blob/develop/did-method-spec.md"
}
}
9 changes: 9 additions & 0 deletions methods/theseries.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "theseries",
"status": "registered",
"specification": "https://github.com/theseriesteam/tsid-method/blob/main/ts-did-method-specification.md",
"contactName": "Hang Hang",
"contactEmail": "hanghang.dev@gmail.com",
"contactWebsite": "",
"verifiableDataRegistry": "IPFS"
}
16 changes: 8 additions & 8 deletions properties/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
includePermalinks: false,

editors: [{
name: "Manu Sporny", url: "http://manu.sporny.org/",
name: "Manu Sporny", url: "https://www.linkedin.com/in/manusporny/",
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
w3cid: 41758, note: "2017-present"
}, {
name: "Markus Sabadello", url: "https://www.linkedin.com/in/markus-sabadello-353a0821",
company: "Danube Tech", companyURL: "https://danubetech.com/",
w3cid: 46729, note: "2020-present"
}, {
}/*, {
name: "Apurva Chitnis",
url: "https://apuchitnis.github.io/",
company: "Koodos",
Expand All @@ -60,7 +60,7 @@
name: "Sten Reijers", url: "https://github.com/stenreijers",
note: "2024-present"
}, {
name: "Ghislain", url: "https://w3id.org/people/gatemezing",
name: "Ghislain Atemezing", url: "https://w3id.org/people/gatemezing",
company: "European Union Agency for Railways", "companyURL": "https://www.era.europa.eu/",
note: "2024-present"
}, {
Expand Down Expand Up @@ -93,7 +93,7 @@
name: "Kevin Dean", url: "https://www.linkedin.com/in/kdean/",
company: "Dolphin Data Development Ltd.",
note: "2024-present"
}],
}*/],
formerEditors: [{
name: "Orie Steele", url: "https://www.linkedin.com/in/or13b/",
company: "Transmute", companyURL: "https://www.transmute.industries/",
Expand All @@ -102,15 +102,15 @@
name: "Amy Guy", url: "https://rhiaro.co.uk/",
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
w3cid: 69000, note: "2020-2022"
}, {
}/*, {
name: "Ivan Herman", url: "https://www.w3.org/People/Ivan/",
company: "W3C", companyURL: "https://www.w3.org",
note: "2020-2022", w3cid: 7382, orcid: "0000-0003-0782-2704"
}, {
name: "Kyle Den Hartog", url: "https://www.linkedin.com/in/kyledenhartog/",
company: "MATTR", companyURL: "https://mattr.global/",
note: "2020-2022"
}],
}*/],

// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
Expand Down Expand Up @@ -332,7 +332,7 @@ <h4>controller</h4>
<tbody>
<tr>
<td>
<a href="https://www.w3.org/TR/did-core/#authorization-and-delegation">DID Core</a>
<a href="https://www.w3.org/TR/did-core/#did-controller">DID Core</a>
</td>
<td>
<a href="https://www.w3.org/ns/did/v1">DID Core</a>
Expand Down Expand Up @@ -463,7 +463,7 @@ <h4>service</h4>
<tbody>
<tr>
<td>
<a href="https://www.w3.org/TR/did-core/#service-endpoints">DID Core</a>
<a href="https://www.w3.org/TR/did-core/#services">DID Core</a>
</td>
<td>
<a href="https://www.w3.org/ns/did/v1">DID Core</a>
Expand Down
Loading

0 comments on commit 4362a18

Please sign in to comment.