@@ -61,7 +61,7 @@ original software should modify this line, to give themselves the status
6161of a different project.
6262
6363See :ref: `forks-and-variants ` for a complete description of what
64- is a software variant and how to handle forked softwares as a parser or
64+ is a software variant and how to handle forked software as a parser or
6565an author.
6666
6767Key ``landingURL ``
@@ -162,7 +162,7 @@ Key ``inputTypes``
162162
163163A list of Media Types (MIME Types) as mandated in `RFC
1641646838 <https://tools.ietf.org/html/rfc6838> `__ which the application can
165- handle as output .
165+ handle as input .
166166
167167In case the software does not support any input, you can skip this field
168168or use ``application/x.empty ``.
@@ -469,7 +469,7 @@ Key ``description/[lang]/features``
469469This key contains a list of software features, describing what
470470capabilities the software allows to do. The audience for this text
471471should be that of public decision makers who will be commissioning the
472- software. The features should thus not target developers: instead of
472+ software. The features should thus not target developers; instead of
473473listing technical features referring to implementation details, prefer
474474listing user-visible functionalities of the software.
475475
@@ -582,7 +582,7 @@ Key ``legal/authorsFile``
582582- Presence: optional
583583- Example: ``"doc/AUTHORS.txt" ``
584584
585- Some open-source softwares adopt a convention of identify the copyright
585+ Some open-source software adopt a convention of identify the copyright
586586holders through a file that lists all the entities that own the
587587copyright. This is common in projects strongly backed by a community
588588where there are many external contributors and no clear single/main
@@ -606,11 +606,11 @@ Key ``maintenance/type``
606606This key describes how the software is currently maintained.
607607
608608- ``internal `` - means that the software is internally maintained by the
609- repository owner.
609+ repository owner;
610610- ``contract `` - means that there is a commercial
611611 contract that binds an entity to the maintenance of the software;
612612- ``community `` - means that the software is currently maintained by one
613- or more people that donate their time to the project;
613+ or more people that donate their time to the project;
614614- ``none `` - means that the software is not actively maintained.
615615
616616Key ``maintenance/contractors ``
0 commit comments