diff --git a/README.md b/README.md index f7906df..dff8d1a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Open source analytics platform for measuring Web statistics +Matomo is the leading Free/Libre open analytics platform. -**Shipped version:** 4.9.0~ynh1 +Matomo 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. + +Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! + + +**Shipped version:** 4.9.1~ynh1 **Demo:** https://demo.matomo.org diff --git a/README_fr.md b/README_fr.md index cba063d..31cdba8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,9 +11,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Plateforme d'analyse open source de mesure de statistiques Web +Matomo is the leading Free/Libre open analytics platform. -**Version incluse :** 4.9.0~ynh1 +Matomo 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. + +Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! + + +**Version incluse :** 4.9.1~ynh1 **Démo :** https://demo.matomo.org diff --git a/conf/app.src b/conf/app.src index 254045b..1e6a712 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://builds.matomo.org/matomo-4.9.0.tar.gz -SOURCE_SUM=deb05490f45f3219d9e31b547cbc9f6fd0d28040339e708e787f9e56d70889a6 +SOURCE_URL=https://builds.matomo.org/matomo-4.9.1.tar.gz +SOURCE_SUM=2ff734151ce43d050fc2ecf0dcbb845859430c5106b9755c5be3244b8d9d5a54 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..ff369fa --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,5 @@ +Matomo is the leading Free/Libre open analytics platform. + +Matomo 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. + +Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! diff --git a/manifest.json b/manifest.json index 7f135e8..2a0740a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source analytics platform for measuring Web statistics", "fr": "Plateforme d'analyse open source de mesure de statistiques Web" }, - "version": "4.9.0~ynh1", + "version": "4.9.1~ynh1", "url": "https://matomo.org", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/backup b/scripts/backup index 08d4b96..81b0f6d 100755 --- a/scripts/backup +++ b/scripts/backup @@ -69,4 +69,4 @@ ynh_mysql_dump_db --database="$db_name" > db.sql # END OF SCRIPT #================================================= -ynh_print_info --message="Backup script completed for Matomo. (YunoHost will then actually copy those files to the archive)." +ynh_print_info --message="Backup script completed for $app. (YunoHost will then actually copy those files to the archive)." diff --git a/scripts/install b/scripts/install index b116502..6d58158 100755 --- a/scripts/install +++ b/scripts/install @@ -154,4 +154,4 @@ ynh_send_readme_to_admin "$message" # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of Matomo completed" --last +ynh_script_progression --message="Installation of $app completed" --last diff --git a/scripts/remove b/scripts/remove index b78d1d6..f37ed10 100755 --- a/scripts/remove +++ b/scripts/remove @@ -87,4 +87,4 @@ ynh_system_user_delete --username=$app # END OF SCRIPT #================================================= -ynh_script_progression --message="Removal of Matomo completed" --last +ynh_script_progression --message="Removal of $app completed" --last diff --git a/scripts/restore b/scripts/restore index 9a59da7..e5fb27d 100755 --- a/scripts/restore +++ b/scripts/restore @@ -120,4 +120,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Restoration completed for Matomo" --last +ynh_script_progression --message="Restoration completed for $app" --last diff --git a/scripts/upgrade b/scripts/upgrade index 6e1d232..b39aceb 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -168,4 +168,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Upgrade of Matomo completed" --last +ynh_script_progression --message="Upgrade of $app completed" --last