mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] support: remove duplicate jappix mini. Some typo fixes.
This commit is contained in:
parent
c1b8b0319a
commit
741aee02e7
2 changed files with 3 additions and 66 deletions
36
support.md
36
support.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
The YunoHost support is provided by the community members.
|
The YunoHost support is provided by the community members.
|
||||||
|
|
||||||
* The **best and fastest** way to get answers remains the community chatroom, accessible on the bottom-right corner of this page, or via an XMPP compatible instant messaging client (like [Pidgin](https://pidgin.im/)), at the following address:
|
* The **best and fastest** way to get answers remains the community chatroom, accessible on the bottom-right corner of this page, or via an XMPP compatible instant messaging client (like [Pidgin](https://pidgin.im)), at the following address:
|
||||||
|
|
||||||
**[support@conference.yunohost.org](xmpp:support@conference.yunohost.org?join)**
|
**[support@conference.yunohost.org](xmpp:support@conference.yunohost.org?join)**
|
||||||
|
|
||||||
|
@ -14,38 +14,6 @@ The YunoHost support is provided by the community members.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* However, if you want to write specificaly to the Yunohost team, do not hesitate to send us an email. Please note that **we do not provide any support by email**.
|
* However, if you want to write specificaly to the YunoHost team, do not hesitate to send us an email. Please note that **we do not provide any support by email**.
|
||||||
|
|
||||||
**[yunohost@yunohost.org](mailto:yunohost@yunohost.org)**
|
**[yunohost@yunohost.org](mailto:yunohost@yunohost.org)**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
// Jappix mini chat
|
|
||||||
$(".actions").css('opacity', 0);
|
|
||||||
jQuery.ajaxSetup({cache: false});
|
|
||||||
|
|
||||||
var ADS_ENABLE = 'off';
|
|
||||||
var JAPPIX_STATIC = '/jappix/';
|
|
||||||
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
|
|
||||||
var ANONYMOUS = 'on';
|
|
||||||
JappixMini.launch({
|
|
||||||
connection: {
|
|
||||||
domain: "anonymous.yunohost.org",
|
|
||||||
},
|
|
||||||
application: {
|
|
||||||
network: {
|
|
||||||
autoconnect: false,
|
|
||||||
},
|
|
||||||
interface: {
|
|
||||||
showpane: false,
|
|
||||||
animate: false,
|
|
||||||
},
|
|
||||||
groupchat: {
|
|
||||||
open: ['support@conference.yunohost.org'],
|
|
||||||
suggest: ['dev@conference.yunohost.org']
|
|
||||||
}
|
|
||||||
},
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
L’entraide autour de YunoHost est assurée par la communauté.
|
L’entraide autour de YunoHost est assurée par la communauté.
|
||||||
|
|
||||||
* Le moyen le plus **efficace et rapide** d’obtenir des réponses reste le salon de discussion instantané, accessible en bas à droite de cette page, ou via n’importe quel client de messagerie **compatible XMPP** (tel que [Pidgin](https://pidgin.im/)) à l’adresse suivante :
|
* Le moyen le plus **efficace et rapide** d’obtenir des réponses reste le salon de discussion instantané, accessible en bas à droite de cette page, ou via n’importe quel client de messagerie **compatible XMPP** (tel que [Pidgin](https://pidgin.im)) à l’adresse suivante :
|
||||||
|
|
||||||
**[support@conference.yunohost.org](xmpp:support@conference.yunohost.org?join)**
|
**[support@conference.yunohost.org](xmpp:support@conference.yunohost.org?join)**
|
||||||
|
|
||||||
|
@ -17,34 +17,3 @@ L’entraide autour de YunoHost est assurée par la communauté.
|
||||||
* Enfin, si vous souhaitez vous adresser spécifiquement à l’équipe YunoHost, n’hésitez pas à nous envoyer un mail. **Attention, nous n’assurons aucun support par email**.
|
* Enfin, si vous souhaitez vous adresser spécifiquement à l’équipe YunoHost, n’hésitez pas à nous envoyer un mail. **Attention, nous n’assurons aucun support par email**.
|
||||||
|
|
||||||
**[yunohost@yunohost.org](mailto:yunohost@yunohost.org)**
|
**[yunohost@yunohost.org](mailto:yunohost@yunohost.org)**
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
// Jappix mini chat
|
|
||||||
$(".actions").css('opacity', 0);
|
|
||||||
jQuery.ajaxSetup({cache: false});
|
|
||||||
|
|
||||||
var ADS_ENABLE = 'off';
|
|
||||||
var JAPPIX_STATIC = '/jappix/';
|
|
||||||
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
|
|
||||||
var ANONYMOUS = 'on';
|
|
||||||
JappixMini.launch({
|
|
||||||
connection: {
|
|
||||||
domain: "anonymous.yunohost.org",
|
|
||||||
},
|
|
||||||
application: {
|
|
||||||
network: {
|
|
||||||
autoconnect: false,
|
|
||||||
},
|
|
||||||
interface: {
|
|
||||||
showpane: false,
|
|
||||||
animate: false,
|
|
||||||
},
|
|
||||||
groupchat: {
|
|
||||||
open: ['support@conference.yunohost.org'],
|
|
||||||
suggest: ['dev@conference.yunohost.org']
|
|
||||||
}
|
|
||||||
},
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue