From 1c988939be181ffb00cdacc3ec24ae143507c2b5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Dec 2020 08:56:58 +0100 Subject: [PATCH] Add README_fr --- README.md | 4 +++- README_fr.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ manifest.json | 2 +- 3 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 0e67939..ef7c7e6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# Hextris app for YunoHost +# Hextris for YunoHost [![Integration level](https://dash.yunohost.org/integration/hextris.svg)](https://dash.yunohost.org/appci/app/hextris) ![](https://ci-apps.yunohost.org/ci/badges/hextris.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hextris.maintain.svg) [![Install Hextris with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hextris) +*[Lire ce readme en français.](./README_fr.md)* + > *This package allows you to install Hextris quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..a5fde97 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,48 @@ +# Hextris for YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/hextris.svg)](https://dash.yunohost.org/appci/app/hextris) ![](https://ci-apps.yunohost.org/ci/badges/hextris.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hextris.maintain.svg) +[![Installer Hextris avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hextris) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer Hextris rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* + +## Vue d'ensemble +Un puzzle addictif inspiré de Tetris. + +**Version incluse :** 2020-05-05 + +## Captures d'écran + +![](https://raw.githubusercontent.com/YunoHost-Apps/hextris_ynh/master/screenshot.jpg) + +## Démo + +* [Démo officielle](http://hextris.io/) +* [Démo YunoHost](https://demo.yunohost.org/hextris/) + +#### Architectures supportées + +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/hextris%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/hextris/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/hextris%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/hextris/) + +## Liens + + * Signaler un bug : https://github.com/YunoHost-Apps/hextris_ynh/issues + * Site de l'application : http://hextris.github.io/ + * Dépôt de l'application principale : https://github.com/Hextris/Hextris + * Site web YunoHost : https://yunohost.org/ + +--- + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/hextris_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/hextris_ynh/tree/testing --debug +ou +sudo yunohost app upgrade hextris -u https://github.com/YunoHost-Apps/hextris_ynh/tree/testing --debug +``` diff --git a/manifest.json b/manifest.json index a8720c1..842e874 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A fast paced puzzle game.", "fr": "Un jeu de puzzle très rapide" }, - "version": "2020-05-05~ynh1", + "version": "2020-05-05~ynh2", "url": "http://hextris.github.io/", "license": "GPL-3.0", "maintainer": {