-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request eclipse-dataspace-dcp#78 from arnoweiss/main
chore: remove shell scripting, add embedded dsp-reference
- Loading branch information
Showing
6 changed files
with
26 additions
and
42 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
.idea/ | ||
index.html | ||
/*.png |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,33 @@ | |
<head> | ||
<meta charset='utf-8'> | ||
<script src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script> | ||
<script class="remove" src="https://cdn.jsdelivr.net/gh/w3c/[email protected]/dist/main.js"></script> | ||
<script class='remove'> | ||
var respecConfig = { | ||
specStatus: "unofficial", | ||
latestVersion: null, | ||
postProcess: [window.respecMermaid.createFigures], | ||
editors: [{ | ||
name: "Your Name", | ||
url: "https://your-site.com", | ||
company: "My company", | ||
companyURL: "https://your-site.com", | ||
name: "Jim Marino", | ||
url: "https://github.com/jimmarino", | ||
company: "Metaform Systems", | ||
|
||
}], | ||
github: { | ||
branch: "main", | ||
repoURL: "eclipse-dataspace-dcp/decentralized-claims-protocol", | ||
}, | ||
xref: "web-platform", | ||
lint: { "no-unused-dfns": false }, | ||
format: "markdown" | ||
format: "markdown", | ||
localBiblio: { | ||
"dsp-base": { | ||
title: "Dataspace Protocol 2024-1", | ||
href: "https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/", | ||
status: "unofficial", | ||
publisher: "Eclipse Dataspace Working Group", | ||
}, | ||
}, | ||
}; | ||
</script> | ||
<title>Eclipse Decentralized Claims Protocol</title> | ||
|
@@ -50,28 +61,19 @@ <h1 id="title">Eclipse Decentralized Claims Protocol</h1> | |
Discussions or Issues. | ||
</p> | ||
</section> | ||
<section> | ||
|
||
THIS IS THE PLACEHOLDER FOR THE DATASPACE TOPOLOGY | ||
|
||
<section data-include="specifications/tx.dataspace.topology.md" data-include-format="markdown"> | ||
</section> | ||
<section> | ||
|
||
THIS IS THE PLACEHOLDER FOR THE BASE PROTOCOL | ||
|
||
<section data-include="specifications/identity.protocol.base.md" data-include-format="markdown"> | ||
</section> | ||
|
||
<section> | ||
|
||
THIS IS THE PLACEHOLDER FOR THE PRESENTATION PROTOCOL | ||
|
||
<section data-include="specifications/verifiable.presentation.protocol.md" data-include-format="markdown"> | ||
</section> | ||
|
||
<section> | ||
|
||
THIS IS THE PLACEHOLDER FOR THE ISSUANCE PROTOCOL | ||
|
||
<section data-include="specifications/credential.issuance.protocol.md" data-include-format="markdown"> | ||
</section> | ||
|
||
<section id='conformance'></section> | ||
<section id="tof" class="appendix"> | ||
<h1>Notes</h1> | ||
|
This file was deleted.
Oops, something went wrong.
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
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