Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<meta http-equiv="refresh"
content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC4"/>
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC4"/>
content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1"/>
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1"/>
</head>
<body>
<h4>
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC4">here</a>
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1">here</a>
</h4>
</body>
</html>
18 changes: 7 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script class='remove'>
var respecConfig = {
specStatus: "unofficial",
latestVersion: "https://docs.internationaldataspaces.org/ids-knowledgebase/dataspace-protocol",
latestVersion: "https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1",
editors: [{
name: "Sebastian Steinbuss",
url: "https://github.com/ssteinbuss",
Expand Down Expand Up @@ -47,7 +47,7 @@
{
name: "Arno Weiß",
url: "https://github.com/arnoweiss",
company: "SAP SE"
company: "SAP"
},
],
github: {
Expand All @@ -60,13 +60,13 @@
maxTocLevel: 3,
};
</script>
<title>Dataspace Protocol Release 2025-1-RC5</title>
<title>Dataspace Protocol NEXT</title>
</head>
<body>
<p class="copyright">
This document is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0.html">The Apache License, Version 2.0</a>.
</p>
<h1 id="title">Dataspace Protocol 2025-1-RC5</h1>
<h1 id="title">Dataspace Protocol NEXT</h1>
<section id='abstract'>
<p>
The Dataspace Protocol is a specification designed to facilitate interoperable data sharing between
Expand All @@ -78,25 +78,21 @@ <h1 id="title">Dataspace Protocol 2025-1-RC5</h1>
<section id='sotd' class="override">
<h2>Status of this document</h2>
<p>
With <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/">2025-1</a> released, further releases of the DSP are currently not planned.

This version (2025-1) of the Dataspace Protocol specification is a release of the specification and considered to be
stable. Further changes shall not affect conformity. All changes made to the specification can be reviewed in
the GitHub repositories - up to and including `2024-1` under the governance of the <a href="https://github.com/International-Data-Spaces-Association/ids-specification">International Data Spaces Association</a>
and with the <a href="https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol">Eclipse Dataspace Working Group</a> ever since.
</p>
</section>

<section class="notoc" data-include="specifications/common/foreword.md" data-include-format="markdown">
</section>

<section class="notoc" data-include="specifications/common/introduction.md" data-include-format="markdown">
<section data-include="specifications/common/introduction.md" data-include-format="markdown">
</section>

<section data-include="specifications/common/scope.md" data-include-format="markdown">
</section>

<section data-include="specifications/common/normative.references.md" data-include-format="markdown">
</section>

<section data-include="specifications/common/terminology.md" data-include-format="markdown">
</section>

Expand Down
29 changes: 0 additions & 29 deletions specifications/common/foreword.md

This file was deleted.

7 changes: 0 additions & 7 deletions specifications/common/normative.references.md

This file was deleted.

Loading