From b231731b287476dee8dd732e6f7037e7f69e4736 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Mar 2024 03:45:05 +0200 Subject: [PATCH 1/3] Upgrade to v2.1.2 https://github.com/miniflux/v2/releases/tag/2.1.2 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2dad237..b2e4f40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Miniflux" description.en = "Minimalist and opinionated RSS feed reader" description.fr = "Agrégateur de flux RSS minimaliste" -version = "2.1.1~ynh1" +version = "2.1.2~ynh1" maintainers = [] @@ -56,12 +56,12 @@ ram.runtime = "50M" extract = false rename = "miniflux" - arm64.url = "https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-arm64" - arm64.sha256 = "a0296767768142b18d64a201e8f6e5fe95a81f262c5e5a171d8c6faad0cb9976" - amd64.url = "https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-amd64" - amd64.sha256 = "986559c25feac1265342a6182fcfa770975aa73f8978e8fea464533f353845da" - armhf.url = "https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-armv7" - armhf.sha256 = "ffe088854446b8c91a063be176df488e50a33b913256c430690fa333c8a24f83" + arm64.url = "https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-arm64" + arm64.sha256 = "2869054843301c2e06728fab91e2ef566e833ac392e6bc342cd649b421175a12" + amd64.url = "https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-amd64" + amd64.sha256 = "1f3cc267bce5159ebf30cc9241c04ab982cb7f7a471d9bb939dc4e66ef1eac49" + armhf.url = "https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-armv7" + armhf.sha256 = "1d04897e8e8ee6d2e1b3161869d262afde693939e886d1f9a1e1c0aae92fe7ea" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^miniflux-linux-amd64$" autoupdate.asset.arm64 = "^miniflux-linux-arm64$" From 49633634d7400478719d28bb9728bd0f3f0d153f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Mar 2024 01:45:08 +0000 Subject: [PATCH 2/3] Auto-update READMEs --- ALL_README.md | 6 ++++++ README.md | 28 ++++++++++++++-------------- README_fr.md | 30 +++++++++++++++--------------- README_gl.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README_it.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 129 insertions(+), 29 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_gl.md create mode 100644 README_it.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..3d6c579 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) +- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 0f16875..e56af4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,16 +9,16 @@ It shall NOT be edited by hand. [![Install Miniflux with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=miniflux) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install Miniflux 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 Miniflux 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 Minimalist and opinionated RSS feed reader. -**Shipped version:** 2.1.0~ynh1 +**Shipped version:** 2.1.2~ynh1 ## Screenshots @@ -26,22 +26,22 @@ Minimalist and opinionated RSS feed reader. ## 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 -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug or sudo yunohost app upgrade miniflux -u https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index ceeae81..4f10a67 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Miniflux pour YunoHost @@ -9,16 +9,16 @@ It shall NOT be edited by hand. [![Installer Miniflux avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=miniflux) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Miniflux 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 Miniflux 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 Lecteur de flux RSS minimaliste. -**Version incluse :** 2.1.0~ynh1 +**Version incluse :** 2.1.2~ynh1 ## Captures d’écran @@ -26,22 +26,22 @@ Lecteur de flux RSS minimaliste. ## 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/miniflux_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug ou sudo yunohost app upgrade miniflux -u https://github.com/YunoHost-Apps/miniflux_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 :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..655bcae --- /dev/null +++ b/README_gl.md @@ -0,0 +1,47 @@ + + +# Miniflux para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/miniflux.svg)](https://dash.yunohost.org/appci/app/miniflux) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/miniflux.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/miniflux.maintain.svg) + +[![Instalar Miniflux con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=miniflux) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar Miniflux 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 + +Minimalist and opinionated RSS feed reader. + +**Versión proporcionada:** 2.1.2~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de Miniflux](./doc/screenshots/overview.png) + +## 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/miniflux_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug +ou +sudo yunohost app upgrade miniflux -u https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_it.md b/README_it.md new file mode 100644 index 0000000..21ac24f --- /dev/null +++ b/README_it.md @@ -0,0 +1,47 @@ + + +# Miniflux per YunoHost + +[![Livello di integrazione](https://dash.yunohost.org/integration/miniflux.svg)](https://dash.yunohost.org/appci/app/miniflux) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/miniflux.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/miniflux.maintain.svg) + +[![Installa Miniflux con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=miniflux) + +*[Leggi questo README in altre lingue.](./ALL_README.md)* + +> *Questo pacchetto ti permette di installare Miniflux su un server YunoHost in modo semplice e veloce.* +> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.* + +## Panoramica + +Minimalist and opinionated RSS feed reader. + +**Versione pubblicata:** 2.1.2~ynh1 + +## Screenshot + +![Screenshot di Miniflux](./doc/screenshots/overview.png) + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli amministratori: +- Repository upstream del codice dell’app: +- Store di YunoHost: +- Segnala un problema: + +## Informazioni per sviluppatori + +Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing). + +Per provare la branch di `testing`, si prega di procedere in questo modo: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug +o +sudo yunohost app upgrade miniflux -u https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug +``` + +**Maggiori informazioni riguardo il pacchetto di quest’app:** From a629e71b11e5987ce2e4246d084b39456cd22f9e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 2 Apr 2024 21:41:41 +0000 Subject: [PATCH 3/3] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_eu.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 README_eu.md diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +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) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index e56af4c..610d344 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Miniflux with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=miniflux) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Miniflux 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_eu.md b/README_eu.md new file mode 100644 index 0000000..79e4a60 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,47 @@ + + +# Miniflux YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/miniflux.svg)](https://dash.yunohost.org/appci/app/miniflux) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/miniflux.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/miniflux.maintain.svg) + +[![Instalatu Miniflux YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=miniflux) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Miniflux YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Minimalist and opinionated RSS feed reader. + +**Paketatutako bertsioa:** 2.1.2~ynh1 + +## Pantaila-argazkiak + +![Miniflux(r)en pantaila-argazkia](./doc/screenshots/overview.png) + +## 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/miniflux_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug +edo +sudo yunohost app upgrade miniflux -u https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:**