From b7736718a996e9e8a9f318989c3c0a6e2304dc9a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Dec 2020 09:30:55 +0100 Subject: [PATCH] Add README_fr --- README.md | 10 +-------- README_fr.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 9 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 513028b..da127c8 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Matomo is the only analytics platform that gives you full control over your data and more: - -- Free open-source software -- 100% data ownership -- User privacy protection -- User-centric insights -- Customisable and extensible -- Easy to use -- No data limits +Matomo is the leading Free/Libre open analytics platform. It is a full-featured PHP MySQL software program that you download and install on your own webserver. At the end of the five-minute installation process, you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track and access your analytics reports in real-time. **Shipped version:** 4.0.5 diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..3110260 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,58 @@ +# Matomo pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg) +[![Installer Matomo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=matomo) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer Matomo 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 +Matomo est une plateforme d'analyse open source de mesure de statistiques Web. Il s'agit d'un logiciel PHP MySQL complet que vous téléchargez et installez sur votre propre serveur Web. À la fin du processus d'installation de cinq minutes, vous recevrez un code JavaScript. Copiez et collez simplement cette balise sur les sites Web que vous souhaitez suivre et accédez à vos rapports d'analyse en temps réel. + +**Version incluse :** 4.0.5 + +## Captures d'écran + +![](https://img.matomo.org/spai/w_660+q_lossless+ret_img+to_webp/https://static.matomo.org/wp-content/uploads/2019/03/matomo-analytics-dashboard.png) + +## Démo + +* [Démo officielle](https://demo.matomo.org) + +## Configuration + +1. Une fois l'installation terminée, l'application devra terminer le processus d'enregistrement en **visitant le domaine** sur lequel Matomo est installé. +1. Les informations d'identification de la base de données MySQL seront envoyées à **l'email admin**. Remplissez ces détails lors du processus d'inscription. +1. Le support LDAP n'est pas encore implémenté pour cette l'application. + +## Documentation + + * Documentation officielle : https://matomo.org/docs + * Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. + +#### Architectures supportées + +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/matomo/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/matomo/) + +## Liens + + * Signaler un bug : https://github.com/YunoHost-Apps/matomo_ynh/issues + * Site de l'application : https://matomo.org/ + * Dépôt de l'application principale : https://github.com/matomo-org/matomo + * 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/matomo_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug +ou +sudo yunohost app upgrade matomo -u https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug +```