2017-08-31 13:52:19 +02:00
# Besoin d'aide ?
2013-11-17 00:08:45 +01:00
2017-08-31 13:52:19 +02:00
< h3 > Connectez-vous au salon de support< / h3 >
< center >
< div class = "alert alert-info" markdown = "1" style = "max-width:750px;" >
< strong > ProTips™< / strong >
< ul style = "text-align:left;" >
< li > Pas besoin de demander si vous pouvez poser une question - posez-la directement !< / li >
< li > < em > Soyez patient< / em > , cela peut prendre plusieurs minutes avant que quelqu'un remarque vos messages.< / li >
< / ul >
< / div >
2018-05-07 21:49:44 +02:00
< iframe
src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?& theme=mini#yunohost"
style="border:0; width:100%; height:450px;">< / iframe >
2017-08-31 13:52:19 +02:00
< / br >
< / br >
2018-05-07 21:49:44 +02:00
< em > Note : ce salon est aussi accessible via XMPP < small > (support@conference.yunohost.org)< / small > , ou Matrix < small > (#freenode_#yunohost:matrix.org)< / small > .< / em >
2017-08-31 13:52:19 +02:00
support@conference.yunohost.org< / em >
< / center >
< h3 > ... ou demandez sur le forum !< / h3 >
< center >
< button id = "goForum" type = "button" class = "btn btn-success" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-comment" > < / span > Aller sur le forum
< / button >
< / center >
< h3 > Vous avez trouvé un bug ?< / h3 >
< center >
< br >
< em > Vous pouvez rapporter le bug sur le bugtracker ou contacter les développeurs< / em > < br > < br >
< button id = "goBugtracker" type = "button" class = "btn btn-warning" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-exclamation-sign" > < / span > Rapporter un bug
< / button >
< button id = "goDevroom" type = "button" class = "btn btn-warning" style = "font-weight:bold; margin-left:40px" >
< span class = "glyphicon glyphicon-comment" > < / span > Contacter les développeurs
< / button >
< / br >
< / br >
< em > Note : vous pouvez aussi vous connecter aux salons de dev, via votre client XMPP favori, à< / br >
dev@conference.yunohost.org et apps@conference.yunohost.org< / em >
< / center >
< script >
document.getElementById("goForum").onclick = function() {
window.location.href = "https://forum.yunohost.org/latest";
}
document.getElementById("goBugtracker").onclick = function() {
2018-06-05 16:02:47 +02:00
window.location.href = "https://github.com/yunohost/issues/issues";
2017-08-31 13:52:19 +02:00
}
document.getElementById("goDevroom").onclick = function() {
2018-04-17 21:37:23 +02:00
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
2017-08-31 13:52:19 +02:00
}
2018-07-30 00:21:21 +02:00
document.getElementById("goForum").onclick = function() {
window.location.href = "https://forum.yunohost.org";
}
2017-08-31 13:52:19 +02:00
< / script >
2013-11-17 00:08:45 +01:00