diff --git a/README.md b/README.md index c78e5b8..9e9fe3f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # django-fritzconnection for YunoHost -[![Integration level](https://dash.yunohost.org/integration/django-fritzconnection.svg)](https://dash.yunohost.org/appci/app/django-fritzconnection) ![Working status](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/django-fritzconnection.svg)](https://dash.yunohost.org/appci/app/django-fritzconnection) ![Working status](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.maintain.svg) + [![Install django-fritzconnection with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=django-fritzconnection) *[Lire ce readme en français.](./README_fr.md)* @@ -33,12 +34,9 @@ This package for YunoHost used [django-yunohost-integration](https://github.com/ **Shipped version:** 0.2.0~ynh2 - ## Screenshots -![Screenshot of django-fritzconnection](./doc/screenshots/v002_hosts_change_list.png) -![Screenshot of django-fritzconnection](./doc/screenshots/gitkeep) -![Screenshot of django-fritzconnection](./doc/screenshots/v010rc1_group_management.png) +![Screenshot of django-fritzconnection](./doc/screenshots/screenshot.png) ## Disclaimers / important information @@ -173,9 +171,7 @@ Notes: ## Documentation and resources -* Official app website: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index ff3f03d..d7e9e93 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,16 @@ It shall NOT be edited by hand. # django-fritzconnection pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/django-fritzconnection.svg)](https://dash.yunohost.org/appci/app/django-fritzconnection) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/django-fritzconnection.svg)](https://dash.yunohost.org/appci/app/django-fritzconnection) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/django-fritzconnection.maintain.svg) + [![Installer django-fritzconnection avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=django-fritzconnection) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer django-fritzconnection 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 django-fritzconnection 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 +## Vue d’ensemble Web based FritzBox management using Python/Django and the great [fritzconnection](https://github.com/kbr/fritzconnection) library. @@ -31,14 +32,11 @@ Pull requests welcome ;) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) -**Version incluse :** 0.2.0~ynh2 +**Version incluse :** 0.2.0~ynh2 +## Captures d’écran -## Captures d'écran - -![Capture d'écran de django-fritzconnection](./doc/screenshots/v002_hosts_change_list.png) -![Capture d'écran de django-fritzconnection](./doc/screenshots/gitkeep) -![Capture d'écran de django-fritzconnection](./doc/screenshots/v010rc1_group_management.png) +![Capture d’écran de django-fritzconnection](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -173,9 +171,7 @@ Notes: ## Documentations et ressources -* Site officiel de l'app : -* Dépôt de code officiel de l'app : -* Documentation YunoHost pour cette app : +* Dépôt de code officiel de l’app : * Signaler un bug : ## Informations pour les développeurs @@ -190,4 +186,4 @@ ou sudo yunohost app upgrade django-fritzconnection -u https://github.com/YunoHost-Apps/django-fritzconnection_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/doc/screenshots/gitkeep b/doc/screenshots/gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..9a97da8 Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/doc/screenshots/v002_hosts_change_list.png b/doc/screenshots/v002_hosts_change_list.png deleted file mode 100644 index de3a5e4..0000000 Binary files a/doc/screenshots/v002_hosts_change_list.png and /dev/null differ diff --git a/doc/screenshots/v010rc1_group_management.png b/doc/screenshots/v010rc1_group_management.png deleted file mode 100644 index e44450d..0000000 Binary files a/doc/screenshots/v010rc1_group_management.png and /dev/null differ diff --git a/manifest.json b/manifest.json index c3d1d85..702046e 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,6 @@ "url": "https://github.com/YunoHost-Apps/django-fritzconnection_ynh", "upstream": { "license": "GPL-3.0", - "website": "https://github.com/jedie/django-fritzconnection", "code": "https://github.com/jedie/django-fritzconnection" }, "license": "GPL-3.0",