Skip to content

Commit

Permalink
Add implementation report directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 8, 2024
1 parent 2ca672f commit 791f3bd
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions implementations/1.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html>
<head>
<title>CID Implementation Report v1.0</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<!--
=== NOTA BENE ===
For the three scripts below, if your spec resides on dev.w3 you can check them
out in the same tree and use relative links so that they'll work offline,
-->
<script src='//www.w3.org/Tools/respec/respec-w3c' class='remove'></script>

<script type="text/javascript" class="remove">
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",

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

// subtitle
subtitle: "Implementation reports for Controllable Identifier Documents",

// editors, add as many as you like
// only "name" is required
editors: [{
name: "Manu Sporny", url: "https://www.linkedin.com/in/manusporny/",
company: "Digital Bazaar", companyURL: "http://digitalbazaar.com/",
w3cid: 41758
}],

// extend the bibliography entries
//localBiblio: webpayments.localBiblio,

// name of the WG
group: "vc",

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-vc-wg",

github: "w3c/cid",

// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
//wgPatentURI: "",
maxTocLevel: 3,
postProcess: [],
otherLinks: [{
key: "Related Specifications",
data: [{
value: "Controllable Identifier Document",
href: "https://www.w3.org/TR/cid-1.0/"
}, {
value: "Decentralized Identifiers",
href: "https://www.w3.org/TR/did-core/"
}]
}]
};
</script>
</head>
<body>
<section id='abstract'>
<p>
This document contains the implementation report for the Controllable
Identifiers specification.
</p>
</section>

<section id='sotd'>
</section>

<section class="informative">
<h2>Test Suite Report</h2>

<p class="issue" title="Generate test suite report">
The test suite report will be linked to from this section.
</p>

</section>

</body>
</html>

0 comments on commit 791f3bd

Please sign in to comment.