A fork of JJMumblebot which is a complete mess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JJMumbleBot/docs/wiki/general/web_interface.html

53 lines
3.5 KiB

3 weeks ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JJMumbleBot - Web Interface</title>
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://duckboss.github.io/JJMumbleBot/css/content-pages.css" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://duckboss.github.io/JJMumbleBot/js/insert_html.js"></script>
</head>
<body>
<nav id="table_of_contents"></nav>
<div class="main-content">
<h2 id="page-title">Web Interface</h2>
<hr>
<h4 id="main-tab-commands">Main Tab - Commands and General Information</h4>
<ul>
<li>Send commands by typing your command into the text box and pressing &quot;enter&quot; or clicking the &quot;Send&quot; button.<br>
<img src="https://user-images.githubusercontent.com/20238115/106209750-90a8cb00-6193-11eb-8d39-25b350826378.png"
alt="Command Image"></li>
<li>This box displays the most recent message output from the bot.<br>
<img src="https://user-images.githubusercontent.com/20238115/106209775-9c948d00-6193-11eb-97ee-1c5b577dd136.png"
alt="Message Output Image"></li>
<li>This box displays the command history of the bot.<br/>
<img src="https://user-images.githubusercontent.com/20238115/106209811-b03ff380-6193-11eb-9e69-f1627fa21501.png"
alt="Command History Image"></li>
<li>The Server Channels box displays a live feed of the channels and users in the server.<br>
There are buttons which can be used to navigate the server heirarchy, as well as mute/deafen/kick/ban users.<br>
<img src="https://user-images.githubusercontent.com/20238115/106974032-04158400-6722-11eb-85ec-232d1fea7c8d.png"
alt="Server Channels Image"></li>
<li>The Active Plugins box displays a list of the plugins that are currently initialized by the bot.<br>
Each plugin item can be expanded to reveal a preview of the plugin metadata and the ability to modify the plugin metadata through a web form.<br>
<img src="https://user-images.githubusercontent.com/20238115/106973870-b1d46300-6721-11eb-802e-cf24aa42a60c.png"
alt="Active Plugins Image"></li>
</ul>
<h4 id="audio-interface-tab">Audio Interface Tab - Controls the Audio Interface</h4>
<ul>
<li>Control the bot audio interface through the web interface.<br>
<img src="https://user-images.githubusercontent.com/20238115/106210036-1462b780-6194-11eb-880e-f01d9158f810.png"
alt="Audio Controls Image"></li>
<li>The box below the controls displays the currently playing track thumbnail, as well as the current
progress in the track.<br>
<img src="https://user-images.githubusercontent.com/20238115/106210071-22b0d380-6194-11eb-9d02-062a081ec0dd.png"
alt="Audio Progress Image"></li>
<li>If there are tracks in the audio queue, you can also find them listed here. You can directly skip to a
track, or remove it from the queue.<br>
<img src="https://user-images.githubusercontent.com/20238115/106210160-4bd16400-6194-11eb-8d6e-1a497657d333.png"
alt="Audio Queue Image"></li>
</ul>
</div>
<footer></footer>
</body>
</html>