mirror of
https://github.com/YunoHost-Apps/dispatch_ynh.git
synced 2024-09-03 18:25:53 +02:00
Auto-update README
This commit is contained in:
parent
8d69213d29
commit
403c73e52a
2 changed files with 48 additions and 18 deletions
29
README.md
29
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Dispatch for YunoHost
|
# Dispatch for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/dispatch.svg)](https://dash.yunohost.org/appci/app/dispatch) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/dispatch.svg)](https://dash.yunohost.org/appci/app/dispatch) ![Working status](https://ci-apps.yunohost.org/ci/badges/dispatch.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/dispatch.maintain.svg)
|
||||||
[![Install Dispatch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dispatch)
|
[![Install Dispatch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dispatch)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -17,29 +17,42 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Web-based IRC graphical client
|
Web-based IRC graphical client
|
||||||
|
|
||||||
**Shipped version:** 0.7~ynh3
|
### Features
|
||||||
|
|
||||||
|
- Searchable history
|
||||||
|
- Persistent connections
|
||||||
|
- Multiple servers and users
|
||||||
|
- Automatic HTTPS through Let's Encrypt
|
||||||
|
- Single binary with no dependencies
|
||||||
|
- DCC downloads
|
||||||
|
- SASL
|
||||||
|
- Client certificates
|
||||||
|
|
||||||
|
|
||||||
|
**Shipped version:** 0.7~ynh4
|
||||||
|
|
||||||
**Demo:** https://dispatch.khlieng.com/
|
**Demo:** https://dispatch.khlieng.com/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot.png)
|
![Screenshot of Dispatch](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Upstream app code repository: https://github.com/khlieng/dispatch
|
* Upstream app code repository: <https://github.com/khlieng/dispatch>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_dispatch
|
* YunoHost documentation for this app: <https://yunohost.org/app_dispatch>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/dispatch_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/dispatch_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade dispatch -u https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
|
sudo yunohost app upgrade dispatch -u https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
37
README_fr.md
37
README_fr.md
|
@ -1,41 +1,58 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Dispatch pour YunoHost
|
# Dispatch pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/dispatch.svg)](https://dash.yunohost.org/appci/app/dispatch) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.maintain.svg)
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/dispatch.svg)](https://dash.yunohost.org/appci/app/dispatch) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/dispatch.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/dispatch.maintain.svg)
|
||||||
[![Installer Dispatch avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dispatch)
|
[![Installer Dispatch avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dispatch)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Dispatch rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Dispatch 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
|
||||||
|
|
||||||
Client graphique IRC
|
Web-based IRC graphical client
|
||||||
|
|
||||||
**Version incluse :** 0.7~ynh3
|
### Features
|
||||||
|
|
||||||
|
- Searchable history
|
||||||
|
- Persistent connections
|
||||||
|
- Multiple servers and users
|
||||||
|
- Automatic HTTPS through Let's Encrypt
|
||||||
|
- Single binary with no dependencies
|
||||||
|
- DCC downloads
|
||||||
|
- SASL
|
||||||
|
- Client certificates
|
||||||
|
|
||||||
|
|
||||||
|
**Version incluse :** 0.7~ynh4
|
||||||
|
|
||||||
**Démo :** https://dispatch.khlieng.com/
|
**Démo :** https://dispatch.khlieng.com/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot.png)
|
![Capture d'écran de Dispatch](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Dépôt de code officiel de l'app : https://github.com/khlieng/dispatch
|
* Dépôt de code officiel de l'app : <https://github.com/khlieng/dispatch>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_dispatch
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dispatch>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/dispatch_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/dispatch_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade dispatch -u https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
|
sudo yunohost app upgrade dispatch -u https://github.com/YunoHost-Apps/dispatch_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