Created
May 23, 2018 19:03
-
-
Save msporny/934cd1facab12d87a95e3984d83c61b1 to your computer and use it in GitHub Desktop.
A ReSpec Template for W3C CCG Specifications
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>A Template for W3C Credentials Community Group Specifications</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='https://www.w3.org/Tools/respec/respec-w3c-common' 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: "CG-DRAFT", | |
// the specification's short name, as in http://www.w3.org/TR/short-name/ | |
shortName: "ccg-template", | |
// subtitle | |
subtitle: "The template byline", | |
// if you wish the publication date to be other than today, set this | |
// publishDate: "2009-08-06", | |
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date | |
// and its maturity status | |
// previousPublishDate: "1977-03-15", | |
// previousMaturity: "WD", | |
// extend the bibliography entries | |
//localBiblio: ccg.localBiblio, | |
github: "https://github.com/w3c-ccg/ccg-template/", | |
includePermalinks: false, | |
// if there a publicly available Editor's Draft, this is the link | |
edDraftURI: "https://w3c-ccg.github.io/ccg-template/", | |
// if this is a LCWD, uncomment and set the end of its review period | |
// lcEnd: "2009-08-05", | |
// editors, add as many as you like | |
// only "name" is required | |
editors: [ | |
{ name: "Manu Sporny", url: "http://manu.sporny.org/", | |
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/" } | |
], | |
// authors, add as many as you like. | |
// This is optional, uncomment if you have authors as well as editors. | |
// only "name" is required. Same format as editors. | |
authors: [ | |
{ name: "Credentials Community Group", url: "https://w3c-ccg.github.io/", | |
company: "W3C", companyURL: "https://www.w3.org/" } | |
], | |
// name of the WG | |
wg: "Credentials Community Group", | |
// URI of the public WG page | |
wgURI: "https://www.w3.org/community/credentials/", | |
// name (with the @w3c.org) of the public mailing to which comments are due | |
wgPublicList: "public-credentials", | |
// 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: "https://www.w3.org/community/about/agreements/cla/", | |
maxTocLevel: 4, | |
inlineCSS: true | |
}; | |
</script> | |
</head> | |
<body> | |
<section id='abstract'> | |
<p> | |
Abstract TBD. | |
</p> | |
</section> | |
<section id='sotd'> | |
<p> | |
Comments regarding this document are welcome. Please file issues | |
directly on <a href="https://github.com/w3c-ccg/ccg-template/issues/">GitHub</a>, | |
or send them to | |
<a href="mailto:[email protected]">[email protected]</a> | |
(<a href="mailto:[email protected]?subject=subscribe">subscribe</a>, | |
<a href="https://lists.w3.org/Archives/Public/public-credentials/">archives</a>). | |
</p> | |
</section> | |
<section> | |
<h1>Introduction</h1> | |
<p> | |
Introduction goes here... | |
</p> | |
</section> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment