Update help.html

This commit is contained in:
calzoneman 2013-05-13 11:51:34 -04:00
parent 1d50eee225
commit 46fa93c35d
1 changed files with 30 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sync</title>
<title>CyTube - Help</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Calvin 'calzoneman' Montgomery">
@ -27,7 +27,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#">Sync</a>
<a class="brand" href="#">CyTube</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
@ -41,6 +41,17 @@
<div class="container">
<div class="row">
<div class="span8">
<a name="troubleshooting"></a>
<a href="#troubleshooting"><h1>Troubleshooting</h1></a>
<p>There are many reasons why you might encounter issues with CyTube. Below are some common steps to isolate and identify the problem.</p>
<ul>
<li>Try a different browser. CyTube is tested in Firefox and Chromium, but you may find a browser-specific issue I don't know about</li>
<li>Make sure HTTPS Everywhere (if you have this extension) is disabled for YouTube. This is known not to be compatible</li>
<li>Try clearing your cookies and cache</li>
<li>Disable all extensions, see if it works, and enable them one by one until you figure out which extension conflicts</li>
</ul>
<p>If you do encounter issues, please report them. You can open an issue on <a href="http://github.com/calzoneman/sync">GitHub</a> or join the #synchtube channel on <a href="http://webchat.6irc.net/?channels=chat,synchtube">6irc</a>.</p>
<br>
<a name="chatcommands"></a>
<a href="#chatcommands"><h1>Chat Commands</h1></a>
<table class="table table-bordered table-striped">
@ -299,6 +310,23 @@
<td>0</td>
</tr>
</table>
<br>
<a name="3rdparty"></a>
<a href="#3rdparty"><h1>Third party tools</h1></a>
<table class="table table-bordered table-stripped">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Link</th>
<tr>
</thead>
<tr>
<td>CyNaoko</td>
<td>CyTube version of Naoko SychTube bot</td>
<td><a href="https://github.com/Suwako/cyNaoko" target="_blank">Link</a></td>
</tr>
</table>
</div>
</div>
</div> <!-- /container -->