@@ -24,7 +24,7 @@ Key ``name``
2424
2525- Type: string
2626- Presence: mandatory
27- - Example: “ Medusa”
27+ - Example: `` " Medusa" ``
2828
2929This key contains the name of the software. It contains the (short)
3030public name of the product, which can be localised in the specific
@@ -37,7 +37,7 @@ Key ``applicationSuite``
3737
3838- Type: string
3939- Presence: optional
40- - Example: “ MegaProductivitySuite”
40+ - Example: `` " MegaProductivitySuite" ``
4141
4242This key contains the name of the “suite” to which the software belongs.
4343
@@ -126,7 +126,7 @@ Key ``logo``
126126- Type: string (relative path to file or absolute URL)
127127- Presence: optional
128128- Acceptable formats: SVG, SVGZ, PNG
129- - Example: ``img/logo.svg ``
129+ - Example: ``" img/logo.svg" ``
130130
131131This key contains the path to the logo of the software. Logos should be
132132in vector format; raster formats are only allowed as a fallback. In this
@@ -142,7 +142,7 @@ Key ``monochromeLogo``
142142- Type: string (path to file)
143143- Presence: optional
144144- Acceptable formats: SVG, SVGZ, PNG
145- - Example: ``img/logo-mono.svg ``
145+ - Example: ``" img/logo-mono.svg" ``
146146
147147A monochromatic (black) logo. The logo should be in vector format;
148148raster formats are only allowed as a fallback. In this case, they should
@@ -158,7 +158,7 @@ Key ``inputTypes``
158158- Type: array of enumerated strings
159159- Presence: optional
160160- Values: as per RFC 6838
161- - Example: ``text/plain ``
161+ - Example: ``" text/plain" ``
162162
163163A list of Media Types (MIME Types) as mandated in `RFC
1641646838 <https://tools.ietf.org/html/rfc6838> `__ which the application can
@@ -173,7 +173,7 @@ Key ``outputTypes``
173173- Type: array of enumerated strings
174174- Presence: optional
175175- Values: as per RFC 6838
176- - Example: ``text/plain ``
176+ - Example: ``" text/plain" ``
177177
178178A list of Media Types (MIME Types) as mandated in `RFC
1791796838 <https://tools.ietf.org/html/rfc6838> `__ which the application can
@@ -264,9 +264,9 @@ Key ``softwareType``
264264
265265- Type: enumerated string
266266- Presence: mandatory
267- - Allowed values: ``standalone/mobile ``, ``standalone/iot ``,
268- ``standalone/desktop ``, ``standalone/web ``, ``standalone/backend ``,
269- ``standalone/other ``, ``addon ``, ``library ``, ``configurationFiles ``
267+ - Allowed values: ``" standalone/mobile" ``, ``" standalone/iot" ``,
268+ ``" standalone/desktop" ``, ``" standalone/web" ``, ``" standalone/backend" ``,
269+ ``" standalone/other" ``, ``" addon" ``, ``" library" ``, ``" configurationFiles" ``
270270
271271The keys are:
272272
@@ -360,7 +360,7 @@ Key ``description/[lang]/localisedName``
360360
361361- Type: string
362362- Presence: optional
363- - Example: “ Medusa”
363+ - Example: `` " Medusa" ``
364364
365365This key is an opportunity to localise the name in a specific language.
366366It contains the (short) public name of the product. It should be the
@@ -373,7 +373,7 @@ Key ``description/[lang]/genericName``
373373
374374- Type: string (max 35 chars)
375375- Presence: mandatory
376- - Example: “ Text Editor”
376+ - Example: `` " Text Editor" ``
377377
378378This key is the “Generic name”, which refers to the specific category to
379379which the software belongs. You can usually find the generic name in the
@@ -605,13 +605,13 @@ Key ``maintenance/type``
605605
606606This key describes how the software is currently maintained.
607607
608- - ``" internal" `` - means that the software is internally maintained by the
608+ - ``internal `` - means that the software is internally maintained by the
609609 repository owner.
610- - ``" contract" `` - means that there is a commercial
610+ - ``contract `` - means that there is a commercial
611611 contract that binds an entity to the maintenance of the software;
612- - ``" community" `` - means that the software is currently maintained by one
612+ - ``community `` - means that the software is currently maintained by one
613613 or more people that donate their time to the project;
614- - ``" none" `` - means that the software is not actively maintained.
614+ - ``none `` - means that the software is not actively maintained.
615615
616616Key ``maintenance/contractors ``
617617'''''''''''''''''''''''''''''''
@@ -737,7 +737,7 @@ compatibility matrix.
737737.. code :: yaml
738738
739739 - name : PostgreSQL
740- version : 3.2
740+ version : " 3.2"
741741 optional : yes
742742
743743 This snippet marks an optional dependency on PostgreSQL exactly version
@@ -748,8 +748,8 @@ This snippet marks an optional dependency on PostgreSQL exactly version
748748.. code :: yaml
749749
750750 - name : MySQL
751- versionMin : 1.1
752- versionMax : 1.3
751+ versionMin : " 1.1"
752+ versionMax : " 1.3"
753753
754754 This snippet marks a mandatory dependency on MySQL, allowing any version
755755between 1.1 and 1.3.
0 commit comments