Skip to content

Commit 1959dae

Browse files
authored
docs(standard): logo size and format clarification (#301)
Make the logo requirements clear. Fix #34.
1 parent a0aa147 commit 1959dae

4 files changed

Lines changed: 5 additions & 11 deletions

File tree

docs/de/schema.core.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ Key ``logo``
121121
- Example: ``"img/logo.svg"``
122122

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

docs/fr/schema.core.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ Clé ``logo``
123123
- Exemple: ``"img/logo.svg"``
124124

125125
Cette clé contient le chemin du logo du logiciel. Les logos doivent être
126-
dans un format de fichier vectoriel ; les format raster sont uniquement
127-
acceptés en dernier recours. Dans ce cas, il s'agit de fichiers PNG
128-
transparents, d’une largeur minimale de 1000px.
126+
dans un format de fichier vectoriel.
129127
La valeur de la clé peut être le chemin relatif du fichier à partir de la
130128
racine du dépôt ou une URL absolue qui pointe vers la version brute du logo.
131129
Dans les deux cas, le fichier doit être situé dans le même dépôt que le

docs/it/schema.core.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ Questa chiave indica il logo del software. Il valore può essere il percorso
135135
relativo al file a partire dalla root del repository, oppure una URL assoluta
136136
che punta al logo in versione raw. In entrambi i casi, il file deve risiedere
137137
all'interno del medesimo repository che contiene il ``publiccode.yml``. Il logo
138-
dovrebbe essere in formato vettoriale; i formati raster sono solo accettabili
139-
come fallback. In questo caso, dovrebbero essere PNG trasparenti, con una
140-
larghezza minima di 1000px.
138+
dovrebbe essere in formato vettoriale.
141139

142140
Chiave ``monochromeLogo``
143141
~~~~~~~~~~~~~~~~~~~~~~~~~

docs/standard/schema.core.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ Key ``logo``
123123
- Acceptable formats: SVG, SVGZ, PNG
124124
- Example: ``"img/logo.svg"``
125125

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

0 commit comments

Comments
 (0)