forked from YunoHost/doc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request YunoHost#717 from YunoHost/embed-chatroom-in-help-…
…page Embed the chatroom directly in the help page
- Loading branch information
Showing
3 changed files
with
14 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
</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> | ||
|
||
<iframe src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe> | ||
|
||
</br> | ||
</br> | ||
<em>Note : you can also connect using your favorite XMPP client to </br> | ||
[email protected]</em> | ||
<em>Note : this room is also available via XMPP <small>([email protected])</small>, or Matrix <small>(#freenode_#yunohost:matrix.org)</small></em> | ||
</center> | ||
|
||
<h3>... or ask on the forum !</h3> | ||
|
@@ -47,10 +43,7 @@ [email protected] and [email protected]</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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 @@ [email protected] and [email protected]</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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
</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> | ||
|
||
<iframe | ||
src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost" | ||
style="border:0; width:100%; height:450px;"></iframe> | ||
|
||
</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>([email protected])</small>, ou Matrix <small>(#freenode_#yunohost:matrix.org)</small>.</em> | ||
[email protected]</em> | ||
</center> | ||
|
||
|
@@ -47,10 +46,6 @@ [email protected] et [email protected]</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"; | ||
|