Added help for XMPP

This commit is contained in:
DeathByDenim 2022-02-20 15:18:42 -05:00
parent 35f3dae6de
commit 3561c5ead9
4 changed files with 34 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<div class="col-md-8">
<h1>Help</h1>
<h3>Communication</h3>
<h5>How to use Mumble</h5>
<h4>How to use Mumble</h4>
<p>
Mumble is free and open source software that can be download from
<a href="https://www.mumble.info/downloads/">Mumble.info</a>. It is
@ -52,7 +52,7 @@
however, you can see which channels the other people hang out in. Note
that there will likely only be people here during the actual event.
</p>
<h5>How to use Matrix/Element</h5>
<h4>How to use Matrix/Element</h4>
<p>
For text-based chatting, there is the Matrix channel. Matrix is a chat
protocol (amongst other things). To use the Matrix protocol, you will
@ -71,8 +71,35 @@
</p>
<img src="img/element_interface.png" alt="Screenshot of the Element interface">
<p>There are usually people here, even outside of the event.</p>
<h4>How to use XMPP/Movim</h4>
<p>
Another option for text-based chatting is XMPP. It's another protocol,
like Matrix but you can use it to join the same chat channel as above.
The two protocols are "bridged" which means that users can simply
talk to eachother despite using different protocols.
</p>
<p>
Like the Matrix protocol, there are also many XMPP chat clients
available. One of the easier ones it <a href="https://movim.eu/">Movim.eu</a>.
It allows you to easily create and account if you don't already have
an XMPP account.
</p>
<p>
From there, you can start the web-based client at <a href="https://mov.im">mov.im</a>.
After logging in, choose &quot;chats&quot; and then click on the big plus symbol.
</p>
<img src="img/movim_interface.png" alt="Screenshot of the Mov.im interface">
<p>
In the new screen that pops up, you will find &quot;Join a chatroom&quot;
and then &quot;Join a custom chatroom&quot;. Paste the room name from
the link on the <a href="index.html">Home</a> page. You can type anything
you want in the Name field. That's only visible for you as the name
of this room.
</p>
<img src="img/movim_interface2.png" alt="Screenshot of the Mov.im interface">
<p>There are usually people here, even outside of the event.</p>
<h3>Games</h3>
<h5>How to connect to Bzflag</h5>
<h4>How to connect to Bzflag</h4>
<p>
The menus are not mouse-driven, use the arrow keys and the
&lt;Enter&gt; key to move around

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -30,6 +30,9 @@
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>About onFOSS-LAN</h1>
<p>onFOSS-LAN is a online, "Free (as Freedom) and Open Source" LAN-Party hosted by hribhrib. The goal is to get people together, enjoying the art of computer games and having a great time in these days. The FOSS community is a place of being open minded and acceptance to all different kinds of people with the focus of fully transparent systems and protecting individuals. So it does not matter if you are on Windows, Mac or Linux and it is also NOT necessary to have a PC MASTERRACE setup to run those games.</p>
<p>This concept was originally started at <a href="https://onfoss.hribhrib.at/">hribhrib.at</a></p>
<h1>Games</h1>
<p>There are a few game servers running. To connect, simply start the game and connect to this domain. See also the <a href="help.html">Help</a> section for more information.</p>
<p>Available games are:</p>
@ -49,6 +52,7 @@
<h1>Communication</h1>
<p>Mumble chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a></p>
<p>Matrix chat on <a href="https://matrix.to/#/#xmpp_onfoss_conference.hribhrib.at:matrix.org">#xmpp_onfoss_conference.hribhrib.at:matrix.org</a></p>
<p>XMPP chat on <a href="xmpp:onfoss@conference.hribhrib.at?join">onfoss@conference.hribhrib.at</a></p>
<h1>Code</h1>
<p>Code for setting up server is on <a href="https://github.com/DeathByDenim/gameserver">Github</a></p>
</div>