diff --git a/pages/VerifiableCredentials/Overview.md b/pages/VerifiableCredentials/Overview.md index 7c274b64..fe148430 100644 --- a/pages/VerifiableCredentials/Overview.md +++ b/pages/VerifiableCredentials/Overview.md @@ -1,7 +1,7 @@ # Verifiable Credentials Specification __Version pre-1.3.0__ -[Attribute Sets](../DSNP/AttributeSets.md), [Attestation](../../ActivityContent/Associated/Attachments.md#attestation) attachments, and [Interaction](../ActivityContent/Associated/Attachments.md#interaction) attachents shared via DSNP reference data documents containing Verifiable Credentials and related objects. +[Attribute Sets](../DSNP/AttributeSets.md) and [Attestation](../../ActivityContent/Associated/Attachments.md#attestation) attachments shared via DSNP reference data documents containing Verifiable Credentials and related objects. For DSNP purposes, certain restrictions and extensions are applied to the base World Wide Web Consortium (W3C) specification documents noted below. When there are DSNP extensions, they are guaranteed to use non-colliding terms. @@ -63,7 +63,7 @@ See the individual pages for details of restrictions to and extensions on each t ## Additional Fields -DSNP application developers may choose to support more of the relevant JSON-LD vocabularies from the specifications above as long as doing so does not conflict with this specification, but should note that other conformant applications may not recognize those additions. +DSNP application developers may choose to support more of the relevant JSON-LD vocabularies from the specifications above as long as doing so does not conflict with this specification, but should note that other conforming applications may not recognize those additions. Implementers who extend their support for Verifiable Credentials objects beyond the subset defined here do so at their own risk. ## Verifiable Presentations diff --git a/pages/index.md b/pages/index.md index 2b5089a3..276d24df 100644 --- a/pages/index.md +++ b/pages/index.md @@ -7,21 +7,27 @@ Here you can find the detailed specification documentation for DSNP, official DS Free communication among users on the Internet faces a variety of problems in the modern day. These challenges include censorship by state and corporate actors, the amplification of misinformation through viral content, and an ever-shrinking collection of near monopolies with absolute power over social interaction in the twenty-first century. -Through the DSNP, we hope to mitigate and ideally solve these challenges in the way social interaction operates online. +Through DSNP, we hope to mitigate and ideally solve these challenges in the way social interaction operates online. ## How to Read This Specification There are three core specifications and one system specification currently. +Each specification is divided into several modules. +Each module describes a mostly self-contained aspect of the specification. + +### Core Specifications | Name | Version | Description | | --- | --- | --- | | [DSNP](DSNP/Overview.md) | pre-1.3.0 | The system-agnostic DSNP specification | | [Activity Content](ActivityContent/Overview.md) | pre-1.3.0 | A specification for DSNP-referenced content (subset of W3C Activity Streams) | | [Verifiable Credentials](VerifiableCredentials/Overview.md) | pre-1.3.0 | Use of W3C Verifiable Credentials and DIDs with DSNP | -| [DSNP Over Frequency](Frequency/Overview.md) | - | DSNP Over Frequency specification | -Each specification is divided into several modules. -Each module describes a mostly self-contained aspect of the specification. +### System Specifications + +| Consensus System | DSNP System Specification | +| --- | --- | +| [Frequency](https://frequency.xyz) | [DSNP Over Frequency](Frequency/Overview.md) | ## Versioning @@ -34,4 +40,4 @@ All interactions must follow the [Code of Conduct](https://github.com/LibertyDSN ## Learning More -In addition to this document, more resources regarding the project can be found at [DSNP.org](https://www.dsnp.org), including the blog, forum, code repository, and SDK. +In addition to this document, more resources regarding the project can be found at [DSNP.org](https://www.dsnp.org), including the blog, forum, code repositories, and other supporting software libraries and examples.