Skip to content

Commit 23df75e

Browse files
author
w3c-validate-repos-bot
committed
Update report.json, rec-track-repos.json, hr-repos.json
1 parent 6d33097 commit 23df75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

report.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9877,7 +9877,7 @@
98779877
}
98789878
]
98799879
},
9880-
"timestamp": "2025-03-15T00:22:12.237Z",
9880+
"timestamp": "2025-03-16T00:22:13.807Z",
98819881
"repos": [
98829882
{
98839883
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
@@ -69938,7 +69938,7 @@
6993869938
},
6993969939
"prpreviewjson": null,
6994069940
"autoPublish": {
69941-
"text": "# Based on\n# https://github.com/w3c/echidna/wiki/How-to-use-Echidna\n# and\n# https://w3c.github.io/spec-prod/#examples\nname: CI\non:\n pull_request: {}\n push:\n branches: [main]\njobs:\n main:\n name: Deploy to GitHub pages\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v4\n - run: |\n git fetch\n git checkout gh-pages\n git reset main --hard\n git push -f\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n TOOLCHAIN: respec\n SOURCE: spec.html\n DESTINATION: index.html\n VALIDATE_MARKUP: false\n publish:\n name: Build, Validate and Deploy\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v4\n - uses: w3c/spec-prod@v2\n with:\n TOOLCHAIN: respec\n SOURCE: spec.html\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n W3C_WG_DECISION_URL: hhttps://www.w3.org/mid/CAESRWkCboGW4E4RmntSs7UZWx9UZxmGH=1GNKq1Gg7MyfQcMdA@mail.gmail.com\n ARTIFACT_NAME: spec-prod-result2\n W3C_BUILD_OVERRIDE: |\n specStatus: WD\n shortName: mathml4\n\n\n"
69941+
"text": "# Based on\n# https://github.com/w3c/echidna/wiki/How-to-use-Echidna\n# and\n# https://w3c.github.io/spec-prod/#examples\nname: CI\non:\n pull_request: {}\n push:\n branches: [main]\njobs:\n main:\n name: Deploy to GitHub pages\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v4\n - run: |\n git fetch\n git checkout main\n git checkout gh-pages\n git reset main --hard\n git push -f\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n TOOLCHAIN: respec\n SOURCE: spec.html\n DESTINATION: index.html\n VALIDATE_MARKUP: false\n publish:\n name: Build, Validate and Deploy\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v4\n - uses: w3c/spec-prod@v2\n with:\n TOOLCHAIN: respec\n SOURCE: spec.html\n VALIDATE_MARKUP: false\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n W3C_WG_DECISION_URL: hhttps://www.w3.org/mid/CAESRWkCboGW4E4RmntSs7UZWx9UZxmGH=1GNKq1Gg7MyfQcMdA@mail.gmail.com\n ARTIFACT_NAME: spec-prod-result2\n W3C_BUILD_OVERRIDE: |\n specStatus: WD\n shortName: mathml4\n\n\n"
6994269942
},
6994369943
"travis": {
6994469944
"text": "\nbranches:\n only:\n - master\n - gh-pages\n\nnotifications:\n email:\n recipients:\n - [email protected]\n \nbefore_install:\n - sudo apt-get install -y rxp\n\ninstall:\n - ./build/install-tools\n\ncache:\n directories:\n - /tmp/jars\n - /tmp/texlive\n\nscript:\n - ./build/run-restyle\n\ndeploy:\n provider: pages\n skip-cleanup: true\n github-token: $ghtok # Set in the settings page of your repository, as a secure variable\n keep-history: true\n on:\n branch: gh-pages"
@@ -98480,7 +98480,7 @@
9848098480
"body": "# Code of Conduct\n\nAll documentation, code and communication under this repository are covered\nby the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/).\n"
9848198481
},
9848298482
"readme": {
98483-
"text": "# Verifiable Credentials for ReSpec\n\nThis ReSpec extension enhances the\n[Verifiable Credential](https://www.w3.org/TR/vc-data-model/)\nexamples in your specification.\n\nThe [Verifiable Credentials](https://www.w3.org/TR/vc-data-model/)\nextension to the [ReSpec](https://respec.org/docs/#abstract)\ndocument authoring environment enables authors to express simple\nexamples of [credentials](https://www.w3.org/TR/vc-data-model/#abstract)\nin their specification which are then enhanced by this extension to\nshow the digitally signed forms of the credential. An example of the\noutput of this extension is provided below (this extension adds the\ntabs seen in the image below):\n\n![image](https://github.com/w3c/respec-vc/assets/108611/0c32d83a-fd32-48fa-9c35-6eb2cea20af5)\n\nThis extension can also be used to generate human-readable cryptographic hashes\nof files that are retrievable by a browser environment.\n\n# Usage\n\nTo use this extension, include the following line in your ReSpec file:\n\n```html\n<script class=\"remove\" src=\"https://cdn.jsdelivr.net/gh/w3c/[email protected]/dist/main.js\"></script>\n```\n\nNote that there might be releases later than the one listed above.\nCheck this repository's [tags](https://github.com/digitalbazaar/respec-vc/tags)\nfor all known releases.\n\n# Generate Verifiable Credential Examples\n\nTo use this extension, you must add the `vc` class to your examples.\n\n## Options\n\n### Set Specific Tabs to Display\n\nThe `data-vc-tabs` property can be set to a space-delimited list containing any\nof the following values to customize the tabs displayed:\n\nOn by default:\n* `ecdsa-rdfc-2019` - https://www.w3.org/TR/vc-di-ecdsa/\n* `eddsa-rdfc-2022` - https://www.w3.org/TR/vc-di-eddsa/\n* `ecdsa-sd-2023` - https://www.w3.org/TR/vc-di-ecdsa/\n* `bbs-2023` - https://www.w3.org/TR/vc-di-bbs/\n* `jose` - https://w3c.github.io/vc-jose-cose/#with-jose\n\nOptional:\n* `Ed25519Signature2020` - https://www.w3.org/TR/vc-di-eddsa/#the-ed25519signature2020-suite\n* `sd-jwt` - https://www.w3.org/TR/vc-jose-cose/#with-sd-jwt\n* `cose` - https://www.w3.org/TR/vc-jose-cose/#securing-with-cose\n\n```html\n<pre class=\"example nohighlight vc\" title=\"Usage of the id property\"\n data-vc-tabs=\"bbs-2023 vc-jwt\">\n{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://www.w3.org/2018/credentials/examples/v1\"\n ],\n <span class=\"highlight\">\"id\": \"http://example.edu/credentials/3732\"</span>,\n \"type\": [\"VerifiableCredential\", \"UniversityDegreeCredential\"],\n \"issuer\": \"https://example.edu/issuers/565049\",\n \"issuanceDate\": \"2010-01-01T00:00:00Z\",\n \"credentialSubject\": {\n <span class=\"highlight\">\"id\": \"did:example:ebfeb1f712ebc6f1c276e12ec21\"</span>,\n \"degree\": {\n \"type\": \"BachelorDegree\",\n \"name\": \"Bachelor of Science and Arts\"\n }\n }\n}\n</pre>\n\n### Set Verification Method\n\nThe `data-vc-vm` option can be used to provide a digital proof verification\nmethod (e.g., a URL to a public key):\n\n```html\n<pre class=\"example nohighlight vc\" title=\"Usage of the id property\"\n data-vc-vm=\"https://example.edu/issuers/565049#key-1\">\n{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://www.w3.org/2018/credentials/examples/v1\"\n ],\n <span class=\"highlight\">\"id\": \"http://example.edu/credentials/3732\"</span>,\n \"type\": [\"VerifiableCredential\", \"UniversityDegreeCredential\"],\n \"issuer\": \"https://example.edu/issuers/565049\",\n \"issuanceDate\": \"2010-01-01T00:00:00Z\",\n \"credentialSubject\": {\n <span class=\"highlight\">\"id\": \"did:example:ebfeb1f712ebc6f1c276e12ec21\"</span>,\n \"degree\": {\n \"type\": \"BachelorDegree\",\n \"name\": \"Bachelor of Science and Arts\"\n }\n }\n}\n</pre>\n```\n\n# Generate Cryptographic Hashes\n\nTo use this extension, you must add the `vc-hash` class to an HTML element\nsuch as a SPAN or DIV tag.\n\n```html\n<p>\nThis section demonstrates the hashing of remote files. Hashes for\n`https://www.w3.org/ns/credentials/v2` are provided below:\n</p>\n\n<ul>\n <li>\nraw (`openssl dgst -sha256`):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"openssl dgst -sha256\" />\n </li>\n <li>\ndigestSRI (sha2-256 base64pad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"sri sha2-256\" />\n </li>\n <li>\ndigestSRI (sha2-384 base64pad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"sri sha2-384\" />\n </li>\n <li>\ndigestMultibase (sha2-256 base16):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-256 base16\" />\n </li>\n <li>\ndigestMultibase (sha2-256 base58btc):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-256 base58btc\" />\n </li>\n <li>\ndigestMultibase (sha2-256 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-256\" />\n </li>\n <li>\ndigestMultibase (sha2-384 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-384\" />\n </li>\n <li>\ndigestMultibase (sha3-256 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha3-256\" />\n </li>\n <li>\ndigestMultibase (sha3-384 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha3-384\" />\n </li>\n</ul>\n```\n\n## Options\n\nThe `data-hash-url` option is used to provide the URL for which a\ncryptographic digest should be generated.\n\nThe `data-hash-format` specifies various ways in which the cryptographic digest\ncan be expressed. The supported hash expression formats are: `openssl`, `sri`, and `multihash`. The supported digest algorithms are `sha2-256` (default), `sha2-384`, `sha3-256`, and `sha3-384`. The supported base encodings are `base64url` (default), `base64pad`, `base16`, and `base58btc`.\n\n# Development\n\n```sh\n$ npm i\n$ npm run build # build and watch index.js changes\n$ npm run start # serve this directory\n```\n\n## Creating a Release\n\nNOTE: This release process is not ideal and is planned to be changed/imporved in future.\n\nTo create a new release:\n\n1. Clear out `node_modules/` and `dist/`\n2. `git pull origin main`\n3. `git checkout -b VERSION` (where `VERSION` is something like `3.3.2`)\n4. `npm i`\n5. `npm run build`\n6. Test by running `npm run start` and ensure `index.html` loads without errors.\n7. `git add -f dist/main.js && git commit -a`\n6. `git tag VERSION`\n7. `git push --tags`\n\n**DO NOT merge the branch down to main.** All tagged releases are\n\"headless\" because they contain massive 7MB files.\n"
98483+
"text": "# Verifiable Credentials for ReSpec\n\nThis ReSpec extension enhances the\n[Verifiable Credential](https://www.w3.org/TR/vc-data-model/)\nexamples in your specification.\n\nThe [Verifiable Credentials](https://www.w3.org/TR/vc-data-model/)\nextension to the [ReSpec](https://respec.org/docs/#abstract)\ndocument authoring environment enables authors to express simple\nexamples of [credentials](https://www.w3.org/TR/vc-data-model/#abstract)\nin their specification which are then enhanced by this extension to\nshow the digitally signed forms of the credential. An example of the\noutput of this extension is provided below (this extension adds the\ntabs seen in the image below):\n\n![image](https://github.com/w3c/respec-vc/assets/108611/0c32d83a-fd32-48fa-9c35-6eb2cea20af5)\n\nThis extension can also be used to generate human-readable cryptographic hashes\nof files that are retrievable by a browser environment.\n\n# Usage\n\nTo use this extension, include the following line in your ReSpec file:\n\n```html\n<script class=\"remove\" src=\"https://cdn.jsdelivr.net/gh/w3c/[email protected]/dist/main.js\"></script>\n```\n\nNote that there might be releases later than the one listed above.\nCheck this repository's [tags](https://github.com/digitalbazaar/respec-vc/tags)\nfor all known releases.\n\n# Generate Verifiable Credential Examples\n\nTo use this extension, you must add the `vc` class to your examples.\n\n## Options\n\n### Set Specific Tabs to Display\n\nThe `data-vc-tabs` property can be set to a space-delimited list containing any\nof the following values to customize the tabs displayed:\n\nOn by default:\n* `ecdsa-rdfc-2019` - https://www.w3.org/TR/vc-di-ecdsa/\n* `eddsa-rdfc-2022` - https://www.w3.org/TR/vc-di-eddsa/\n* `ecdsa-sd-2023` - https://www.w3.org/TR/vc-di-ecdsa/\n* `bbs-2023` - https://www.w3.org/TR/vc-di-bbs/\n* `jose` - https://w3c.github.io/vc-jose-cose/#with-jose\n\nOptional:\n* `cbor-ld` - https://json-ld.github.io/cbor-ld-spec/\n* `qr` - https://w3c-ccg.github.io/vc-barcodes/\n* `Ed25519Signature2020` - https://www.w3.org/TR/vc-di-eddsa/#the-ed25519signature2020-suite\n* `sd-jwt` - https://www.w3.org/TR/vc-jose-cose/#with-sd-jwt\n* `cose` - https://www.w3.org/TR/vc-jose-cose/#securing-with-cose\n\n```html\n<pre class=\"example nohighlight vc\" title=\"Usage of the id property\"\n data-vc-tabs=\"bbs-2023 vc-jwt\">\n{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://www.w3.org/2018/credentials/examples/v1\"\n ],\n <span class=\"highlight\">\"id\": \"http://example.edu/credentials/3732\"</span>,\n \"type\": [\"VerifiableCredential\", \"UniversityDegreeCredential\"],\n \"issuer\": \"https://example.edu/issuers/565049\",\n \"issuanceDate\": \"2010-01-01T00:00:00Z\",\n \"credentialSubject\": {\n <span class=\"highlight\">\"id\": \"did:example:ebfeb1f712ebc6f1c276e12ec21\"</span>,\n \"degree\": {\n \"type\": \"BachelorDegree\",\n \"name\": \"Bachelor of Science and Arts\"\n }\n }\n}\n</pre>\n```\n\n### Set Verification Method\n\nThe `data-vc-vm` option can be used to provide a digital proof verification\nmethod (e.g., a URL to a public key):\n\n```html\n<pre class=\"example nohighlight vc\" title=\"Usage of the id property\"\n data-vc-vm=\"https://example.edu/issuers/565049#key-1\">\n{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://www.w3.org/2018/credentials/examples/v1\"\n ],\n <span class=\"highlight\">\"id\": \"http://example.edu/credentials/3732\"</span>,\n \"type\": [\"VerifiableCredential\", \"UniversityDegreeCredential\"],\n \"issuer\": \"https://example.edu/issuers/565049\",\n \"issuanceDate\": \"2010-01-01T00:00:00Z\",\n \"credentialSubject\": {\n <span class=\"highlight\">\"id\": \"did:example:ebfeb1f712ebc6f1c276e12ec21\"</span>,\n \"degree\": {\n \"type\": \"BachelorDegree\",\n \"name\": \"Bachelor of Science and Arts\"\n }\n }\n}\n</pre>\n```\n\n# Generate Binary VCs and QR Codes\n\nIt is possible to use semantic compression to highly compress VCs to \ncompact binary representations as small as 185 bytes. You can do \nso by using the `cbor-ld` option in `data-vc-tabs`. The output\nwill look like the following:\n\n![image](https://github.com/user-attachments/assets/821c6841-f7db-44e4-99d6-132918fc5b1e)\n\nIt is also possible to represent these binary representations using QR Codes.\nYou can show a QR Code encoding of a VC by using the `qr` option in \n`data-vc-tabs`:\n\n![image](https://github.com/user-attachments/assets/19259b8c-c193-486b-a0c3-f13fd0aba1e4)\n\n# Generate Cryptographic Hashes\n\nTo use this extension, you must add the `vc-hash` class to an HTML element\nsuch as a SPAN or DIV tag.\n\n```html\n<p>\nThis section demonstrates the hashing of remote files. Hashes for\n`https://www.w3.org/ns/credentials/v2` are provided below:\n</p>\n\n<ul>\n <li>\nraw (`openssl dgst -sha256`):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"openssl dgst -sha256\" />\n </li>\n <li>\ndigestSRI (sha2-256 base64pad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"sri sha2-256\" />\n </li>\n <li>\ndigestSRI (sha2-384 base64pad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"sri sha2-384\" />\n </li>\n <li>\ndigestMultibase (sha2-256 base16):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-256 base16\" />\n </li>\n <li>\ndigestMultibase (sha2-256 base58btc):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-256 base58btc\" />\n </li>\n <li>\ndigestMultibase (sha2-256 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-256\" />\n </li>\n <li>\ndigestMultibase (sha2-384 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha2-384\" />\n </li>\n <li>\ndigestMultibase (sha3-256 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha3-256\" />\n </li>\n <li>\ndigestMultibase (sha3-384 base64-url-nopad):\n<span class=\"vc-hash\" data-hash-url=\"https://www.w3.org/ns/credentials/v2\"\n data-hash-format=\"multihash sha3-384\" />\n </li>\n</ul>\n```\n\n## Options\n\nThe `data-hash-url` option is used to provide the URL for which a\ncryptographic digest should be generated.\n\nThe `data-hash-format` specifies various ways in which the cryptographic digest\ncan be expressed. The supported hash expression formats are: `openssl`, `sri`, and `multihash`. The supported digest algorithms are `sha2-256` (default), `sha2-384`, `sha3-256`, and `sha3-384`. The supported base encodings are `base64url` (default), `base64pad`, `base16`, and `base58btc`.\n\n# Development\n\n```sh\n$ npm i\n$ npm run build # build and watch index.js changes\n$ npm run start # serve this directory\n```\n\n## Creating a Release\n\nNOTE: This release process is not ideal and is planned to be changed/imporved in future.\n\nTo create a new release:\n\n1. Clear out `node_modules/` and `dist/`\n2. `git pull origin main`\n3. `git checkout -b VERSION` (where `VERSION` is something like `3.3.2`)\n4. `npm i`\n5. `npm run build`\n6. Test by running `npm run start` and ensure `index.html` loads without errors.\n7. `git add -f dist/main.js && git commit -a`\n6. `git tag VERSION`\n7. `git push --tags`\n\n**DO NOT merge the branch down to main.** All tagged releases are\n\"headless\" because they contain massive 7MB files.\n"
9848498484
},
9848598485
"w3c": {
9848698486
"contacts": [

0 commit comments

Comments
 (0)