mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #705 from Rafi594/patch-6
[enh] Use KiwiIRC instead of XMPP
This commit is contained in:
commit
715b03bfc4
3 changed files with 10 additions and 10 deletions
6
help.md
6
help.md
|
@ -9,7 +9,7 @@
|
|||
<li><em>Be patient</em>, it can take a few minutes before someone sees your messages.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<strong>Nickname</strong> : <input id="nickname" value="foobar" type="text">
|
||||
<strong>Nickname</strong> : <input id="nickname" value="foobar__" type="text">
|
||||
</br>
|
||||
</br>
|
||||
<button id="joinChatroom" type="button" class="btn btn-success" style="font-weight:bold;">
|
||||
|
@ -49,7 +49,7 @@ dev@conference.yunohost.org and apps@conference.yunohost.org</em>
|
|||
<script>
|
||||
document.getElementById("joinChatroom").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://chat.yunohost.org/?nick="+nickname;
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost/?nick="+nickname;
|
||||
}
|
||||
document.getElementById("goForum").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
|
@ -59,7 +59,7 @@ document.getElementById("goBugtracker").onclick = function() {
|
|||
window.location.href = "https://dev.yunohost.org/projects/yunohost/issues";
|
||||
}
|
||||
document.getElementById("goDevroom").onclick = function() {
|
||||
window.location.href = "https://chat.yunohost.org/";
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<li><em>تحلّى بالصبر</em>، في بعض الأحيان يمكن أن تمر بضع دقائق قبل أن يرى أحد المستخدمين سؤالك.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div dir="rtl"><strong>الإسم المستعار</strong> : <input id="nickname" value="foobar" type="text">
|
||||
<div dir="rtl"><strong>الإسم المستعار</strong> : <input id="nickname" value="foobar__" type="text">
|
||||
</div>
|
||||
</br>
|
||||
</br>
|
||||
|
@ -58,7 +58,7 @@ dev@conference.yunohost.org and apps@conference.yunohost.org</em>
|
|||
<script>
|
||||
document.getElementById("joinChatroom").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://chat.yunohost.org/?nick="+nickname;
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost/?nick="+nickname;
|
||||
}
|
||||
document.getElementById("goForum").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
|
@ -68,6 +68,6 @@ document.getElementById("goBugtracker").onclick = function() {
|
|||
window.location.href = "https://dev.yunohost.org/projects/yunohost/issues";
|
||||
}
|
||||
document.getElementById("goDevroom").onclick = function() {
|
||||
window.location.href = "https://chat.yunohost.org/";
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<li><em>Soyez patient</em>, cela peut prendre plusieurs minutes avant que quelqu'un remarque vos messages.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<strong>Pseudonyme</strong> : <input id="nickname" value="foobar" type="text">
|
||||
<strong>Pseudonyme</strong> : <input id="nickname" value="foobar__" type="text">
|
||||
</br>
|
||||
</br>
|
||||
<button id="joinChatroom" type="button" class="btn btn-success" style="font-weight:bold;">
|
||||
|
@ -49,7 +49,7 @@ dev@conference.yunohost.org et apps@conference.yunohost.org</em>
|
|||
<script>
|
||||
document.getElementById("joinChatroom").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://chat.yunohost.org/?nick="+nickname;
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost/?nick="+nickname;
|
||||
}
|
||||
document.getElementById("goForum").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
|
@ -59,7 +59,7 @@ document.getElementById("goBugtracker").onclick = function() {
|
|||
window.location.href = "https://dev.yunohost.org/projects/yunohost/issues";
|
||||
}
|
||||
document.getElementById("goDevroom").onclick = function() {
|
||||
window.location.href = "https://chat.yunohost.org/";
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue