From f816ac7c961ca351d71cc45f8bfb4be1c529e230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= <thorsten.rossner.extern@zendis.de> Date: Mon, 27 Jan 2025 06:29:58 +0000 Subject: [PATCH] fix(publiccode.yml): Update to openDesk Release 1.1.1, streamline quoting and SPDX-Header --- publiccode.yml | 84 ++++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 40 deletions(-) diff --git a/publiccode.yml b/publiccode.yml index 07c7cdd..3bd907b 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -1,29 +1,32 @@ +# SPDX-FileCopyrightText: 2024-2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH +# SPDX-License-Identifier: Apache-2.0 +# # This repository adheres to the publiccode.yml standard by including this # metadata file that makes public software easily discoverable. # More info at https://github.com/italia/publiccode.yml - -publiccodeYmlVersion: '0.4' -applicationSuite: openDesk +--- +publiccodeYmlVersion: "0.4" +applicationSuite: "openDesk" categories: - - email-management - - contact-management - - document-management - - instant-messaging - - knowledge-management - - office - - project-management - - task-management - - time-management - - video-conferencing -name: openDesk + - "email-management" + - "contact-management" + - "document-management" + - "instant-messaging" + - "knowledge-management" + - "office" + - "project-management" + - "task-management" + - "time-management" + - "video-conferencing" +name: "openDesk" platforms: - - web -developmentStatus: stable -softwareVersion: '1.1' -releaseDate: '2024-12-24' -softwareType: standalone/web -url: 'https://gitlab.opencode.de/bmi/opendesk/' -logo: openDesk-logo-rgb-color.svg + - "web" +developmentStatus: "stable" +softwareVersion: "1.1.1" +releaseDate: "2024-12-24" +softwareType: "standalone/web" +url: "https://gitlab.opencode.de/bmi/opendesk/" +logo: "openDesk-logo-rgb-color.svg" maintenance: type: "contract" @@ -34,36 +37,36 @@ maintenance: until: "2026-08-31" contacts: - - name: René Fischer + - name: "René Fischer" email: "opendesk@zendis.de" affiliation: >- Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH legal: - license: Apache-2.0 + license: "Apache-2.0" mainCopyrightOwner: >- 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH intendedAudience: countries: - - de + - "de" scope: - - government - - local-authorities + - "government" + - "local-authorities" localisation: availableLanguages: - - de - - en + - "de" + - "en" localisationReady: true -roadmap: 'https://opendesk.eu/produkt/' +roadmap: "https://opendesk.eu/produkt/" description: de: features: - - Produktivität - - Kollaboration - - Kommunikation - genericName: Kollaboration & Kommunikation + - "Produktivität" + - "Kollaboration" + - "Kommunikation" + genericName: "Kollaboration & Kommunikation" longDescription: > openDesk ist die anpassungsfähige Office- und Kollaborations-Suite, die speziell für Ihre Bedürfnisse in der Öffentlichen Verwaltung entwickelt wurde. @@ -84,15 +87,16 @@ description: shortDescription: > Die anpassungsfähige Office- und Kollaborations-Suite für die Öffentliche Verwaltung. screenshots: - - .opencode/screenshots/01-portal-desktop.png - - .opencode/screenshots/02-dateien-desktop.png - - .opencode/screenshots/03-projekte-desktop.png - - .opencode/screenshots/04-wiki-desktop.png + - ".opencode/screenshots/01-portal-desktop.png" + - ".opencode/screenshots/02-dateien-desktop.png" + - ".opencode/screenshots/03-projekte-desktop.png" + - ".opencode/screenshots/04-wiki-desktop.png" videos: - - .opencode/screenshots/openDesk_Intro.mp4 - documentation: 'https://docs.opendesk.eu/user' + - ".opencode/screenshots/openDesk_Intro.mp4" + documentation: "https://docs.opendesk.eu/user" usedBy: - "Robert Koch Institut" - "Bundesamt für Seeschifffahrt und Hydrographie" - "Föderale IT-Kooperation (FITKO)" - - "ZenDiS" \ No newline at end of file + - "ZenDiS" +... -- GitLab