mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update support.md
This commit is contained in:
parent
a429611750
commit
b625afd29d
1 changed files with 32 additions and 2 deletions
34
support.md
34
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 the [index page](/index), 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)**
|
||||||
|
|
||||||
|
@ -16,4 +16,34 @@ 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 mail**.
|
* 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 mail**.
|
||||||
|
|
||||||
**[yunohost@yunohost.org](mailto:yunohost@yunohost.org)**
|
**[yunohost@yunohost.org](mailto:yunohost@yunohost.org)**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(".actions").css('opacity', 0);
|
||||||
|
jQuery.ajaxSetup({cache: false});
|
||||||
|
jQuery.getScript('https://'+ location.host +'/mini/javascripts/mini.js', function() {
|
||||||
|
HOST_BOSH = 'https://'+ location.host +'/http-bind/';
|
||||||
|
JappixMini.launch({
|
||||||
|
connection: {
|
||||||
|
domain: 'anonymous.yunohost.org'
|
||||||
|
},
|
||||||
|
|
||||||
|
application: {
|
||||||
|
network: {
|
||||||
|
autoconnect: false
|
||||||
|
},
|
||||||
|
|
||||||
|
interface: {
|
||||||
|
showpane: true,
|
||||||
|
animate: true
|
||||||
|
},
|
||||||
|
|
||||||
|
groupchat: {
|
||||||
|
open: ['support@conference.yunohost.org']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
Loading…
Add table
Reference in a new issue