From ece91113439a792d0913165db7986982af0f5773 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Mar 2024 17:09:15 +0000 Subject: [PATCH 1/6] Auto-update README --- README.md | 12 ++++++------ README_fr.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b36b27c..11580fa 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ Overleaf is an open-source online real-time collaborative LaTeX editor. ## Documentation and resources -* Official app website: -* Official user documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -45,4 +45,4 @@ or sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_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 040cd88..efa9c0e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,11 +27,11 @@ Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open sour ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle utilisateur : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -45,4 +45,4 @@ ou sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_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 2950c06df6a4243cd626ef37d4dd9ec17e54f122 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:36:40 +0100 Subject: [PATCH 2/6] remove autoupdate for now --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ac3128e..8936d35 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,7 +53,6 @@ ram.runtime = "3G" [resources.sources.main] url = "https://github.com/overleaf/overleaf/archive/fdf8ebe001ec91dc3ab5c23b47bbbb03dc03d1bb.tar.gz" sha256 = "802e3c0add7690c211fc039f94e1fceffe83040e7e60b0c340f35703087f1704" - autoupdate.strategy = "latest_github_commit" [resources.system_user] allow_email = true @@ -93,4 +92,4 @@ ram.runtime = "3G" # clsi dependencies "poppler-utils", - ] \ No newline at end of file + ] From 21bcd6b8ef7ccfbbce0b1d3fe496ad1585144473 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:05:50 +0100 Subject: [PATCH 3/6] test with ubuntu --- scripts/_common.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 791c2b3..4c16b21 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -338,7 +338,10 @@ ynh_install_mongo() { mongo_debian_release=buster fi - ynh_install_extra_app_dependencies --repo="deb http://repo.mongodb.org/apt/debian $mongo_debian_release/mongodb-org/$mongo_version main" --package="mongodb-org mongodb-org-server mongodb-org-tools mongodb-mongosh" --key="https://www.mongodb.org/static/pgp/server-$mongo_version.asc" + ynh_install_extra_app_dependencies \ + --repo="deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" \ + --package="mongodb-org mongodb-org-server mongodb-org-tools mongodb-mongosh" \ + --key="https://www.mongodb.org/static/pgp/server-$mongo_version.asc" mongodb_servicename=mongod # Make sure MongoDB is started and enabled From 302230ecee46969fd1aab5c1cdc98cdff80d0600 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:07:42 +0100 Subject: [PATCH 4/6] revert --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4c16b21..859e2ce 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -339,7 +339,7 @@ ynh_install_mongo() { fi ynh_install_extra_app_dependencies \ - --repo="deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" \ + --repo="deb https://repo.mongodb.org/apt/debian $mongo_debian_release/mongodb-org/$mongo_version main" \ --package="mongodb-org mongodb-org-server mongodb-org-tools mongodb-mongosh" \ --key="https://www.mongodb.org/static/pgp/server-$mongo_version.asc" mongodb_servicename=mongod From 2bb9ab93d7c8ae5f5ccdcf57ddb1957f228dc2e2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 14 Mar 2024 19:07:50 +0000 Subject: [PATCH 5/6] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11580fa..3ec5992 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Overleaf is an open-source online real-time collaborative LaTeX editor. - **Shipped version:** 2024.01.26~ynh1 ## Screenshots @@ -39,7 +38,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/overleaf_ynh/tree/testing --debug or sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index efa9c0e..29a182b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,6 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open source. - **Version incluse :** 2024.01.26~ynh1 ## Captures d’écran @@ -39,7 +38,7 @@ 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/overleaf_ynh/tree/testing --debug ou sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug From f70a51d718e2924a839c43fbd87ef729b4122fc6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Mar 2024 07:16:34 +0100 Subject: [PATCH 6/6] Auto-update README --- ALL_README.md | 6 ++++++ README.md | 13 +++++++------ README_fr.md | 29 +++++++++++++++-------------- README_gl.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ README_it.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 124 insertions(+), 20 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 3ec5992..5ca0ed7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,15 +9,16 @@ It shall NOT be edited by hand. [![Install Overleaf with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install Overleaf 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 Overleaf 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 Overleaf is an open-source online real-time collaborative LaTeX editor. + **Shipped version:** 2024.01.26~ynh1 ## Screenshots @@ -34,9 +35,9 @@ Overleaf is an open-source online real-time collaborative LaTeX editor. ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/overleaf_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/overleaf_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 29a182b..15b2c31 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Overleaf pour YunoHost @@ -9,16 +9,17 @@ It shall NOT be edited by hand. [![Installer Overleaf avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Overleaf 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 Overleaf 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 Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open source. -**Version incluse :** 2024.01.26~ynh1 + +**Version incluse :** 2024.01.26~ynh1 ## Captures d’écran @@ -26,17 +27,17 @@ Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open sour ## Documentations et ressources -- Site officiel de l’app : -- Documentation officielle utilisateur : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- 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/overleaf_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/overleaf_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/overleaf_ynh/tree/testing --debug @@ -44,4 +45,4 @@ ou sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_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..0837763 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,48 @@ + + +# Overleaf para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/overleaf.svg)](https://dash.yunohost.org/appci/app/overleaf) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/overleaf.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/overleaf.maintain.svg) + +[![Instalar Overleaf con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar Overleaf 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 + +Overleaf is an open-source online real-time collaborative LaTeX editor. + + +**Versión proporcionada:** 2024.01.26~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de Overleaf](./doc/screenshots/screenshot.png) + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para usuarias: +- 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/overleaf_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug +ou +sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_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..f24b689 --- /dev/null +++ b/README_it.md @@ -0,0 +1,48 @@ + + +# Overleaf per YunoHost + +[![Livello di integrazione](https://dash.yunohost.org/integration/overleaf.svg)](https://dash.yunohost.org/appci/app/overleaf) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/overleaf.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/overleaf.maintain.svg) + +[![Installa Overleaf con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf) + +*[Leggi questo README in altre lingue.](./ALL_README.md)* + +> *Questo pacchetto ti permette di installare Overleaf 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 + +Overleaf is an open-source online real-time collaborative LaTeX editor. + + +**Versione pubblicata:** 2024.01.26~ynh1 + +## Screenshot + +![Screenshot di Overleaf](./doc/screenshots/screenshot.png) + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli utenti: +- 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/overleaf_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/overleaf_ynh/tree/testing --debug +o +sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug +``` + +**Maggiori informazioni riguardo il pacchetto di quest’app:**