forked from FraunhoferISST/DataspaceConnector
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: delete outdated text * chore: update email and organization
- Loading branch information
1 parent
b72efc1
commit cff7d16
Showing
3 changed files
with
3 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,6 @@ This section provides a detailed guide on communication with the IDS Metadata Br | |
|
||
--- | ||
|
||
The IDS Metadata Broker is available at | ||
[https://broker.ids.isst.fraunhofer.de](https://broker.ids.isst.fraunhofer.de). It expects IDS | ||
multipart messages at [https://broker.ids.isst.fraunhofer.de/infrastructure](https://broker.ids.isst.fraunhofer.de/infrastructure). | ||
The GUI can be accessed at [https://broker.ids.isst.fraunhofer.de/browse](https://broker.ids.isst.fraunhofer.de/browse). | ||
To get your IP address unblocked, please contact [us](mailto:[email protected]). | ||
|
||
The [repository](https://github.com/International-Data-Spaces-Association/metadata-broker-open-core) | ||
is open source and can be accessed at GitHub. Further documentation about the IDS Metadata Broker | ||
|
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 |
---|---|---|
|
@@ -62,11 +62,6 @@ A mailing list dealing with DAPS certificates and questions regarding the key ma | |
|
||
## Participant Information System (ParIS) | ||
|
||
The Participant Information System (ParIS) is available at [https://paris.ids.isst.fraunhofer.de](https://paris.ids.isst.fraunhofer.de). | ||
It expects IDS multipart messages at [https://paris.ids.isst.fraunhofer.de/infrastructure](https://paris.ids.isst.fraunhofer.de/infrastructure). | ||
The GUI can be accessed at [https://paris.ids.isst.fraunhofer.de/browse](https://paris.ids.isst.fraunhofer.de/browse). | ||
To get your IP address unblocked, please contact [us](mailto:[email protected]). | ||
|
||
The [repository](https://github.com/International-Data-Spaces-Association/ParIS-open-core) is open | ||
core and can be accessed at GitHub. Further documentation about the ParIS can be seen | ||
[here](https://github.com/International-Data-Spaces-Association/IDS-G/blob/main/Components/IdentityProvider/ParIS/README.md). | ||
|
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 |
---|---|---|
|
@@ -29,12 +29,11 @@ as the latest release. This will look as follows, e.g.: | |
```json | ||
{ | ||
"title": "Dataspace Connector", | ||
"description": "IDS Connector originally developed by the Fraunhofer ISST", | ||
"description": "IDS Connector", | ||
"version": "6.2.0", | ||
"contact": { | ||
"organization": "Fraunhofer Institute for Software and Systems Engineering", | ||
"website": "https://www.dataspace-connector.io/", | ||
"email": "[email protected]" | ||
"organization": "sovity GmbH", | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "Apache License, Version 2.0", | ||
|