From d83c33b8070639dd58587189ee5bec35f24bcaa2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 27 May 2022 12:36:34 +0000 Subject: [PATCH 1/3] Auto-update README --- README.md | 17 +++++++++-------- README_fr.md | 23 ++++++++++++++--------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 928a26b..00aed83 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Jackett for YunoHost -[![Integration level](https://dash.yunohost.org/integration/jackett.svg)](https://dash.yunohost.org/appci/app/jackett) ![](https://ci-apps.yunohost.org/ci/badges/jackett.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/jackett.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/jackett.svg)](https://dash.yunohost.org/appci/app/jackett) ![Working status](https://ci-apps.yunohost.org/ci/badges/jackett.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/jackett.maintain.svg) [![Install Jackett with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jackett) *[Lire ce readme en français.](./README_fr.md)* @@ -23,7 +23,7 @@ API support for your favorite torrent trackers ## Screenshots -![](./doc/screenshots/demo.png) +![Screenshot of Jackett](./doc/screenshots/demo.png) ## Disclaimers / important information @@ -31,20 +31,21 @@ API support for your favorite torrent trackers * No LDAP Support ## Documentation and resources -* Official app website: https://github.com/Jackett/Jackett -* Upstream app code repository: https://github.com/Jackett/Jackett -* YunoHost documentation for this app: https://yunohost.org/app_jackett -* Report a bug: https://github.com/YunoHost-Apps/jackett_ynh/issues +* Official app website: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jackett_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug or sudo yunohost app upgrade jackett -u https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 856441b..b2ff604 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # Jackett pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/jackett.svg)](https://dash.yunohost.org/appci/app/jackett) ![](https://ci-apps.yunohost.org/ci/badges/jackett.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/jackett.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/jackett.svg)](https://dash.yunohost.org/appci/app/jackett) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/jackett.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/jackett.maintain.svg) [![Installer Jackett avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jackett) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer Jackett 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.* @@ -19,7 +23,7 @@ API pour vos trackers torrent préférés ## Captures d'écran -![](./doc/screenshots/demo.png) +![Capture d'écran de Jackett](./doc/screenshots/demo.png) ## Avertissements / informations importantes @@ -27,20 +31,21 @@ API pour vos trackers torrent préférés * No LDAP Support ## Documentations et ressources -* Site officiel de l'app : https://github.com/Jackett/Jackett -* Dépôt de code officiel de l'app : https://github.com/Jackett/Jackett -* Documentation YunoHost pour cette app : https://yunohost.org/app_jackett -* Signaler un bug : https://github.com/YunoHost-Apps/jackett_ynh/issues +* Site officiel de l'app : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jackett_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug ou sudo yunohost app upgrade jackett -u https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** From 6f870e39d7798beb15822887c1fde4e4d1651130 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 19 Dec 2022 00:41:49 +0100 Subject: [PATCH 2/3] fix manifest: demo and website are just pointing to the code repo, not actual website/demo ... --- manifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8746673..7d1c253 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,6 @@ "url": "https://github.com/Jackett/Jackett", "upstream": { "license": "GPL-2.0", - "website": "https://github.com/Jackett/Jackett", - "demo": "https://github.com/Jackett/Jackett", "code": "https://github.com/Jackett/Jackett" }, "license": "GPL-2.0", From eac87e0a202442121f7c0bfdc33a601e282ad797 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 18 Dec 2022 23:41:51 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 3 --- README_fr.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 00aed83..b705225 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ API support for your favorite torrent trackers **Shipped version:** 0.20.53~ynh1 -**Demo:** https://github.com/Jackett/Jackett - ## Screenshots ![Screenshot of Jackett](./doc/screenshots/demo.png) @@ -31,7 +29,6 @@ API support for your favorite torrent trackers * No LDAP Support ## Documentation and resources -* Official app website: * Upstream app code repository: * YunoHost documentation for this app: * Report a bug: diff --git a/README_fr.md b/README_fr.md index b2ff604..f141bff 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,8 +19,6 @@ API pour vos trackers torrent préférés **Version incluse :** 0.20.53~ynh1 -**Démo :** https://github.com/Jackett/Jackett - ## Captures d'écran ![Capture d'écran de Jackett](./doc/screenshots/demo.png) @@ -31,7 +29,6 @@ API pour vos trackers torrent préférés * No LDAP Support ## Documentations et ressources -* Site officiel de l'app : * Dépôt de code officiel de l'app : * Documentation YunoHost pour cette app : * Signaler un bug :