mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] contribute: add URI to open dev chat room. Open dev chat room in jappix mini.
This commit is contained in:
parent
bff9041481
commit
c1b8b0319a
2 changed files with 63 additions and 2 deletions
|
@ -103,4 +103,34 @@ Seed (share) YunoHost images with Torrent system: [live](http://build.yunohost.o
|
|||
|
||||
|
||||
<br>
|
||||
<p class="lead" markdown="1">In any case, please [come to our chatroom](/support) to say how enthusiast you are :-)</p>
|
||||
<p class="lead" markdown="1">In any case, please [come to dev chatroom](xmpp:dev@conference.yunohost.org?join) to contribute :-)</p>
|
||||
|
||||
<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: ['dev@conference.yunohost.org'],
|
||||
suggest: ['support@conference.yunohost.org']
|
||||
}
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -97,4 +97,35 @@ Seedez (partagez) avec le système de Torrent les images de YunoHost : [live](h
|
|||
|
||||
---
|
||||
<br>
|
||||
<p class="lead" markdown="1">Dans tous les cas, venez sur notre [salon de discussion](/support_fr) pour exprimer votre enthousiasme :-)</p>
|
||||
<br>
|
||||
<p class="lead" markdown="1">Dans tous les cas, venez sur le [salon de développement](xmpp:dev@conference.yunohost.org?join) pour contribuer :-)</p>
|
||||
|
||||
<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: ['dev@conference.yunohost.org'],
|
||||
suggest: ['support@conference.yunohost.org']
|
||||
}
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue