Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mwherman2000 committed Dec 10, 2024
2 parents 12f6fb2 + 9ec1c12 commit 1dffba0
Show file tree
Hide file tree
Showing 22 changed files with 243 additions and 639 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/auto-publish-methods.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/workflows/pr-push.yml
name: Echidna Auto-publish did-extensions-methods
on:
push:
branches: [main]
paths: ["methods/**"]
jobs:
main:
name: Echidna Auto-publish WD
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: methods/index.html
TOOLCHAIN: respec
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_METHODS }}
W3C_WG_DECISION_URL: https://www.w3.org/2024/09/24-did-minutes.html#r02
W3C_BUILD_OVERRIDE: |
shortName: did-extensions-methods
specStatus: NOTE
21 changes: 21 additions & 0 deletions .github/workflows/auto-publish-properties.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/workflows/pr-push.yml
name: Echidna Auto-publish did-extensions-properties
on:
push:
branches: [main]
paths: ["properties/**"]
jobs:
main:
name: Echidna Auto-publish WD
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: properties/index.html
TOOLCHAIN: respec
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_PROPERTIES }}
W3C_WG_DECISION_URL: https://www.w3.org/2024/09/24-did-minutes.html#r02
W3C_BUILD_OVERRIDE: |
shortName: did-extensions-properties
specStatus: NOTE
21 changes: 21 additions & 0 deletions .github/workflows/auto-publish-resolution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/workflows/pr-push.yml
name: Echidna Auto-publish did-extensions-resolution
on:
push:
branches: [main]
paths: ["resolutions/**"]
jobs:
main:
name: Echidna Auto-publish WD
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: resolutions/index.html
TOOLCHAIN: respec
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_RESOLUTION }}
W3C_WG_DECISION_URL: https://www.w3.org/2024/09/24-did-minutes.html#r02
W3C_BUILD_OVERRIDE: |
shortName: did-extensions-resolution
specStatus: NOTE
30 changes: 16 additions & 14 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
# .github/workflows/pr-push.yml
name: Echidna Auto-publish
name: Echidna Auto-publish did-extensions
on:
push:
branches: [main]
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
SOURCE: index.html
TOOLCHAIN: respec
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_EXTENSIONS }}
W3C_WG_DECISION_URL: https://www.w3.org/2024/09/24-did-minutes.html#r02
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
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@

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

edDraftURI: "https://w3c.github.io/did-extensions/",

// subtitle
subtitle: "Known Extensions for the Decentralized Identifier Ecosystem",

// if you wish the publication date to be other than today, set this
//publishDate: "2019-11-07",
// publishDate: "2024-11-19",

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
Expand All @@ -44,14 +45,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,12 +61,12 @@
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"
w3cid: 116776, note: "2024-present"
}, {
name: "Adam Burns", url: "https://www.linkedin.com/in/adampeterburns/",
note: "2024-present"
w2cid: 160312, note: "2024-present"
}, {
name: "Stefannie Tan (ステファニー タン)", url: "https://github.com/Steffytan",
company: "SBI Group (SBIホールディングス)", "companyURL": "https://sbigroup.co.jp/",
Expand All @@ -76,7 +77,7 @@
note: "2024-present"
}, {
name: "Rajiv Rajani", url: "https://github.com/rajivrajani",
note: "2024-present"
w3cid: 161889, note: "2024-present"
}, {
name: "Ariel Gentile", url: "https://github.com/genaris",
company: "GenAris Tech", "companyURL": "https://genaris.tech/",
Expand All @@ -93,7 +94,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 +107,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": "[email protected]",
"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"
}
18 changes: 9 additions & 9 deletions methods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
subtitle: "Known DID Methods in the Decentralized Identifier Ecosystem",

// if you wish the publication date to be other than today, set this
//publishDate: "2019-11-07",
// publishDate: "2024-11-19",

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
Expand All @@ -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,12 +101,12 @@
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"
}, {
name: "Adam Burns", url: "https://www.linkedin.com/in/adampeterburns/",
note: "2024-present"
w3cid: 160312, note: "2024-present"
}, {
name: "Stefannie Tan (ステファニー タン)", url: "https://github.com/Steffytan",
company: "SBI Group (SBIホールディングス)", "companyURL": "https://sbigroup.co.jp/",
Expand All @@ -117,7 +117,7 @@
note: "2024-present"
}, {
name: "Rajiv Rajani", url: "https://github.com/rajivrajani",
note: "2024-present"
w3cid: 161889, note: "2024-present"
}, {
name: "Ariel Gentile", url: "https://github.com/genaris",
company: "GenAris Tech", "companyURL": "https://genaris.tech/",
Expand All @@ -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": "[email protected]",
"contactWebsite": "https://www.smartm2m.co.kr/",
"specification": "https://github.com/m2mblockchain/DID-Method-m2m/blob/main/README.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": "[email protected]",
"contactWebsite": "",
"verifiableDataRegistry": "IPFS"
}
Loading

0 comments on commit 1dffba0

Please sign in to comment.