mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
Fix
This commit is contained in:
parent
97ce44d561
commit
9c8bbbe3de
5 changed files with 7 additions and 6 deletions
|
@ -12,7 +12,7 @@ If you don’t have YunoHost, please see [here](https://yunohost.org/#/install)
|
|||
Converse is a free and open-source XMPP chat client written in JavaScript which can be tightly integrated into any website.
|
||||
The benefit of using converse.js as opposed to relying on a SaaS (software-as-a-service) solution, is that your users can have a much more customized, streamlined and integrated webchat experience and that you have control over the data.
|
||||
|
||||
**Shipped version:** 7.0.4
|
||||
**Shipped version:** 7.0.5
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ If you don’t have YunoHost, please see [here](https://yunohost.org/#/install)
|
|||
Converse est un client de chat XMPP open-source écrit en JavaScript qui peut être étroitement intégré à n'importe quel site Web.
|
||||
L'avantage d'utiliser converse.js par rapport à une solution SaaS (software-as-a-service), est que vos utilisateurs peuvent avoir une expérience de chat beaucoup plus personnalisée, rationalisée et intégrée et que vous avez le contrôle sur les données.
|
||||
|
||||
**Version incluse :** 7.0.4
|
||||
**Version incluse :** 7.0.5
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web-based XMPP/Jabber chat client",
|
||||
"fr": "Client de chat XMPP/Jabber basé sur le Web"
|
||||
},
|
||||
"version": "7.0.4~ynh4",
|
||||
"version": "7.0.5~ynh1",
|
||||
"url": "http://conversejs.org/",
|
||||
"license": "MPL-2.0",
|
||||
"maintainer": {
|
||||
|
|
|
@ -70,7 +70,8 @@ then
|
|||
|
||||
# Download, the source from sources folder
|
||||
mkdir -p $final_path && cp -a ../sources/* $final_path
|
||||
ynh_replace_string --match_string="__DOMAIN____PATH__" --replace_string="$domain$path_url" --target_file="$final_path/index.html"
|
||||
ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="$final_path/index.html"
|
||||
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/index.html"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue