From cd2dd65b32cf625a325540e37ebeea09364dfe15 Mon Sep 17 00:00:00 2001 From: Jim Marino Date: Wed, 23 Oct 2024 08:15:11 +0200 Subject: [PATCH] Remove best practices --- best.practices/README.md | 33 ----------------------- best.practices/bindings.md | 1 - best.practices/examples.md | 1 - best.practices/extensions.md | 3 --- best.practices/implementations.md | 1 - best.practices/related.documents.md | 1 - best.practices/security.considerations.md | 1 - 7 files changed, 41 deletions(-) delete mode 100644 best.practices/README.md delete mode 100644 best.practices/bindings.md delete mode 100644 best.practices/examples.md delete mode 100644 best.practices/extensions.md delete mode 100644 best.practices/implementations.md delete mode 100644 best.practices/related.documents.md delete mode 100644 best.practices/security.considerations.md diff --git a/best.practices/README.md b/best.practices/README.md deleted file mode 100644 index 162f8156..00000000 --- a/best.practices/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Dataspace Protocol Best Practices - - -## Abstract - -This document presents best practices for the usage of the Dataspace Protocol. - -## Status of this document - -The Best Practices are created and published by the International Data Spaces Association and are not considered to be normative. The specification of the Dataspace Protocol itself is normative. As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. - -The key words *MAY*, *MUST*, and *MUST NOT* in this document are to be interpreted as described in [RFC2119](https://www.rfc-editor.org/rfc/rfc2119) and [RFC8174](https://www.rfc-editor.org/rfc/rfc8174) when, and only when, they appear in all capitals, as shown here. - -## Introduction - -The Dataspace Protocol is under development and the working group is active on this draft. We have reviewed and improved the content multiple times. During the process several aspects were discussed, which are not considered to be part of the specification itself, but important to be documented as support for the users of this specification as best practices. The examples in this document are non-normative. - -> Users of this specification are invited to provide feedback such as, but not limited to: -> -> * What information is missing? -> * What information, including examples, would you like to see? -> * What did you like in this document? -> -> Please provide your feedback as Issue in our [GitHub repository](https://github.com/International-Data-Spaces-Association/ids-specification/issues). - -The remainder of the document is structured as follows: - -* [**Related documents:**](./related.documents.md) provides useful resources for understanding the overarching concepts of [Dataspaces](../model/terminology.md#dataspace) and other foundational documents. -* [**Extensions:**](./extensions.md) How to extend the Dataspace Protocol. -* [**Examples:**](./examples.md) Living examples to foster the understanding of the Dataspace Protocol. -* [**How to create Bindings**](./bindings.md) -* [**Known Implementations of the Dataspace Protocol**](./implementations.md) -* [**Security related considerations**](./security.considerations.md) diff --git a/best.practices/bindings.md b/best.practices/bindings.md deleted file mode 100644 index 7875ec1a..00000000 --- a/best.practices/bindings.md +++ /dev/null @@ -1 +0,0 @@ -# How to create bindings diff --git a/best.practices/examples.md b/best.practices/examples.md deleted file mode 100644 index df635b4e..00000000 --- a/best.practices/examples.md +++ /dev/null @@ -1 +0,0 @@ -# Examples diff --git a/best.practices/extensions.md b/best.practices/extensions.md deleted file mode 100644 index 91559897..00000000 --- a/best.practices/extensions.md +++ /dev/null @@ -1,3 +0,0 @@ -# Extending the Dataspace Protocol - -You don't want to this... diff --git a/best.practices/implementations.md b/best.practices/implementations.md deleted file mode 100644 index 6aa24e73..00000000 --- a/best.practices/implementations.md +++ /dev/null @@ -1 +0,0 @@ -# Known implementations diff --git a/best.practices/related.documents.md b/best.practices/related.documents.md deleted file mode 100644 index 3df3f30c..00000000 --- a/best.practices/related.documents.md +++ /dev/null @@ -1 +0,0 @@ -# Related Documents diff --git a/best.practices/security.considerations.md b/best.practices/security.considerations.md deleted file mode 100644 index 778792c2..00000000 --- a/best.practices/security.considerations.md +++ /dev/null @@ -1 +0,0 @@ -# Security related considerations