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

updated publiccode #437

Merged
merged 1 commit into from
Feb 21, 2024
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
100 changes: 61 additions & 39 deletions publiccode.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,58 @@
---
publiccodeYmlVersion: "0.3"
name: "OpenCatalogi web-app"
url: "https://github.com/OpenCatalogi/web-app"
landingURL: "https://github.com/OpenCatalogi/web-app"
logo: "https://raw.githubusercontent.com/OpenCatalogi/web-app/development/pwa/src/assets/images/logo_OpenCatalogi.png"

publiccodeYmlVersion: 1.0
url: https://github.com/OpenCatalogi/web-app
platforms:
- web
releaseDate: 2022-10-31
categories:
- application-development
developmentStatus: stable
softwareType: "standalone/web"
softwareVersion: 1.0
developmentStatus: 'stable'
releaseDate: '31/10/2022'
applicationSuite: "opencatalogi"

inputTypes:
- application/json
- application/ld+json
- application/hal+json

outputTypes:
- application/json
- application/ld+json
- application/hal+json

platforms:
- "web"
categories:
- "application-development"

description:
nl:
localisedName: "OpenCatalogi applicatie"
shortDescription: "Front-end applicatie voor de federatieve catalogus"
longDescription: "Een federatieve catalogus ‘OpenCatalogi’, passend in het nieuwe informatielandschap Common Ground. Het concept OpenCatalogi biedt overzicht per gekozen (individuele) gemeente en geaggregeerde informatie van deelnemende gemeenten. Elke deelnemende gemeente installeert de OpenCatalogi software ten behoeve van vulling van het individuele deel. Gemeenten gebruiken de publicatiefunctie van het individuele deel om herbruikbare en uitwisselbare onderdelen te publiceren zodat dit inzichtelijk wordt voor andere deelnemers van OpenCatalogi."
documentation: "https://github.com/OpenCatalogi/api/blob/master/OAS.yaml"
description:
en:
localisedName: "OpenCatalogi application"
shortDescription: "Front-end application for the federative catalogues"
longDescription: "Een federative catalogues ‘OpenCatalogi’, fitting to the new information landscape of Common Ground. The OpenCatalogi concept offers an overview per chosen (individual) municipality and aggregated information from participating municipalities. Each participating municipality installs the OpenCatalogi software for filling the individual part. Municipalities use the publishing function of the individual part to publish reusable and exchangeable parts so that this becomes transparent for other participants of OpenCatalogi."
longDescription: "Een federative catalogues ‘OpenCatalogi’, fitting to the new information landscape of Common Ground. The OpenCatalogi concept offers an overview per chosen (individual) municipality and aggregated information from participating municipalities. Each participating municipality installs the OpenCatalogi software for filling the individual part. Municipalities use the publishing function of the individual part to publish reusable and exchangeable parts so that this becomes transparent for other participants of OpenCatalogi."
documentation: "https://github.com/OpenCatalogi/api/blob/master/OAS.yaml"

dependsOn:
open:
- name: common-gateway
- versionMin: 1.0.0

features:
- Just one feature
nl:
localisedName: "OpenCatalogi applicatie"
shortDescription: "Front-end applicatie voor de federatieve catalogus"
longDescription: "Een federatieve catalogus ‘OpenCatalogi’, passend in het nieuwe informatielandschap Common Ground. Het concept OpenCatalogi biedt overzicht per gekozen (individuele) gemeente en geaggregeerde informatie van deelnemende gemeenten. Elke deelnemende gemeente installeert de OpenCatalogi software ten behoeve van vulling van het individuele deel. Gemeenten gebruiken de publicatiefunctie van het individuele deel om herbruikbare en uitwisselbare onderdelen te publiceren zodat dit inzichtelijk wordt voor andere deelnemers van OpenCatalogi."
documentation: "https://github.com/OpenCatalogi/api/blob/master/OAS.yaml"
features:
- Just one feature
intendedAudience:
countries:
- nl
scope:
- government
- local-authorities
legal:
license: EUPL-1.2
mainCopyrightOwner: legal/authorsFile
repoOwner: OpenCatalogi
maintenance:
type: internal
contractors:
- name: Conduction
until: 2035-01-01
email: [email protected]
website: https://www.conduction.nl
contacts:
- name: Ruben van der Linde
email: [email protected]
phone: 085 303 6840
affiliation: Conduction
- name: Remko Huisman
email: [email protected]
affiliation: Conduction
localisation:
localisationReady: true
availableLanguages:
- en
- nl
nl:
commonground:
layerType: interface
Expand All @@ -54,3 +64,15 @@ nl:
bedrijfsservices:
- Aanvraag advies
- Bedrijfsservice Vergunningverlening
dependsOn:
open:
- name: common-gateway
- versionMin: 1.0.0
inputTypes:
- application/json
- application/ld+json
- application/hal+json
outputTypes:
- application/json
- application/ld+json
- application/hal+json
Loading