publiccodeYmlVersion: "0.4"    # Version des publiccode.yml-Formats 
name: "PROJEKT_NAME"    # Name ihres Projekts
url: "https://gitlab.opencode.de/IHR_PROJEKT"    # URL zu Ihrem Projekt (es muss sich um eine URL zu einem Projekt, nicht zu einer Gruppe handeln)
platforms:    # Unterstützte Plattformen. Mögliche Angaben: web, windows, mac, linux, ios, android
  - linux
  - windows
  - mac
developmentStatus: development    # Entwicklungsstatus (Mögliche Angaben: concept, development, beta, stable, obsolete)
softwareType: "standalone/desktop"    # Typ (Mögliche Angaben: standalone/backend, standalone/desktop, standalone/iot, standalone/mobile, standalone/web, standalone/other, addon, library, configurationFiles)
releaseDate: "2022-01-24"    # Veröffentlichungsdatum ihrer Software
description:
  de:
    shortDescription: # Kurze Beschreibung AUF DEUTSCH (Maximal 150 Zeichen)
    longDescription: # Ausführliche Beschreibung AUF DEUTSCH (zwischen 500 und 10000 Zeichen)
legal:
  license: AGPL-3.0-or-later    # Die Open-Source-Lizenz ihrer Software 
maintenance: # Unterschiede, je nach type, siehe https://yml.publiccode.tools/schema.core.html#section-maintenance
   type: "community"    # Art der Betreuung der Software (Mögliche Angaben: internal, contract, community, none)
   contacts:    # Auflistung von Kontakten, welche ihre Software betreuen
    - name: "name"
      email: "email@adresse.de"
localisation:
  localisationReady: true #auch false möglich
  availableLanguages: # Unterstützte Sprachen (gemäß IETF BCP 47 language tag)
    - de
    - en