A metadata standard for public software https://publiccodeyml.readthedocs.io/en/latest/
Go to file
Fabio Bonelli 5c0a409e47
doc: proper SPDX license tag in README.md
2023-09-21 11:00:28 +02:00
.github chore: add CNAME for GitHub Pages when deploying 2022-05-03 12:01:00 +02:00
docs Merge pull request #88 from Animtim/development 2022-05-02 10:24:32 +02:00
governance chore: new label names in procedure-proposing-changes-and-voting.md 2021-12-14 15:37:55 +01:00
.gitignore fix: several typos, RST structure, new schema changes (#31) 2019-02-12 12:56:50 +01:00
AUTHORS.md Update the AUTHORS file 2019-10-01 16:37:26 +02:00
CHANGELOG.rst Explicitly state UTF-8 is the only valid encoding. (#78) 2019-12-13 12:14:09 +01:00
CODEOWNERS chore: move the Standard to docs/standard/ 2021-12-14 10:52:40 +01:00
CONTRIBUTING.md chore: add Governance procedures (#108) 2021-12-13 17:23:09 +01:00
LICENSE Create LICENSE 2018-02-06 16:18:48 +01:00
README.md doc: proper SPDX license tag in README.md 2023-09-21 11:00:28 +02:00
conf.py chore: bump the Standard version to v0.3.0 2022-05-03 10:49:24 +02:00
requirements.txt chore: fix the preview build (#165) 2023-05-23 11:42:39 +02:00
vercel.json chore: make Vercel stop commenting on PRs and commits 2021-12-14 11:10:25 +01:00

README.md

The publiccode.yml Standard

A metadata description standard for public software that is easy to use both for developers and people with less technical background in order to make the software developed by Public Administrations and Public Organisations easily discoverable.

What publiccode.yml is for

Many great software projects are developed by public administrations, however reuse of these projects is very limited. Some of the reasons for low uptake of such projects is a lack of discoverability and that it is hard to find out what project can actually work in the context of a different public administration.

The publiccode.yml file is meant to solve all those problems. It is an easily readable file for civil servants that are trying to figure out whether a project will work for them, and easily readable by computers as well. It contains information such as:

  • the title and description of the project in English and/or other languages;
  • the development status, e.g. concept, development, beta, stable, obsolete;
  • which organisation developed the project;
  • who is caring for the maintenance and when this expires;
  • who to contact for technical or support inquiries;
  • what national and local legal frameworks the project is designed for;
  • what software dependencies the project has.

The publiccode.yml file format should both be able to easily be added to any new project, as well as grow with the project as it expands beyond the original context it was developed in.

Finding projects

Finding projects depends on how the search API is structured for every hosting platform. For example, you can find all publiccode.yml on GitHub files by searching using the frontend or the API.

Versioning

Latest release: GitHub release See all versions

This project follows the Semantic Versioning. For more information see SemVer.org.

Furthermore, the project uses branches and tags in the following way:

  • The main branch contains the improvements coming up in the next version.
  • Release page contains all the released versions of the standard. Releases are tagged with the Standard's version.

Contributing

Feel free to submit Pull Requests and to file Issues.

Licence

Licenced under the CC0-1.0.