Merge pull request #717 from YunoHost/embed-chatroom-in-help-page

Embed the chatroom directly in the help page
This commit is contained in:
Alexandre Aubin 2018-05-11 03:10:23 +02:00 committed by GitHub
commit 45f88c7c8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 33 deletions

17
help.md
View file

@ -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";

View file

@ -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";

View file

@ -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";