Skip to content

Commit ef89b2d

Browse files
authored
Fix minor details, grammar and formatting with links
1. There is no Markdown support here, convert every ##Text to <h2>Text</h2> and also some links. 2. Grammar. There were some small grammar issues which were fixed. 3. Trademark capitalization. It is pronounced SOX, not sox, right? Also let's have a DOCTYPE HTML. 4. Give emphasis to the fact that the userscript isn't affiliated. 5. Update links. Some links were out-of-date and were updated.
1 parent 0b94382 commit ef89b2d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/index.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE HTML>
22
<html>
33

44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7-
<title>sox by soscripted</title>
7+
<title>SOX by soscripted</title>
88

99
<link rel="stylesheet" href="/sox/assets/css/style.css?v=a419cba670696de26f5508f589ecdcb9bc1a6377">
1010
<meta name="viewport" content="width=device-width">
@@ -16,7 +16,7 @@
1616
<body>
1717
<div class="wrapper">
1818
<header>
19-
<h1>sox</h1>
19+
<h1>SOX</h1>
2020
<p>A userscript for the Stack Exchange websites to add a bunch of optional user-selectable features</p>
2121
<p class="view"><a href="https://github.com/soscripted/sox">View the Project on GitHub <small></small></a></p>
2222
</header>
@@ -46,43 +46,43 @@ <h3><a id="acccess-token" class="anchor" href="#access-token" aria-hidden="true"
4646

4747
<p>The SOX userscript adds a bunch of <strong>optional</strong> features to all sites in the Stack Exchange network. These can be toggled on or off from an easy to use control panel (see screenshot below).</p>
4848

49-
<p>Note: This project has no relation to Stack Overflow or Stack Exchange; it is simply a userscript that enhances the sites!</p>
49+
<p>Note: This project is <strong>not</strong> related to Stack Overflow or Stack Exchange; it is simply a userscript that enhances the sites!</p>
5050

51-
<p>##Installation &amp; Requirements</p>
51+
<h2>Installation &amp; Requirements</h2>
5252

5353
<ol>
5454
<li>Install <a href="http://www.greasespot.net/">Greasemonkey</a> (for Firefox), <a href="http://tampermonkey.net/">Tampermonkey</a> (for Chrome), or <a href="https://github.com/os0x/NinjaKit">NinjaKit</a> for Safari. These are userscript
5555
managers that <em>must</em> be installed in order for this to work, as the script relies on certain <code class="highlighter-rouge">GM_*</code> functions in order to save your settings!</li>
5656
<li>
57-
<p>Install the script. Clicking on install below will make your userscript manager prompt you automatically to install it.</p>
57+
<p>Install the script. Clicking on the 'install' button below will make your userscript manager prompt you automatically to install it.</p>
5858

5959
<ul>
60-
<li>Official Version: <kbd>[install](https://github.com/soscripted/sox/raw/v2.0.1/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/v2.0.1/sox.user.js)</kbd></li>
61-
<li>Development Version: <kbd>[install](https://github.com/soscripted/sox/raw/dev/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/dev/sox.user.js)</kbd></li>
60+
<li>Official Version: <kbd><a href="https://github.com/soscripted/sox/raw/master/sox.user.js">install</a></kbd>. <kbd><a href="https://github.com/soscripted/sox/blob/master/sox.user.js">view source</a></kbd></li>
61+
<li>Development Version: <kbd><a href="https://github.com/soscripted/sox/raw/dev/sox.user.js">install</a></kbd>. <kbd><a href="https://github.com/soscripted/sox/blob/dev/sox.user.js">view source</a></kbd></li>
6262
</ul>
6363
</li>
64-
<li>Go to any site in the Stack Exchange Network (eg. <a href="http://superuser.com/">Super User</a> or <a href="http://stackoverflow.com/">Stack Overflow</a>). You will automatically be asked to choose and save your settings. A toggle button
64+
<li>Go to any site in the Stack Exchange Network (e.g. <a href="http://superuser.com/">Super User</a> or <a href="http://stackoverflow.com/">Stack Overflow</a>). You will automatically be asked to choose and save your settings. A toggle button
6565
(gears icon) will be added to your topbar where you can change these later on:</li>
6666
</ol>
6767

6868
<p><img src="https://cloud.githubusercontent.com/assets/12533449/14296194/c732b1b2-fb2d-11e5-9563-1e34b12eada9.png" alt="newdialog" /></p>
6969

70-
<p>##What features are included?</p>
70+
<h2>What features are included?</h2>
7171

7272
<p>A full list of all the features is available on the SOX wiki page <a href="https://github.com/soscripted/sox/wiki/Features">here</a>.</p>
7373

74-
<p>##Bugs and Feature Requests</p>
74+
<h2>Bugs and Feature Requests</h2>
7575

7676
<p>Please post bugs and feature requests as issues on <a href="https://github.com/soscripted/sox">Github</a>, where we can track them easily and push updates quickly. Please <strong>do not</strong> post them as answers on Stack Apps – they are
7777
much harder to manage!</p>
7878

79-
<p>##Changes</p>
79+
<h2>Changes</h2>
8080

8181
<p>Please see the change log <a href="http://stackapps.com/a/6358">at Stack Apps</a>.</p>
8282
</section>
8383
<footer>
8484
<p>This project is maintained by <a href="https://github.com/soscripted">soscripted</a></p>
85-
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
85+
<p><small>Hosted on GitHub Pages &mdash; theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
8686
</footer>
8787
</div>
8888
<script src="/sox/assets/js/scale.fix.js"></script>

0 commit comments

Comments
 (0)