From 3a6105cc7e604205f6e1a30105259df85def81f8 Mon Sep 17 00:00:00 2001 From: Bastien Date: Wed, 19 Mar 2025 21:28:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20add=20publiccode.yml=20(#77?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit publiccode.yml is a standard for describing Free Software projects, similar to other initiatives such as https://codemeta.github.io. It is particularly suitable for describing projects funded by public administrations. See https://github.com/publiccodeyml/publiccode.yml --- CHANGELOG.md | 2 ++ publiccode.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 publiccode.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 37aed969..77261ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +- 📝(doc) add publiccode.yml + ## [2.5.0] - 2025-03-18 ## Added diff --git a/publiccode.yml b/publiccode.yml new file mode 100644 index 00000000..0a364ae5 --- /dev/null +++ b/publiccode.yml @@ -0,0 +1,27 @@ +publiccodeYmlVersion: "2.4.0" +name: Docs +url: https://github.com/suitenumerique/docs +landingURL: https://github.com/suitenumerique/docs +creationDate: 2023-12-10 +logo: https://raw.githubusercontent.com/suitenumerique/docs/main/docs/assets/docs-logo.png +usedBy: + - Direction interministériel du numérique (DINUM) +fundedBy: + - name: Direction interministériel du numérique (DINUM) + url: https://www.numerique.gouv.fr +roadmap: "https://github.com/orgs/suitenumerique/projects/2/views/1" +softwareType: "standalone/other" +description: + en: + shortDescription: "The open source document editor where your notes can become knowledge through live collaboration" + fr: + shortDescription: "L'éditeur de documents open source où vos notes peuvent devenir des connaissances grâce à la collaboration en direct." +legal: + license: MIT +maintenance: + type: internal + contacts: + - name: "Virgile Deville" + email: "virgile.deville@numerique.gouv.fr" + - name: "samuel.paccoud" + email: "samuel.paccoud@numerique.gouv.fr"