mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
Update manifest.json (#19)
* Update manifest.json * Auto-update README * Update manifest.json Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
dc73976332
commit
96ce4ec0cb
3 changed files with 31 additions and 31 deletions
22
README.md
22
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Biboumi for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
[](https://install-app.yunohost.org/?app=biboumi)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -15,12 +15,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
XMPP gateway for the IRC network.
|
||||
XMPP gateway for the IRC network
|
||||
|
||||
**Shipped version:** 8.3~ynh1
|
||||
|
||||
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
Once biboumi_ynh is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name.
|
||||
|
@ -36,21 +33,22 @@ For example, if you have a YunoHost server hosting domain *example.net* and you
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://biboumi.louiz.org/
|
||||
* Official admin documentation: https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst
|
||||
* Upstream app code repository: https://lab.louiz.org/louiz/biboumi
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_biboumi
|
||||
* Report a bug: https://github.com/YunoHost-Apps/biboumi_ynh/issues
|
||||
* Official app website: <https://biboumi.louiz.org/>
|
||||
* Official admin documentation: <https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst>
|
||||
* Upstream app code repository: <https://lab.louiz.org/louiz/biboumi>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_biboumi>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/biboumi_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/biboumi_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/biboumi_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade biboumi -u https://github.com/YunoHost-Apps/biboumi_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
34
README_fr.md
34
README_fr.md
|
@ -1,22 +1,23 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Biboumi pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
[](https://install-app.yunohost.org/?app=biboumi)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Biboumi 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 Biboumi 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
|
||||
|
||||
Passerelle XMPP pour le réseau IRC.
|
||||
Passerelle XMPP pour le réseau IRC
|
||||
|
||||
**Version incluse :** 8.3~ynh1
|
||||
|
||||
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
Once biboumi_ynh is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name.
|
||||
|
@ -32,21 +33,22 @@ For example, if you have a YunoHost server hosting domain *example.net* and you
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://biboumi.louiz.org/
|
||||
* Documentation officielle de l'admin : https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst
|
||||
* Dépôt de code officiel de l'app : https://lab.louiz.org/louiz/biboumi
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_biboumi
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/biboumi_ynh/issues
|
||||
* Site officiel de l’app : <https://biboumi.louiz.org/>
|
||||
* Documentation officielle de l’admin : <https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst>
|
||||
* Dépôt de code officiel de l’app : <https://lab.louiz.org/louiz/biboumi>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_biboumi>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/biboumi_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/biboumi_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/biboumi_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade biboumi -u https://github.com/YunoHost-Apps/biboumi_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>
|
|
@ -3,8 +3,8 @@
|
|||
"id": "biboumi",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "XMPP gateway for the IRC network.",
|
||||
"fr": "Passerelle XMPP pour le réseau IRC."
|
||||
"en": "XMPP gateway for the IRC network",
|
||||
"fr": "Passerelle XMPP pour le réseau IRC"
|
||||
},
|
||||
"version": "8.3~ynh1",
|
||||
"url": "https://biboumi.louiz.org/",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"email": "pitchum@yunohost.org"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.7"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue