Conversation
`supports` and `organisation` now cover compliance with national regulations and integration with national platforms, which is all the only Country specific section (the Italian one) did.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@yaml-9000 minor |
|
Thanks for your contribution 🙏 This is now marked as a Example of minor changes are additions of new keys or making keys optional. The next eligible voting round will take place on May 30, 2026 cc @publiccodeyml/steering-committee 📄 Voting procedure | 📄 Working Group Charter | 🤖 bot commands |
|
@yaml-9000 vote-start |
|
Voting is now open on this proposal! If you are a member of the Steering Committee you can now vote! The polls will stay open for 14 days, until Sat, 13 Jun 2026 04:33:26 GMT. Leave a 👍 (thumbs up) on this comment to accept the proposal or a 👎 (thumbs down) to reject it. cc @publiccodeyml/steering-committee 📄 Voting procedure | 📄 Working Group Charter | 🤖 bot commands |
publiccode.yml has no generic way to say which standards, regulations or national platforms a software supports. Today the only place for it is a country section, so anything that isn't Italian has nowhere to go, and the Italian one hardcodes a fixed set of booleans (
piattaforme/*,conforme/*).This adds a generic
supports key.Each entry is id: alias: resolved through a documented list of aliases, or a plain URI.
Everything the Italian section did is now expressible generically, so the whole Italian section and the country specific sections mechanism are deprecated.
See #242.
See #304.