From 326b1973a8e2aa68e2c5a63fc1701bd94bfff2ce Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 11 Jul 2022 18:34:31 +0000 Subject: [PATCH] Auto-update README --- README.md | 31 ++++++++++++------------------- README_fr.md | 37 +++++++++++++++++-------------------- 2 files changed, 29 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 8948533..6950538 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # django-fmd for YunoHost -[![Integration level](https://dash.yunohost.org/integration/django-fmd.svg)](https://dash.yunohost.org/appci/app/django-fmd) ![](https://ci-apps.yunohost.org/ci/badges/django-fmd.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/django-fmd.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/django-fmd.svg)](https://dash.yunohost.org/appci/app/django-fmd) ![Working status](https://ci-apps.yunohost.org/ci/badges/django-fmd.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/django-fmd.maintain.svg) [![Install django-fmd with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=django-fmd) *[Lire ce readme en français.](./README_fr.md)* @@ -15,10 +15,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Web based FritzBox management using Python/Django and the great [fritzconnection](https://github.com/kbr/fritzconnection) library. - -The basic idea is to block/unblock Internet access to a group of devices as easily as possible. +Find My Device Server implemented in Python using Django. +Usable for the Andorid App [**FindMyDevice**](https://gitlab.com/Nulide/findmydevice/) by [Nnulide](https://nulide.de/): +[Get FindMyDevice on F-Droid](https://f-droid.org/packages/de.nulide.findmydevice/) [![pytest](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/pytest.yml) [![YunoHost apps package linter](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/package_linter.yml/badge.svg)](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/package_linter.yml) [![Coverage Status on codecov.io](https://codecov.io/gh/YunoHost-Apps/django-fmd_ynh/branch/master/graph/badge.svg)](https://codecov.io/gh/YunoHost-Apps/django-fmd_ynh) @@ -31,15 +31,7 @@ Pull requests welcome ;) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) -**Shipped version:** 0.2.0~ynh1 - - - -## Screenshots - -![](./doc/screenshots/v002_hosts_change_list.png) -![](./doc/screenshots/v010rc1_group_management.png) - +**Shipped version:** 0.0.1~ynh1 ## Disclaimers / important information ## Settings and upgrades @@ -173,20 +165,21 @@ Notes: ## Documentation and resources -* Official app website: https://gitlab.com/jedie/django-find-my-device -* Upstream app code repository: https://gitlab.com/jedie/django-find-my-device -* YunoHost documentation for this app: https://yunohost.org/app_django-fmd -* Report a bug: https://github.com/YunoHost-Apps/django-fmd_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/django-fmd_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/django-fmd_ynh/tree/testing --debug or sudo yunohost app upgrade django-fmd -u https://github.com/YunoHost-Apps/django-fmd_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index a766233..1e64c5d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,20 +1,24 @@ + + # django-fmd pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/django-fmd.svg)](https://dash.yunohost.org/appci/app/django-fmd) ![](https://ci-apps.yunohost.org/ci/badges/django-fmd.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/django-fmd.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/django-fmd.svg)](https://dash.yunohost.org/appci/app/django-fmd) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/django-fmd.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/django-fmd.maintain.svg) [![Installer django-fmd avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=django-fmd) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer django-fmd 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.* ## Vue d'ensemble -Web based FritzBox management using Python/Django and the great [fritzconnection](https://github.com/kbr/fritzconnection) library. - -The basic idea is to block/unblock Internet access to a group of devices as easily as possible. +Find My Device Server implemented in Python using Django. +Usable for the Andorid App [**FindMyDevice**](https://gitlab.com/Nulide/findmydevice/) by [Nnulide](https://nulide.de/): +[Get FindMyDevice on F-Droid](https://f-droid.org/packages/de.nulide.findmydevice/) [![pytest](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/pytest.yml) [![YunoHost apps package linter](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/package_linter.yml/badge.svg)](https://github.com/YunoHost-Apps/django-fmd_ynh/actions/workflows/package_linter.yml) [![Coverage Status on codecov.io](https://codecov.io/gh/YunoHost-Apps/django-fmd_ynh/branch/master/graph/badge.svg)](https://codecov.io/gh/YunoHost-Apps/django-fmd_ynh) @@ -27,15 +31,7 @@ Pull requests welcome ;) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) -**Version incluse :** 0.2.0~ynh1 - - - -## Captures d'écran - -![](./doc/screenshots/v002_hosts_change_list.png) -![](./doc/screenshots/v010rc1_group_management.png) - +**Version incluse :** 0.0.1~ynh1 ## Avertissements / informations importantes ## Settings and upgrades @@ -169,20 +165,21 @@ Notes: ## Documentations et ressources -* Site officiel de l'app : https://gitlab.com/jedie/django-find-my-device -* Dépôt de code officiel de l'app : https://gitlab.com/jedie/django-find-my-device -* Documentation YunoHost pour cette app : https://yunohost.org/app_django-fmd -* Signaler un bug : https://github.com/YunoHost-Apps/django-fmd_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/django-fmd_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/django-fmd_ynh/tree/testing --debug ou sudo yunohost app upgrade django-fmd -u https://github.com/YunoHost-Apps/django-fmd_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps +**Plus d'infos sur le packaging d'applications :**