Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/de/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ Key ``logo``
- Example: ``"img/logo.svg"``

This key contains the path to the logo of the software. Logos should be
in vector format; raster formats are only allowed as a fallback. In this
case, they should be transparent PNGs, minimum 1000px of width.
in vector format.
The key value can be the relative path to the file starting from the root of
the repository, or it can be an absolute URL pointing to the logo in raw
version. In both cases, the file must reside inside the same repository where
Expand Down
4 changes: 1 addition & 3 deletions docs/fr/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ Clé ``logo``
- Exemple: ``"img/logo.svg"``

Cette clé contient le chemin du logo du logiciel. Les logos doivent être
dans un format de fichier vectoriel ; les format raster sont uniquement
acceptés en dernier recours. Dans ce cas, il s'agit de fichiers PNG
transparents, d’une largeur minimale de 1000px.
dans un format de fichier vectoriel.
La valeur de la clé peut être le chemin relatif du fichier à partir de la
racine du dépôt ou une URL absolue qui pointe vers la version brute du logo.
Dans les deux cas, le fichier doit être situé dans le même dépôt que le
Expand Down
4 changes: 1 addition & 3 deletions docs/it/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ Questa chiave indica il logo del software. Il valore può essere il percorso
relativo al file a partire dalla root del repository, oppure una URL assoluta
che punta al logo in versione raw. In entrambi i casi, il file deve risiedere
all'interno del medesimo repository che contiene il ``publiccode.yml``. Il logo
dovrebbe essere in formato vettoriale; i formati raster sono solo accettabili
come fallback. In questo caso, dovrebbero essere PNG trasparenti, con una
larghezza minima di 1000px.
dovrebbe essere in formato vettoriale.

Chiave ``monochromeLogo``
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 2 additions & 3 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ Key ``logo``
- Acceptable formats: SVG, SVGZ, PNG
- Example: ``"img/logo.svg"``

This key contains the path to the logo of the software. Logos should be
in vector format; raster formats are only allowed as a fallback. In this
case, they should be transparent PNGs, minimum 1000px of width.
This key contains the path to the logo of the software. Logos SHOULD be
in vector format.
The key value can be the relative path to the file starting from the root of
the repository, or it can be an absolute URL pointing to the logo in raw
version. In both cases, the file must reside inside the same repository where
Expand Down