diff --git a/readme_generator/templates/README.md.j2 b/readme_generator/templates/README.md.j2 index d1988c2..e62969b 100644 --- a/readme_generator/templates/README.md.j2 +++ b/readme_generator/templates/README.md.j2 @@ -58,19 +58,18 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in {% for antifeature in antifeatures.values() -%} - **{{ antifeature.title }}**: {{ antifeature.description }} - {% endfor -%} {% endif -%} ## Documentation and resources -{% if upstream.website -%}* Official app website: <{{ upstream.website }}> +{% if upstream.website -%}- Official app website: <{{ upstream.website }}> {% endif -%} -{% if upstream.userdoc -%}* Official user documentation: <{{ upstream.userdoc }}> +{% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}> {% endif -%} -{% if upstream.admindoc -%}* Official admin documentation: <{{ upstream.admindoc }}> +{% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}> {% endif -%} -{% if upstream.code -%}* Upstream app code repository: <{{ upstream.code }}> +{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> {% endif -%} * YunoHost Store: * Report a bug: diff --git a/readme_generator/templates/README_fr.md.j2 b/readme_generator/templates/README_fr.md.j2 index 6fa53b6..2d9f0bd 100644 --- a/readme_generator/templates/README_fr.md.j2 +++ b/readme_generator/templates/README_fr.md.j2 @@ -40,24 +40,23 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po {% endif -%} {% if antifeatures -%} -## :red_circle: Fonctions indésirables +## :red_circle: Anti-fonctionnalités {% for antifeature in antifeatures.values() -%} - **{{ antifeature.title }}**: {{ antifeature.description }} - {% endfor -%} {% endif -%} ## Documentations et ressources -{% if upstream.website -%}* Site officiel de l’app : <{{ upstream.website }}> +{% if upstream.website -%}- Site officiel de l’app : <{{ upstream.website }}> {% endif -%} -{% if upstream.userdoc -%}* Documentation officielle utilisateur : <{{ upstream.userdoc }}> +{% if upstream.userdoc -%}- Documentation officielle utilisateur : <{{ upstream.userdoc }}> {% endif -%} -{% if upstream.admindoc -%}* Documentation officielle de l’admin : <{{ upstream.admindoc }}> +{% if upstream.admindoc -%}- Documentation officielle de l’admin : <{{ upstream.admindoc }}> {% endif -%} -{% if upstream.code -%}* Dépôt de code officiel de l’app : <{{ upstream.code }}> +{% if upstream.code -%}- Dépôt de code officiel de l’app : <{{ upstream.code }}> {% endif -%} * YunoHost Store: * Signaler un bug :