From 948a832c14dd00a4ac0d7d875d0e4513d6c6b04b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Mar 2024 02:36:47 +0100 Subject: [PATCH 1/3] Upgrade to v1.7.45 https://github.com/getgrav/grav/releases/tag/1.7.45 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index dfe2b84..645ced3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Grav" description.en = "Modern open source flat-file CMS" description.fr = "CMS moderne basé sur des fichiers plats" -version = "1.7.44~ynh1" +version = "1.7.45~ynh1" maintainers = ["tituspijean"] @@ -63,14 +63,14 @@ ram.runtime = "50M" autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap" [resources.sources.main] - url = "https://github.com/getgrav/grav/releases/download/1.7.44/grav-admin-v1.7.44.zip" - sha256 = "e1ed0746f5c107f2e6d8f2174d8bac25abe07ccf7f8eec1e6d65c4dc63908fa5" + url = "https://github.com/getgrav/grav/releases/download/1.7.45/grav-admin-v1.7.45.zip" + sha256 = "f2dfd984acbfcc00502e5736a3b80870996b644f28d40a98a94b7cdcdb723736" autoupdate.strategy = "latest_github_release" autoupdate.asset = "grav-admin.*.zip" [resources.sources.app-upgrade] - url = "https://github.com/getgrav/grav/releases/download/1.7.44/grav-update-v1.7.44.zip" - sha256 = "d3766001bb3711f7c8530b0d2e8ab26c7de7bca50c1cc81b8f4792a4b926001f" + url = "https://github.com/getgrav/grav/releases/download/1.7.45/grav-update-v1.7.45.zip" + sha256 = "a836dfb311934df2ec16a14e6d7914375d2a5ac61ce012665391efdc4a102392" autoupdate.strategy = "latest_github_release" autoupdate.asset = "grav-update.*.zip" From 4afcba480686467d59f953554d5dfa50a21fe5ca Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Mar 2024 01:36:51 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 19 +++++++++---------- README_fr.md | 21 ++++++++++----------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 76e514c..94bc361 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Grav is a modern open source flat-file CMS. +**Shipped version:** 1.7.45~ynh1 -**Shipped version:** 1.7.44~ynh1 - -**Demo:** https://getgrav.org/downloads/themes +**Demo:** ## Screenshots @@ -29,11 +28,11 @@ Grav is a modern open source flat-file CMS. ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -41,7 +40,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug or sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 319b499..4177f88 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -18,10 +18,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un CMS moderne basé sur des fichiers plats +**Version incluse :** 1.7.45~ynh1 -**Version incluse :** 1.7.44~ynh1 - -**Démo :** https://getgrav.org/downloads/themes +**Démo :** ## Captures d’écran @@ -29,11 +28,11 @@ Un CMS moderne basé sur des fichiers plats ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -41,10 +40,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug ou sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From 507777b503b19fb7259394c707c92e183ca9f591 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 7 Apr 2024 17:26:42 +0000 Subject: [PATCH 3/3] Auto-update READMEs --- ALL_README.md | 6 ++++++ README.md | 13 +++++++------ README_eu.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 31 ++++++++++++++++--------------- README_gl.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 129 insertions(+), 21 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_eu.md create mode 100644 README_gl.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..77b7509 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 94bc361..a0c25eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,15 +9,16 @@ It shall NOT be edited by hand. [![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README in other languages.](./ALL_README.md)* -> *This package allows you to install Grav 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.* +> *This package allows you to install Grav 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.* ## Overview Grav is a modern open source flat-file CMS. + **Shipped version:** 1.7.45~ynh1 **Demo:** @@ -36,9 +37,9 @@ Grav is a modern open source flat-file CMS. ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/grav_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/grav_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..8625baa --- /dev/null +++ b/README_eu.md @@ -0,0 +1,50 @@ + + +# Grav YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg) + +[![Instalatu Grav YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Grav YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Grav is a modern open source flat-file CMS. + + +**Paketatutako bertsioa:** 1.7.45~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![Grav(r)en pantaila-argazkia](./doc/screenshots/grav.jpg) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/grav_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +edo +sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 4177f88..005ef7c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Grav pour YunoHost @@ -9,18 +9,19 @@ It shall NOT be edited by hand. [![Installer Grav avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Grav rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* +> *Ce package vous permet d’installer Grav rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble Un CMS moderne basé sur des fichiers plats -**Version incluse :** 1.7.45~ynh1 -**Démo :** +**Version incluse :** 1.7.45~ynh1 + +**Démo :** ## Captures d’écran @@ -28,17 +29,17 @@ Un CMS moderne basé sur des fichiers plats ## Documentations et ressources -- Site officiel de l’app : -- Documentation officielle de l’admin : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/grav_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/grav_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : ```bash sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug @@ -46,4 +47,4 @@ ou sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..0addb19 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,50 @@ + + +# Grav para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg) + +[![Instalar Grav con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar Grav de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +Grav is a modern open source flat-file CMS. + + +**Versión proporcionada:** 1.7.45~ynh1 + +**Demo:** + +## Capturas de pantalla + +![Captura de pantalla de Grav](./doc/screenshots/grav.jpg) + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para admin: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/grav_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +ou +sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:**