From 6553174e09ef74feadf9b9bfe722fad9d2f1c3ba Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:45:26 +0100 Subject: [PATCH 1/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ab1e24f..edb9d0a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ packaging_format = 2 id = "linkstack" name = "LinkStack" -description.en = "Highly customizable link sharing platform with an intuitive" +description.en = "Highly customizable link sharing platform" description.fr = "Plateforme de partage de lien hautement personnalisable" version = "4.7.7~ynh1" From 44cc1a0665a65377b6f9b72eadc6faef8e2458e7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 24 Mar 2024 12:46:01 +0000 Subject: [PATCH 2/5] Auto-update READMEs --- ALL_README.md | 7 +++++++ README.md | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 ALL_README.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..ecbaeae --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,7 @@ +# All available README files by language + +[Read the README in English](README.md) + + + + diff --git a/README.md b/README.md index 47a21ff..b6f2962 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install LinkStack with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* > *This package allows you to install LinkStack 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.* @@ -22,7 +22,6 @@ With LinkStack, users can easily link to their own custom page and provide their Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users' links is easy. - **Shipped version:** 4.7.7~ynh1 ## Screenshots @@ -31,19 +30,20 @@ Additionally, LinkStack allows other users to register and create their own link ## 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/linkstack_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing), + To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug or sudo yunohost app upgrade linkstack -u https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug From 03d05ff122f9c172d69fc2cee27daae76ff76030 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 May 2024 03:38:21 +0200 Subject: [PATCH 3/5] Upgrade to v4.8.0 https://github.com/LinkStackOrg/LinkStack/releases/tag/v4.8.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index edb9d0a..f12f2db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "LinkStack" description.en = "Highly customizable link sharing platform" description.fr = "Plateforme de partage de lien hautement personnalisable" -version = "4.7.7~ynh1" +version = "4.8.0~ynh1" maintainers = ["Tagada", "wyverine"] @@ -62,8 +62,8 @@ ram.runtime = "50M" # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command - url = "https://github.com/LinkStackOrg/LinkStack/releases/download/v4.7.7/linkstack.zip" - sha256 = "9a897a294f7c4cc87bb7e58f1734612c6dbfcfb1c5a0648ad5aaca941f2ceafc" + url = "https://github.com/LinkStackOrg/LinkStack/releases/download/v4.8.0/linkstack.zip" + sha256 = "face6d1957d5ec728066ee05accaaa354ee39ab6a7fae251bfb0153fab6317e6" # These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py # to auto-update the previous asset urls and sha256sum + manifest version From f729628e5574a1a017cfb7ef4eec97305f52abcc Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 May 2024 01:38:24 +0000 Subject: [PATCH 4/5] Auto-update READMEs --- ALL_README.md | 10 ++++----- README.md | 14 ++++++------- README_eu.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 30 +++++++++++++-------------- README_gl.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 183 insertions(+), 27 deletions(-) create mode 100644 README_eu.md create mode 100644 README_gl.md create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index ecbaeae..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language -[Read the README in English](README.md) - - - - +- [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) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index b6f2962..47f8d5c 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Install LinkStack with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* -> *This package allows you to install LinkStack 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 LinkStack 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 @@ -22,7 +22,8 @@ With LinkStack, users can easily link to their own custom page and provide their Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users' links is easy. -**Shipped version:** 4.7.7~ynh1 + +**Shipped version:** 4.8.0~ynh1 ## Screenshots @@ -38,10 +39,9 @@ Additionally, LinkStack allows other users to register and create their own link ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing), +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/linkstack_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/linkstack_ynh/tree/testing --debug diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..425a089 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,52 @@ + + +# LinkStack YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/linkstack.svg)](https://dash.yunohost.org/appci/app/linkstack) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/linkstack.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/linkstack.maintain.svg) + +[![Instalatu LinkStack YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek LinkStack YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +LinkStack is a unique platform that provides an efficient solution for managing and sharing links online. Our platform offers a website similar to Linktree, which allows users to overcome the limitation of only being able to add one link on social media platforms. + +With LinkStack, users can easily link to their own custom page and provide their followers with access to all the links they need in one convenient location. What sets LinkStack apart from other link management platforms is its flexibility, which allows users to host their links on their own web server or web hosting provider. This provides users with complete control over their online presence and ensures that their links are easily accessible. + +Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users' links is easy. + + +**Paketatutako bertsioa:** 4.8.0~ynh1 + +## Pantaila-argazkiak + +![LinkStack(r)en pantaila-argazkia](./doc/screenshots/preview.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/linkstack_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug +edo +sudo yunohost app upgrade linkstack -u https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index ce0fcee..eb908f0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # LinkStack pour YunoHost @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Installer LinkStack avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer LinkStack 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 LinkStack 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 @@ -23,7 +23,7 @@ Avec LinkStack les utilisateurices peuvent facilement redirriger vers leurs page De plus, LinkStack permet aux autres utilisateurs d'enregistrer et de créer leurs propres liens faisant ainsi de LinkStack pour les organisations cherchant à gérer de nombreux liens. Notre panneau d'administration facile d'accès, gérer liens d'autres utilisateurs est possible. -**Version incluse :** 4.7.7~ynh1 +**Version incluse :** 4.8.0~ynh1 ## Captures d’écran @@ -31,22 +31,22 @@ De plus, LinkStack permet aux autres utilisateurs d'enregistrer et de créer leu ## 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/linkstack_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/linkstack_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/linkstack_ynh/tree/testing --debug ou sudo yunohost app upgrade linkstack -u https://github.com/YunoHost-Apps/linkstack_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..3570d27 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,52 @@ + + +# LinkStack para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/linkstack.svg)](https://dash.yunohost.org/appci/app/linkstack) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/linkstack.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/linkstack.maintain.svg) + +[![Instalar LinkStack con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar LinkStack 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 + +LinkStack is a unique platform that provides an efficient solution for managing and sharing links online. Our platform offers a website similar to Linktree, which allows users to overcome the limitation of only being able to add one link on social media platforms. + +With LinkStack, users can easily link to their own custom page and provide their followers with access to all the links they need in one convenient location. What sets LinkStack apart from other link management platforms is its flexibility, which allows users to host their links on their own web server or web hosting provider. This provides users with complete control over their online presence and ensures that their links are easily accessible. + +Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users' links is easy. + + +**Versión proporcionada:** 4.8.0~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de LinkStack](./doc/screenshots/preview.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/linkstack_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug +ou +sudo yunohost app upgrade linkstack -u https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..1eebe45 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,52 @@ + + +# YunoHost 上的 LinkStack + +[![集成程度](https://dash.yunohost.org/integration/linkstack.svg)](https://dash.yunohost.org/appci/app/linkstack) ![工作状态](https://ci-apps.yunohost.org/ci/badges/linkstack.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/linkstack.maintain.svg) + +[![使用 YunoHost 安装 LinkStack](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 LinkStack。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +LinkStack is a unique platform that provides an efficient solution for managing and sharing links online. Our platform offers a website similar to Linktree, which allows users to overcome the limitation of only being able to add one link on social media platforms. + +With LinkStack, users can easily link to their own custom page and provide their followers with access to all the links they need in one convenient location. What sets LinkStack apart from other link management platforms is its flexibility, which allows users to host their links on their own web server or web hosting provider. This provides users with complete control over their online presence and ensures that their links are easily accessible. + +Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users' links is easy. + + +**分发版本:** 4.8.0~ynh1 + +## 截图 + +![LinkStack 的截图](./doc/screenshots/preview.png) + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug +或 +sudo yunohost app upgrade linkstack -u https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** From ffd5bd0074803c5bcb2300bfed1af5f211edc3b3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 May 2024 07:00:30 +0000 Subject: [PATCH 5/5] Auto-update READMEs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dbc2377..47f8d5c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ It shall NOT be edited by hand. [![Install LinkStack with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack) - *[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install LinkStack quickly and simply on a YunoHost server.*