From 4aa063558b58fa8ad743e671f10b91bdb1b2b80c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:11:36 +0100 Subject: [PATCH 1/2] Testing | 0.13 (#93) * Upgrade to v0.13.0 * Auto-update README * Update manifest.toml * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot Co-authored-by: ericgaspar Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bacb109..38a1cce 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Shaarli is a minimalist bookmark manager and link sharing service that you can i - feed other blogs, aggregators, social networks... -**Shipped version:** 0.12.2~ynh2 +**Shipped version:** 0.13.0~ynh1 **Demo:** https://demo.shaarli.org/ diff --git a/README_fr.md b/README_fr.md index a15fb7a..6e457ac 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Shaarli est un gestionnaire de favoris minimaliste et un service de partage de l - alimenter d'autres blogs, agrégateurs, réseaux sociaux... -**Version incluse :** 0.12.2~ynh2 +**Version incluse :** 0.13.0~ynh1 **Démo :** https://demo.shaarli.org/ diff --git a/manifest.toml b/manifest.toml index 72dbf81..a5cc11f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Shaarli" description.en = "Save, sort, synchronize and share web addresses" description.fr = "Sauvegarder, trier, synchroniser et partager des adresses web" -version = "0.12.2~ynh2" +version = "0.13.0~ynh1" maintainers = ["Lapineige"] @@ -27,6 +27,7 @@ sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M" + [install] [install.domain] type = "domain" @@ -56,8 +57,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/shaarli/Shaarli/releases/download/v0.12.2/shaarli-v0.12.2-full.tar.gz" - sha256 = "7c2077b1de493012a77d8e9bd926715f1576f5520eff86a239bc96d2df80fd1d" + url = "https://github.com/shaarli/Shaarli/releases/download/v0.13.0/shaarli-v0.13.0-full.tar.gz" + sha256 = "fa2162736594677b7188344d46e9739f2980dea32a628bde3d778fe113161548" autoupdate.strategy = "latest_github_tag" [resources.system_user] From bd4bf63f2dfbd19f6f2e58f49fd84dff5b46096a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Mar 2024 07:22:35 +0100 Subject: [PATCH 2/2] Auto-update README --- ALL_README.md | 6 +++++ README.md | 24 ++++++++++---------- README_fr.md | 30 ++++++++++++------------- README_gl.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ README_it.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 155 insertions(+), 27 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 38a1cce..2e485bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Install Shaarli with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=shaarli) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install Shaarli 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 Shaarli 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 @@ -33,7 +33,7 @@ Shaarli is a minimalist bookmark manager and link sharing service that you can i **Shipped version:** 0.13.0~ynh1 -**Demo:** https://demo.shaarli.org/ +**Demo:** ## Screenshots @@ -41,18 +41,18 @@ Shaarli is a minimalist bookmark manager and link sharing service that you can i ## Documentation and resources -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- 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/shaarli_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/shaarli_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/shaarli_ynh/tree/testing --debug or sudo yunohost app upgrade shaarli -u https://github.com/YunoHost-Apps/shaarli_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 6e457ac..3890fee 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Shaarli pour YunoHost @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Installer Shaarli avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=shaarli) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Shaarli 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 Shaarli 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 @@ -31,9 +31,9 @@ Shaarli est un gestionnaire de favoris minimaliste et un service de partage de l - alimenter d'autres blogs, agrégateurs, réseaux sociaux... -**Version incluse :** 0.13.0~ynh1 +**Version incluse :** 0.13.0~ynh1 -**Démo :** https://demo.shaarli.org/ +**Démo :** ## Captures d’écran @@ -41,21 +41,21 @@ Shaarli est un gestionnaire de favoris minimaliste et un service de partage de l ## Documentations et ressources -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- 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/shaarli_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/shaarli_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/shaarli_ynh/tree/testing --debug ou sudo yunohost app upgrade shaarli -u https://github.com/YunoHost-Apps/shaarli_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..e0cd666 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,61 @@ + + +# Shaarli para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/shaarli.svg)](https://dash.yunohost.org/appci/app/shaarli) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/shaarli.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/shaarli.maintain.svg) + +[![Instalar Shaarli con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=shaarli) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar Shaarli 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 + +Shaarli is a minimalist bookmark manager and link sharing service that you can install on your own server. It is designed to be personal (single-user), fast and handy. + +### Features + +- share, comment and save interesting links +- bookmark useful/frequent links and share them between computers +- a minimal blog/microblog/writing platform +- a read-it-later/todo list +- a notepad to draft and save articles/posts/ideas +- a knowledge base to keep notes, documentation and code snippets +- a shared clipboard/notepad/pastebin between computers +- playlist manager for online media +- feed other blogs, aggregators, social networks... + + +**Versión proporcionada:** 0.13.0~ynh1 + +**Demo:** + +## Capturas de pantalla + +![Captura de pantalla de Shaarli](./doc/screenshots/27wYsbC.png) + +## Documentación e recursos + +- 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/shaarli_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/shaarli_ynh/tree/testing --debug +ou +sudo yunohost app upgrade shaarli -u https://github.com/YunoHost-Apps/shaarli_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..002069f --- /dev/null +++ b/README_it.md @@ -0,0 +1,61 @@ + + +# Shaarli per YunoHost + +[![Livello di integrazione](https://dash.yunohost.org/integration/shaarli.svg)](https://dash.yunohost.org/appci/app/shaarli) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/shaarli.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/shaarli.maintain.svg) + +[![Installa Shaarli con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=shaarli) + +*[Leggi questo README in altre lingue.](./ALL_README.md)* + +> *Questo pacchetto ti permette di installare Shaarli 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 + +Shaarli is a minimalist bookmark manager and link sharing service that you can install on your own server. It is designed to be personal (single-user), fast and handy. + +### Features + +- share, comment and save interesting links +- bookmark useful/frequent links and share them between computers +- a minimal blog/microblog/writing platform +- a read-it-later/todo list +- a notepad to draft and save articles/posts/ideas +- a knowledge base to keep notes, documentation and code snippets +- a shared clipboard/notepad/pastebin between computers +- playlist manager for online media +- feed other blogs, aggregators, social networks... + + +**Versione pubblicata:** 0.13.0~ynh1 + +**Prova:** + +## Screenshot + +![Screenshot di Shaarli](./doc/screenshots/27wYsbC.png) + +## Documentazione e risorse + +- 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/shaarli_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/shaarli_ynh/tree/testing --debug +o +sudo yunohost app upgrade shaarli -u https://github.com/YunoHost-Apps/shaarli_ynh/tree/testing --debug +``` + +**Maggiori informazioni riguardo il pacchetto di quest’app:**