mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
Auto-update README
This commit is contained in:
parent
5858e7534c
commit
3551292a34
2 changed files with 15 additions and 15 deletions
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
||||||
# Minchat for YunoHost
|
# Minchat for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/minchat.svg)](https://dash.yunohost.org/appci/app/minchat) ![Working status](https://ci-apps.yunohost.org/ci/badges/minchat.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/minchat.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/minchat.svg)](https://dash.yunohost.org/appci/app/minchat) ![Working status](https://ci-apps.yunohost.org/ci/badges/minchat.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/minchat.maintain.svg)
|
||||||
|
|
||||||
[![Install Minchat with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minchat)
|
[![Install Minchat with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minchat)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -28,7 +29,6 @@ Example : `https://yourdomain.org/minchat/?room=Living&name=John`
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh4
|
**Shipped version:** 1.0~ynh4
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![Screenshot of Minchat](./doc/screenshots/minchat_ynh_screenshot01.gif)
|
![Screenshot of Minchat](./doc/screenshots/minchat_ynh_screenshot01.gif)
|
||||||
|
@ -57,7 +57,7 @@ In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Pub
|
||||||
|
|
||||||
* Official app website: <https://github.com/wojtek77/chat>
|
* Official app website: <https://github.com/wojtek77/chat>
|
||||||
* Upstream app code repository: <https://github.com/wojtek77/chat>
|
* Upstream app code repository: <https://github.com/wojtek77/chat>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_minchat>
|
* YunoHost Store: <https://apps.yunohost.org/app/minchat>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/minchat_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/minchat_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
24
README_fr.md
24
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Minchat pour YunoHost
|
# Minchat pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/minchat.svg)](https://dash.yunohost.org/appci/app/minchat) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/minchat.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/minchat.maintain.svg)
|
[![Niveau d’intégration](https://dash.yunohost.org/integration/minchat.svg)](https://dash.yunohost.org/appci/app/minchat) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/minchat.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/minchat.maintain.svg)
|
||||||
|
|
||||||
[![Installer Minchat avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minchat)
|
[![Installer Minchat avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minchat)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Minchat rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Minchat 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.*
|
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
|
||||||
|
|
||||||
Minchat is a free minimalist chat application. It is based on [wojtek77/chat](https://github.com/wojtek77/chat), itself based on [Gabriel Nava's tutorial](http://code.tutsplus.com/tutorials/how-to-create-a-simple-web-based-chat-application--net-5931).
|
Minchat is a free minimalist chat application. It is based on [wojtek77/chat](https://github.com/wojtek77/chat), itself based on [Gabriel Nava's tutorial](http://code.tutsplus.com/tutorials/how-to-create-a-simple-web-based-chat-application--net-5931).
|
||||||
|
|
||||||
|
@ -26,12 +27,11 @@ Minchat is a free minimalist chat application. It is based on [wojtek77/chat](ht
|
||||||
Example : `https://yourdomain.org/minchat/?room=Living&name=John`
|
Example : `https://yourdomain.org/minchat/?room=Living&name=John`
|
||||||
- Optionaly multi room
|
- Optionaly multi room
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh4
|
**Version incluse :** 1.0~ynh4
|
||||||
|
|
||||||
|
## Captures d’écran
|
||||||
|
|
||||||
## Captures d'écran
|
![Capture d’écran de Minchat](./doc/screenshots/minchat_ynh_screenshot01.gif)
|
||||||
|
|
||||||
![Capture d'écran de Minchat](./doc/screenshots/minchat_ynh_screenshot01.gif)
|
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -55,9 +55,9 @@ In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Pub
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://github.com/wojtek77/chat>
|
* Site officiel de l’app : <https://github.com/wojtek77/chat>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/wojtek77/chat>
|
* Dépôt de code officiel de l’app : <https://github.com/wojtek77/chat>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_minchat>
|
* YunoHost Store: <https://apps.yunohost.org/app/minchat>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/minchat_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/minchat_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
@ -72,4 +72,4 @@ ou
|
||||||
sudo yunohost app upgrade minchat -u https://github.com/YunoHost-Apps/minchat_ynh/tree/testing --debug
|
sudo yunohost app upgrade minchat -u https://github.com/YunoHost-Apps/minchat_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