Skip to content
New issue

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

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

Already on GitHub? # to your account

Updated publiccode #72

Merged
merged 3 commits into from
Dec 22, 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
28 changes: 17 additions & 11 deletions publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ publiccodeYmlVersion: '0.1'
name: XxllncZGWBundle
applicationSuite: null
url: https://github.com/CommonGateway/XxllncZGWBundle
landingURL: null
landingURL: https://commongateway.github.io/XxllncZGWBundle
isBasedOn: https://github.com/CommonGateway/PetstoreBundle
softwareVersion: null
logo: https://avatars.githubusercontent.com/u/106860777?v=4
Expand All @@ -18,23 +18,25 @@ softwareType: softwareAddon
description:
en:
localisedName: null
genericName: This bundle contains the necessary logic for converting xxllnc zaaksysteem to ZGW and the other way around.
shortDescription: XxllncZGWBundle
longDescription: The XxllncZGWBundle is a Symfony bundle that provides functionality for the CommonGateway about handling synchronizations between the xxllnc zaaksysteem standard and the ZGW standard. So it fetches and send xxllnc objects from and to their ZGW object equilevants.
documentation: null
genericName: null
shortDescription: "This bundle contains the necessary logic for converting xxllnc zaaksysteem to ZGW and the other way around."
longDescription: "The XxllncZGWBundle is a Symfony bundle that provides functionality for the CommonGateway about handling synchronizations between the xxllnc zaaksysteem standard and the ZGW standard. So it fetches and send xxllnc objects from and to their ZGW object equilevants."
documentation: https://commongateway.github.io/XxllncZGWBundle
apiDocumentation: null
features: []
features:
- Common Ground Gateway Plugin
screenshots: []
videos: []
awards: []
nl:
localisedName: null
genericName: Deze bundle bevat de benodigde logica voor het omzetten van xxllnc zaaksysteem naar ZGW en andersom.
shortDescription: XxllncZGWBundle
longDescription: De XxllncZGWBundle is een Symfony bundle die functionaliteit biedt voor de CommonGateway over het afhandelen van synchronisaties tussen de xxllnc zaaksysteemstandaard en de ZGW-standaard. Het haalt en verzendt dus xxllnc-objecten van en naar hun ZGW-objectequilevanten.
documentation: null
genericName: null
shortDescription: "Deze bundle bevat de benodigde logica voor het omzetten van xxllnc zaaksysteem naar ZGW en andersom."
longDescription: "De XxllncZGWBundle is een Symfony bundle die functionaliteit biedt voor de CommonGateway over het afhandelen van synchronisaties tussen de xxllnc zaaksysteemstandaard en de ZGW-standaard. Het haalt en verzendt dus xxllnc-objecten van en naar hun ZGW-objectequilevanten."
documentation: https://commongateway.github.io/XxllncZGWBundle
apiDocumentation: null
features: []
features:
- Common Ground Gateway Plugin
screenshots: []
videos: []
awards: []
Expand Down Expand Up @@ -79,6 +81,10 @@ dependsOn:
versionMax: 1.3
version: 1.2.47
optional: false
- name: ZGWBundle
versionMin: 1.0
version: 1.0.40
optional: false
roadmap: null
inputTypes:
- application/json
Expand Down
Loading