-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add implementation report directory.
- Loading branch information
Showing
1 changed file
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |