Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • DirectMairie DirectMairie
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DirectMairieDirectMairie
  • DirectMairieDirectMairie
  • Merge requests
  • !187

Draft: Resolve "Add publiccode.yml file"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Fabrice Gangler requested to merge 124-add-publiccode-yml-file into master Nov 23, 2021
  • Overview 0
  • Commits 4
  • Pipelines 6
  • Changes 1

Closes #124

This MR adds a publiccode.yml file. This publiccode.yml file could be used by aggregators like code.gouv.fr or developers.italia.it to extract some informations associated to this repository.

  • project: https://github.com/publiccodeyml/publiccode.yml
  • documentation: https://docs.italia.it/italia/developers-italia/publiccodeyml-en/en/master/index.html
  • online generator: https://publiccode-editor.developers.italia.it/
  • dedicated search engine for Italy: https://developers.italia.it/en/search
  • example:
    • https://github.com/globaleaks/GlobaLeaks/blob/main/publiccode.yml
    • https://github.com/tdf/libreoffice-metadata/blob/master/publiccode.yml
    • https://gitlab.adullact.net/departements-notaires/departements-notaires-v2/-/blob/master/publiccode.yml
    • https://github.com/betagouv/demarches-simplifiees.fr/blob/main/publiccode.yml
  • Parser (Go) https://github.com/italia/publiccode-parser-go
  • Validator (Go) : https://github.com/italia/publiccode-validator
  • IDE validator (IntelliJ IDEA, VS Code) via https://json.schemastore.org/publiccode.json
  • CI validator: https://github.com/megalinter/megalinter (not tested)

    CI/CD applications can detect all JSON and YAML files and validate them if a matching schema is found on SchemaStore.org

Edited Oct 05, 2022 by Fabrice Gangler
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 124-add-publiccode-yml-file