mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] Add jappix to support pages.
This commit is contained in:
parent
97ced352ce
commit
8777aac73a
2 changed files with 48 additions and 45 deletions
45
support.md
45
support.md
|
@ -20,30 +20,31 @@ The YunoHost support is provided by the community members.
|
|||
|
||||
|
||||
|
||||
<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});
|
||||
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']
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
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']
|
||||
}
|
||||
},
|
||||
});
|
||||
</script>
|
|
@ -18,30 +18,32 @@ L'entraide autour de YunoHost est assurée par la communauté.
|
|||
|
||||
**[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});
|
||||
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>
|
||||
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']
|
||||
}
|
||||
},
|
||||
});
|
||||
</script>
|
Loading…
Add table
Reference in a new issue