mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #717 from YunoHost/embed-chatroom-in-help-page
Embed the chatroom directly in the help page
This commit is contained in:
commit
45f88c7c8d
3 changed files with 14 additions and 33 deletions
17
help.md
17
help.md
|
@ -9,16 +9,12 @@
|
|||
<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">
|
||||
|
||||
<iframe src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe>
|
||||
|
||||
</br>
|
||||
</br>
|
||||
<button id="joinChatroom" type="button" class="btn btn-success" style="font-weight:bold;">
|
||||
<span class="glyphicon glyphicon-comment"></span> Join the chatroom
|
||||
</button>
|
||||
</br>
|
||||
</br>
|
||||
<em>Note : you can also connect using your favorite XMPP client to </br>
|
||||
support@conference.yunohost.org</em>
|
||||
<em>Note : this room is also available via XMPP <small>(support@conference.yunohost.org)</small>, or Matrix <small>(#freenode_#yunohost:matrix.org)</small></em>
|
||||
</center>
|
||||
|
||||
<h3>... or ask on the forum !</h3>
|
||||
|
@ -47,10 +43,7 @@ dev@conference.yunohost.org and apps@conference.yunohost.org</em>
|
|||
</center>
|
||||
|
||||
<script>
|
||||
document.getElementById("joinChatroom").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost/?nick="+nickname;
|
||||
}
|
||||
|
||||
document.getElementById("goForum").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://forum.yunohost.org/latest";
|
||||
|
|
13
help_ar.md
13
help_ar.md
|
@ -11,12 +11,9 @@
|
|||
</div>
|
||||
<div dir="rtl"><strong>الإسم المستعار</strong> : <input id="nickname" value="foobar__" type="text">
|
||||
</div>
|
||||
</br>
|
||||
</br>
|
||||
<div dir="rtl"><button id="joinChatroom" type="button" class="btn btn-success" style="font-weight:bold;">
|
||||
<span class="glyphicon glyphicon-comment"></span> إنضم إلى غرفة المحادثة
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<iframe src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe>
|
||||
|
||||
</br>
|
||||
</br>
|
||||
<div dir="rtl">
|
||||
|
@ -56,10 +53,6 @@ dev@conference.yunohost.org and apps@conference.yunohost.org</em>
|
|||
</center>
|
||||
|
||||
<script>
|
||||
document.getElementById("joinChatroom").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost/?nick="+nickname;
|
||||
}
|
||||
document.getElementById("goForum").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://forum.yunohost.org/latest";
|
||||
|
|
17
help_fr.md
17
help_fr.md
|
@ -9,15 +9,14 @@
|
|||
<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">
|
||||
|
||||
<iframe
|
||||
src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost"
|
||||
style="border:0; width:100%; height:450px;"></iframe>
|
||||
|
||||
</br>
|
||||
</br>
|
||||
<button id="joinChatroom" type="button" class="btn btn-success" style="font-weight:bold;">
|
||||
<span class="glyphicon glyphicon-comment"></span> Rejoindre le salon
|
||||
</button>
|
||||
</br>
|
||||
</br>
|
||||
<em>Note : vous pouvez aussi vous connecter via votre client XMPP favori à</br>
|
||||
<em>Note : ce salon est aussi accessible via XMPP <small>(support@conference.yunohost.org)</small>, ou Matrix <small>(#freenode_#yunohost:matrix.org)</small>.</em>
|
||||
support@conference.yunohost.org</em>
|
||||
</center>
|
||||
|
||||
|
@ -47,10 +46,6 @@ dev@conference.yunohost.org et apps@conference.yunohost.org</em>
|
|||
</center>
|
||||
|
||||
<script>
|
||||
document.getElementById("joinChatroom").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost/?nick="+nickname;
|
||||
}
|
||||
document.getElementById("goForum").onclick = function() {
|
||||
var nickname = document.getElementById("nickname").value;
|
||||
window.location.href = "https://forum.yunohost.org/latest";
|
||||
|
|
Loading…
Add table
Reference in a new issue