mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/django-fritzconnection_ynh into testing
This commit is contained in:
commit
a0f6b6aeb2
2 changed files with 13 additions and 15 deletions
|
@ -5,7 +5,7 @@ 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,7 +33,6 @@ 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)
|
||||
|
|
25
README_fr.md
25
README_fr.md
|
@ -5,15 +5,15 @@ 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 +31,13 @@ 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/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)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -173,8 +172,8 @@ Notes:
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://github.com/jedie/django-fritzconnection>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/jedie/django-fritzconnection>
|
||||
* Site officiel de l’app : <https://github.com/jedie/django-fritzconnection>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/jedie/django-fritzconnection>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_django-fritzconnection>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/django-fritzconnection_ynh/issues>
|
||||
|
||||
|
@ -190,4 +189,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 :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue