mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-07-25 07:25:24 -04:00
split up the files
This commit is contained in:
parent
197403bbe8
commit
b822d5e277
29 changed files with 336 additions and 144 deletions
|
@ -16,16 +16,16 @@ Please send [a message](../index.html#contact), open an issue or submit a pull-r
|
|||
## Contents
|
||||
|
||||
* [Project Danube](#project-danube-)
|
||||
* [XDI](#xdi-)
|
||||
* [XDI Libraries](#xdi-libraries-)
|
||||
* [XDI - Various Integrations](#xdi---various-integrations-)
|
||||
* [XDI Configurations](#xdi-configurations-)
|
||||
* [XDI Examples](#xdi-examples-)
|
||||
* [XDI Plugins](#xdi-plugins-)
|
||||
* [Aeternam](#aeternam-)
|
||||
* [XDI Cloud](#xdi-cloud-)
|
||||
* [XDI Server Deployed Via](#xdi-server-deployed-via-)
|
||||
* [Services](#services-)
|
||||
* [Danube XDI](#danube---xdi-)
|
||||
* [Danube XDI Libraries](#danube---xdi-libraries-)
|
||||
* [Danube XDI - Various Integrations](#danube---xdi---various-integrations-)
|
||||
* [Danube XDI Configurations](#danube---xdi-configurations-)
|
||||
* [Danube XDI Examples](#danube---xdi-examples-)
|
||||
* [Danube XDI Plugins](#danube---xdi-plugins-)
|
||||
* [Danube Aeternam](#danube---aeternam-)
|
||||
* [Danube XDI Cloud](#danube---xdi-cloud-)
|
||||
* [Danube XDI Server Deployed Via](#danube---xdi-server-deployed-via-)
|
||||
* [Danube Services](#danube---services-)
|
||||
* [OASIS XDI TC Technical Committee](#oasis-xdi-tc-technical-committee-)
|
||||
* [Digital Bazaar](#digital-bazaar-)
|
||||
* [DB - Identity](#db---identity-)
|
||||
|
@ -102,7 +102,7 @@ Please send [a message](../index.html#contact), open an issue or submit a pull-r
|
|||
* <a href="https://github.com/projectdanube/blockstack-cli-java" target="_blank">/projectdanube/blockstack-cli-java</a> - Java client for Blockstore
|
||||
|
||||
|
||||
### XDI [**^**](#contents)
|
||||
### Danube - XDI [**^**](#contents)
|
||||
|
||||
>[XDI.org](https://xdi.org) is a non-profit public trust organization whose purpose is to provide public infrastructure for digital identity, security, and privacy using the open standard XDI semantic data interchange protocol developed by the OASIS XDI Technical Committee.
|
||||
* <a href="https://github.com/projectdanube/xdi-tutorial" target="_blank">/projectdanube/xdi-tutorial</a> - XDI Tutorial
|
||||
|
@ -112,14 +112,14 @@ Please send [a message](../index.html#contact), open an issue or submit a pull-r
|
|||
* <a href="https://github.com/projectdanube/xdi2-docker" target="_blank">/projectdanube/xdi2-docker</a> - Dockerfiles for XDI2
|
||||
* <a href="https://github.com/projectdanube/xdi2-connect-buttonbuilder" target="_blank">/projectdanube/xdi2-connect-buttonbuilder</a> - "Button Builder" component for the XDI Connect protocol
|
||||
|
||||
### XDI libraries [**^**](#contents)
|
||||
### Danube - XDI libraries [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/xdi2" target="_blank">/projectdanube/xdi2</a> - XDI2 general purpose library and server
|
||||
* <a href="https://github.com/projectdanube/xdi-js" target="_blank">/projectdanube/xdi-js</a> - XDI client library for JavaScript
|
||||
* <a href="https://github.com/projectdanube/xdi2-connect-core" target="_blank">/projectdanube/xdi2-connect-core</a> - Shared library for the XDI Connect protocol
|
||||
|
||||
|
||||
### XDI - Various Integrations [**^**](#contents)
|
||||
### Danube - XDI - Various Integrations [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/xdi2-bdb" target="_blank">/projectdanube/xdi2-bdb</a> - Support for using BDB as XDI2 backend storage
|
||||
* <a href="https://github.com/projectdanube/xdi2-mongodb" target="_blank">/projectdanube/xdi2-mongodb</a> - Support for using MongoDB as XDI2 backend storage
|
||||
|
@ -130,14 +130,14 @@ Please send [a message](../index.html#contact), open an issue or submit a pull-r
|
|||
* <a href="https://github.com/projectdanube/withsqlite" target="_blank">/projectdanube/withsqlite</a> - A module for a python dict that back ends on an sqlite3 database. It's bit like shelve but with json and sqlite3.
|
||||
- Forked from jvasile/withsqlite
|
||||
|
||||
### XDI Configuration [**^**](#contents)
|
||||
### Danube - XDI Configuration [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/xdi2-selfhosted" target="_blank">/projectdanube/xdi2-selfhosted</a> - A configuration profile of the XDI2 server for self-hosting a single XDI graph.
|
||||
* <a href="https://github.com/projectdanube/xdi2-csp" target="_blank">/projectdanube/xdi2-csp</a> - A configuration profile of the XDI2 server for hosting a dynamic number of XDI graphs.
|
||||
* <a href="https://github.com/projectdanube/xdi2-registry" target="_blank">/projectdanube/xdi2-registry</a> -
|
||||
A configuration profile of the XDI2 server for hosting a registry of XDI names and XDI numbers.
|
||||
|
||||
### XDI Examples [**^**](#contents)
|
||||
### Danube - XDI Examples [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/xdi2-example-messaging" target="_blank">/projectdanube/xdi2-example-messaging</a> - XDI2 Examples: Basic messaging functionality.
|
||||
* <a href="https://github.com/projectdanube/xdi2-example-advanced-server" target="_blank">/projectdanube/xdi2-example-advanced-server</a> - XDI2 Examples: Setting up advanced XDI servers.
|
||||
|
@ -152,7 +152,7 @@ A configuration profile of the XDI2 server for hosting a registry of XDI names a
|
|||
|
||||
|
||||
|
||||
### XDI Plugins [**^**](#contents)
|
||||
### Danube - XDI Plugins [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/xdi2-crypto-secp256k1" target="_blank">/projectdanube/xdi2-crypto-secp256k1</a> - This is an secp256k1 crypto plugin for the XDI2 client and server.
|
||||
* <a href="https://github.com/projectdanube/xdi2-crypto-ec25519" target="_blank">/projectdanube/xdi2-crypto-ec25519</a> - This is an Ed25519 crypto plugin for the XDI2 client and server.
|
||||
|
@ -162,7 +162,7 @@ A configuration profile of the XDI2 server for hosting a registry of XDI names a
|
|||
* <a href="https://github.com/projectdanube/xdi2-connector-cozy" target="_blank">/projectdanube/xdi2-connector-cozy</a> - A connector plugin for CozyCloud
|
||||
* <a href="https://github.com/projectdanube/xdi2-filesys" target="_blank">/projectdanube/xdi2-filesys</a> - Plugin for an XDI2 server to integrate with a local filesystem
|
||||
|
||||
### Aeternam [**^**](#contents)
|
||||
### Danube - Aeternam [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/aeternam-xdi-sncf" target="_blank">/projectdanube/aeternam-xdi-sncf</a> - Aeternam PNR Demo: SNCF
|
||||
* <a href="https://github.com/projectdanube/aeternam-xdi-db" target="_blank">/projectdanube/aeternam-xdi-db</a> - Aeternam PNR Demo: Deutsche Bahn
|
||||
|
@ -171,14 +171,14 @@ A configuration profile of the XDI2 server for hosting a registry of XDI names a
|
|||
* <a href="https://github.com/projectdanube/aeternam-xdi-webshop" target="_blank">/projectdanube/aeternam-xdi-webshop</a> - Aeternam PNR Demo: Webshop
|
||||
* <a href="https://github.com/projectdanube/aeternam-xdi-oebb" target="_blank">/projectdanube/aeternam-xdi-oebb</a> - Aeternam PNR Demo: ÖBB
|
||||
|
||||
### XDI Cloud [**^**](#contents)
|
||||
### Danube - XDI Cloud [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/xdi2-cloudcards" target="_blank">/projectdanube/xdi2-cloudcards</a> - XDI Cloud Card Viewer
|
||||
* <a href="https://github.com/projectdanube/xdi2-messenger" target="_blank">/projectdanube/xdi2-messenger</a> - XDI Cloud Messenger
|
||||
* <a href="https://github.com/projectdanube/xdi2-manager" target="_blank">/projectdanube/xdi2-manager</a> - XDI Cloud Manager
|
||||
* <a href="https://github.com/projectdanube/xdi2-pixel" target="_blank">/projectdanube/xdi2-pixel</a> - Tool to translate a personal cloud policy language (Pixel) to XDI link contracts.
|
||||
|
||||
### XDI Server Deployed Via [**^**](#contents)
|
||||
### Danube - XDI Server Deployed Via [**^**](#contents)
|
||||
|
||||
* <a href="https://github.com/projectdanube/xdi2-server-grizzly" target="_blank">/projectdanube/xdi2-server-grizzly</a> - XDI2 Server deployed via Grizzly
|
||||
* <a href="https://github.com/projectdanube/xdi2-server-mina" target="_blank">/projectdanube/xdi2-server-mina</a> - XDI2 Server deployed via Apache MINA
|
||||
|
@ -186,7 +186,7 @@ A configuration profile of the XDI2 server for hosting a registry of XDI names a
|
|||
* <a href="https://github.com/projectdanube/xdi2-server-undertow" target="_blank">/projectdanube/xdi2-server-undertow</a> - XDI2 Server deployed via Undertow
|
||||
* <a href="https://github.com/projectdanube/xdi2-server-vertx" target="_blank">/projectdanube/xdi2-server-vertx</a> - XDI2 Server deployed via vert.x
|
||||
|
||||
### Sevices [**^**](#contents)
|
||||
### Danube Sevices [**^**](#contents)
|
||||
* <a href="https://github.com/projectdanube/xdi2-connect-service" target="_blank">/projectdanube/xdi2-connect-service</a> - This is a "Connect Service" component for the XDI Browser binding.
|
||||
* <a href="https://github.com/projectdanube/neustar-discovery-service" target="_blank">/projectdanube/neustar-discovery-service</a> - Neustar XDI Discovery Service based on XRI Resolution
|
||||
- Forked from neustarpc/neustar-discovery-service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue