Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong date in static note #32

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions NOTE/2024-01-23/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,20 +211,21 @@
"postProcess": [
null
],
"publishISODate": "2024-01-10T00:00:00.000Z",
"generatedSubtitle": "W3C Group Note 10 January 2024"
"publishDate": "2024-01-23",
"publishISODate": "2024-01-23T00:00:00.000Z",
"generatedSubtitle": "W3C Group Note 23 January 2024"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-NOTE"></head>
<body class="h-entry"><div class="head">
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a></p>
<h1 id="title" class="title">VC Specifications Directory</h1> <h2 id="subtitle" class="subtitle">The Verifiable Credential Specifications Directory</h2>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#NOTE">W3C Group Note</a> <time class="dt-published" datetime="2024-01-10">10 January 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#NOTE">W3C Group Note</a> <time class="dt-published" datetime="2024-01-23">23 January 2024</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
<dt>This version:</dt><dd>
<a class="u-url" href="https://www.w3.org/TR/2024/NOTE-vc-specs-dir-20240110/">https://www.w3.org/TR/2024/NOTE-vc-specs-dir-20240110/</a>
<a class="u-url" href="https://www.w3.org/TR/2024/NOTE-vc-specs-dir-20240123/">https://www.w3.org/TR/2024/NOTE-vc-specs-dir-20240123/</a>
</dd>
<dt>Latest published version:</dt><dd>
<a href="https://www.w3.org/TR/vc-specs-dir/">https://www.w3.org/TR/vc-specs-dir/</a>
Expand Down Expand Up @@ -517,7 +518,7 @@ <h1 id="title" class="title">VC Specifications Directory</h1> <h2 id="subtitle"
</tr></thead>
<tbody id="credentialStatus-table">

<tr><td style="vertical-align:top;"><a href="https://imsglobal.org/spec/vcrl/v1p0/">1EdTech Revocation List Status Method</a></td><td>A simple list-based mechanism for publishing and checking the revocation status of a verifiable credential<br>Maintainer: 1EdTech (<a href="mailto:[email protected]">email</a>) (<a href="https://www.1edtech.org/">website</a>)</td></tr><tr><td style="vertical-align:top;"><a href="https://www.w3.org/TR/vc-bitstring-status-list/">Bitstring Status List</a></td><td>A credential status list with herd privacy characteristics.<br>Maintainer: W3C Verifiable Credentials Working Group (<a href="mailto:[email protected]">email</a>) (<a href="https://www.w3.org/groups/wg/vc">website</a>)</td></tr><tr><td style="vertical-align:top;"><a href="https://spherity.github.io/vc-ethr-revocation-registry/">Ethr Revocation 2022</a></td><td>An Ethereum, EIP-5539 compliant and registry-based revocation mechanism for Verifiable Credentials<br>Maintainer: Spherity GmbH (<a href="mailto:[email protected]">email</a>) (<a href="https://www.spherity.com">website</a>)</td></tr></tbody>
<tr><td style="vertical-align:top;"><a href="https://w3c.github.io/vc-bitstring-status-list/">Bitstring Status List v1.0</a></td><td>A credential status list with herd privacy characteristics.<br>Maintainer: W3C Verifiable Credentials Working Group (<a href="mailto:[email protected]">email</a>) (<a href="https://www.w3.org/groups/wg/vc">website</a>)</td></tr><tr><td style="vertical-align:top;"><a href="https://imsglobal.org/spec/vcrl/v1p0/">1EdTech Revocation List Status Method</a></td><td>A simple list-based mechanism for publishing and checking the revocation status of a verifiable credential<br>Maintainer: 1EdTech (<a href="mailto:[email protected]">email</a>) (<a href="https://www.1edtech.org/">website</a>)</td></tr><tr><td style="vertical-align:top;"><a href="https://spherity.github.io/vc-ethr-revocation-registry/">Ethr Revocation 2022</a></td><td>An Ethereum, EIP-5539 compliant and registry-based revocation mechanism for Verifiable Credentials<br>Maintainer: Spherity GmbH (<a href="mailto:[email protected]">email</a>) (<a href="https://www.spherity.com">website</a>)</td></tr></tbody>
</table>

</section>
Expand Down
Loading