Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add publiccode for opencatalogi #163

Merged
merged 3 commits into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions publiccode.yaml
Original file line number Diff line number Diff line change
@@ -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"
Loading