From 1a26858f76a7ec183dc4a47bfabdfa1db39582e9 Mon Sep 17 00:00:00 2001 From: SanderB <79155146+checkiecheck@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:15:53 +0200 Subject: [PATCH 1/2] Create publicode.yaml for opencatalogi opencatalogi registration --- publicode.yaml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 publicode.yaml diff --git a/publicode.yaml b/publicode.yaml new file mode 100644 index 000000000..bf9dae6e4 --- /dev/null +++ b/publicode.yaml @@ -0,0 +1,58 @@ +publiccodeYmlVersion: "0.2" +name: ZaakBrug +url: "https://github.com/wearefrank/zaakbrug.git" +releaseDate: "2023-09-07" +platforms: + - web + - haven + - kubernetes + - azure + - aws + +categories: + - integration. + - migration + +developmentStatus: stable + +softwareType: "application-development" + +description: + en: + shortDescription: > + Successor of Open-ZaakBrug, an app for Dutch municipalities that supports the transition from "zaak- en documentatieservices" (zds) to "zaakgericht werken" (zgw). + + longDescription: > + This project, ZaakBrug, is meant to be a successor of Open-ZaakBrug. + It leverages the Frank!Framework and its debugger Ladybug. The debugger shows for + each incoming request which steps are executed to process the message. + If there are errors, this information can be used for easy debugging. + ZaakBrug does not only connect zds systems with case register system OpenZaak, + but with any case register system that implements zgw. + + features: + - Statelessness + - Atomicity + - Loose Coupling + - Error Tracking + - Standardized Interface + +legal: + license: European Union Public License 1.2 + +maintenance: + type: "community" + + contacts: + - name: Erwin Beets + +localisation: + localisationReady: true + availableLanguages: + - en +# De Nederlandse uitbreiding op de Common Ground standaard +nl: + countryExtensionVersion: "1.0" + commonground: + - layerType: "interface" + - installationType: "helm" From 9367b503c18449b976ac14e574bcd0ae2ccf0e91 Mon Sep 17 00:00:00 2001 From: SanderB <79155146+checkiecheck@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:18:35 +0200 Subject: [PATCH 2/2] Rename publicode.yaml to publiccode.yaml --- publicode.yaml => publiccode.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename publicode.yaml => publiccode.yaml (100%) diff --git a/publicode.yaml b/publiccode.yaml similarity index 100% rename from publicode.yaml rename to publiccode.yaml