diff --git a/common.js b/common.js index 2374fdb..9d9901a 100644 --- a/common.js +++ b/common.js @@ -1,145 +1,9 @@ /* globals omitTerms, respecConfig, $, require */ /* exported linkCrossReferences, restrictReferences, fixIncludes */ - -var vcwg = { - // Add as the respecConfig localBiblio variable - // Extend or override global respec references - localBiblio: { - "REST": { - title: "Architectural Styles and the Design of Network-based Software Architectures", - date: "2000", - href: "http://www.ics.uci.edu/~fielding/pubs/dissertation/", - authors: [ - "Fielding, Roy Thomas" - ], - publisher: "University of California, Irvine." - }, - "VC-EXTENSION-REGISTRY": { - title: "Verifiable Credentials Extension Registry", - href: "https://w3c-ccg.github.io/vc-extension-registry/", - authors: [ - "Manu Sporny" - ], - status: "CG-DRAFT", - publisher: "Credentials Community Group" - }, - "STRING-META": { - title: "Strings on the Web: Language and Direction Metadata", - href: "https://www.w3.org/TR/string-meta/", - authors: [ - "Addison Phillips", - "Richard Ishida" - ], - status: "WD", - publisher: "Internationalization Working Group" - }, - "LD-PROOFS": { - title: "Linked Data Proofs", - href: "https://w3c-ccg.github.io/ld-proofs/", - authors: [ - "Manu Sporny", - "Dave Longley" - ], - status: "CG-DRAFT", - publisher: "Credentials Community Group" - }, - "LDP-REGISTRY": { - title: "Linked Data Cryptographic Suite Registry", - href: "https://w3c-ccg.github.io/ld-cryptosuite-registry/", - authors: [ - "Manu Sporny", - "Drummond Reed", - "Orie Steele" - ], - status: "CG-DRAFT", - publisher: "Credentials Community Group" - }, - "CL-SIGNATURES": { - title: "A Signature Scheme with Efficient Protocols", - href: "https://www.researchgate.net/publication/220922101_A_Signature_Scheme_with_Efficient_Protocols", - authors: [ - "Jan Camenisch", - "Anna Lysyanskaya" - ], - status: "Peer Reviewed Paper", - publisher: "IBM Research" - }, - // aliases to known references - "HTTP-SIGNATURES": { - aliasOf: "http-signatures" - }, - "MACAROONS": { - title: 'Macaroons', - // TODO: create spec - href: 'http://macaroons.io/', - authors: ['Arnar Birgisson', 'Joe Gibbs Politz', 'Úlfar Erlingsson', - 'Ankur Taly', 'Michael Vrable', 'Mark Lentczner'], - status: 'unofficial', - publisher: 'Credentials Community Group' - }, - 'OPEN-BADGES': { - title: 'Open Badges', - href: 'https://github.com/openbadges/openbadges-specification', - authors: ['Brian Brennan', 'Mike Larsson', 'Chris McAvoy', - 'Nate Otto', 'Kerri Lemoie'], - status: 'BA-DRAFT', - publisher: 'Badge Alliance Standard Working Group' - }, - 'RDF-NORMALIZATION': { - title: 'RDF Dataset Normalization', - href: 'http://json-ld.github.io/normalization/spec/', - authors: ['Dave Longley', 'Manu Sporny'], - status: 'CG-DRAFT', - publisher: 'Credentials W3C Community Group' - }, - 'DEMOGRAPHICS': { - title: 'Simple Demographics Often Identify People Uniquely', - href: 'http://dataprivacylab.org/projects/identifiability/paper1.pdf', - authors: ['Latanya Sweeney'], - publisher: 'Data Privacy Lab' - }, - 'VC-IMP-GUIDE': { - title: 'Verifiable Credentials Implementation Guidelines 1.0', - href: 'https://w3c.github.io/vc-imp-guide/', - authors: ['Andrei Sambra', 'Manu Sporny'], - status: 'ED', - publisher: 'Credentials Community Group' - }, - 'HASHLINK': { - title: 'Cryptographic Hyperlinks', - href: 'https://datatracker.ietf.org/doc/draft-sporny-hashlink/', - authors: ['Manu Sporny'], - status: 'Internet-Draft', - publisher: 'Internet Engineering Task Force (IETF)' - }, - 'IPFS': { - title: 'InterPlanetary File System (IPFS)', - href: 'https://en.wikipedia.org/wiki/InterPlanetary_File_System', - publisher: 'Wikipedia' - }, - 'JSON-SCHEMA-2018': { - title: 'JSON Schema: A Media Type for Describing JSON Documents', - href: 'https://datatracker.ietf.org/doc/draft-handrews-json-schema/', - authors: ['Austin Wright', 'Henry Andrews'], - status: 'Internet-Draft', - publisher: 'Internet Engineering Task Force (IETF)' - }, - 'JSON-LD': { - title: 'JSON-LD 1.1: A JSON-based Serialization for Linked Data', - href: 'https://www.w3.org/TR/json-ld11/', - authors: ['Gregg Kellogg', 'Manu Sporny', 'Dave Longley', 'Markus Lanthaler', 'Pierre-Antoine Champin', 'Niklas Lindström'], - status: 'WD', - publisher: 'W3C JSON-LD 1.1 Working Group' - } - } -}; require(["core/pubsubhub"], (respecEvents) => { "use strict"; - console.log("RESPEC EVENTS", respecEvents); - respecEvents.sub('end-all', (message) => { - console.log("END EVENT", message); // remove data-cite on where the citation is to ourselves. const selfDfns = document.querySelectorAll("dfn[data-cite^='" + respecConfig.shortName.toUpperCase() + "#']"); for (const dfn of selfDfns) { diff --git a/index.html b/index.html index 50f4563..956d939 100644 --- a/index.html +++ b/index.html @@ -1035,8 +1035,7 @@

Assertion

The `assertionMethod` [=verification relationship=] is used to specify how the [=controller=] is expected to express claims, such as for -the purposes of issuing a -verifiable credential. +the purposes of issuing a verifiable credential.

@@ -1051,8 +1050,7 @@

Assertion

This property is useful, for example, during the processing of a -verifiable credential -by a verifier. +verifiable credential by a verifier.