From 6fca6f02bb60ddf052baf67789281b36bb11a126 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Mon, 12 Aug 2024 17:00:54 +0200 Subject: [PATCH] Updated docs --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d8023dd1..77841550 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ The official Peppol Directory (PD; https://directory.peppol.eu), TOOP Directory software (The Once-Only Project; www.toop.eu) and DE4A Directory software (Digital Europe 4 All; www.de4a.eu). - -It is split into the following sub-projects (all require Java 11 or newer): + +This project is part of my Peppol solution stack. See https://github.com/phax/peppol for other components and libraries in that area. + +This project is split into the following sub-projects (all require Java 11 or newer): * `phoss-directory-indexer` - the PD indexer part * `phoss-directory-publisher` - the PD publisher web application * `phoss-directory-client` - a client library to be added to SMP servers to force indexing in the PD @@ -21,17 +23,14 @@ Previous modules: * For the indexing REST API, a client certificate (SMP production) is needed * Test version is available at https://test-directory.peppol.eu * It can only handle participants registered at the SMK - * For the indexing REST API, a client certificate (SMP test) is needed -* A TOOP version is/was available at http://directory.acc.exchange.toop.eu/ + * For the indexing REST API, a client certificate (SMP test) is needed +* A TOOP version was available at http://directory.acc.exchange.toop.eu/ * It can only handle participants registered at the SMK at a specific DNS zone * For the indexing REST API, no client certificate is needed -* A DE4A version is/was available at https://de4a.simplegob.com/directory/ +* A DE4A version was available at https://de4a.simplegob.com/directory/ * It can only handle participants registered at the SML at a specific DNS zone * For the indexing REST API, no client certificate is needed -* A Java library to be used in SMPs to communicate with the PD is available -* [phoss SMP Server](https://github.com/phax/phoss-smp) supports starting with version 4.1.2 the graphical editing of Business Card incl. the necessary `/businesscard` API. - # Building requirements To build the PD software you need at least Java 1.8 and Apache Maven 3.x.