Files
Mostly-Harmless/index.html
T
2011-07-17 22:36:41 -05:00

91 lines
5.5 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Mostly Harmless</title>
<link href='http://fonts.googleapis.com/css?family=Carter+One&v2' rel='stylesheet' type='text/css'>
<link rel="stylesheet" media="screen" href="style.css">
<link rel="shortcut icon" href="icons/favicon.png">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<meta name="viewport" content="width=500">
<meta name="date" content="2009-11-30">
<meta name="keywords" content="Kerrick Design, Websites, Web Design, Small Business, Personal">
<meta name="description" content="Kerrick Design: Small business and individual websites with quality.">
</head>
<body>
<h1>Mostly Harmless</h1>
<ul id="nav">
<li><a href="#features">Features</a></li><li><a href="#download">Download</a></li><li><a href="#open-source">Open Source</a></li><li><a href="#credits">Credits</a></li><li><a href="#license">License</a></li>
</ul>
<div class="section">
<div class="article" id="features">
<h2>Mostly Harmless Features</h2>
<p>Mostly Harmless is currently under rapid development, so its features are constantly changing. Once v1.0.0 is released, I will list and demonstrate features here.</p>
</div>
<div class="article" id="download">
<!-- Move this to #open-source upon release. -->
<h2>Download the Source</h2>
<a href="https://github.com/Kerrick/Mostly-Harmless/zipball/master" title="Click to download the latest zipball"><img width="144" height="142" alt="zip" src="https://github.com/images/modules/download/zip.png" /></a>
<a href="https://github.com/Kerrick/Mostly-Harmless/tarball/master" title="Click to download the latest tarball"><img width="144" height="142" alt="tar" src="https://github.com/images/modules/download/tar.png" /></a>
<p>To install from source:</p>
<ol>
<li>Download the latest ZIP and extract it</li>
<li>Navigate to <code>chrome://extensions</code></li>
<li>Turn on <strong>developer mode</strong> if it isn&rsquo;t already</li>
<li>Choose <strong>load unpacked extension</strong>, and navigate to the extracted code.</li>
</ol>
</div>
<div class="article" id="open-source">
<h2>Download the Source</h2>
<p><a href="#download">Please see the Download section for now.</a></p>
<h2>Submit a Ticket</h2>
<p>I need to write something about feature requests and bug reports.</p>
<h2>Fork me on Github</h2>
<p>I need to write something about Github forking and pull requests.</p>
<h2>Clone with Git</h2>
<pre><code>$ git clone git://github.com/Kerrick/Mostly-Harmless</code></pre>
</div>
<div class="article" id="credits">
<h2>Dependencies &amp; Libraries</h2>
<ul>
<li><a href="http://code.google.com/chrome/extensions/docs.html"><strong>Chrome Extensions</strong>Everything Google Chrome!</a></li
><li><a href="https://github.com/reddit/reddit/"><strong>Reddit API 1.0</strong>Everything reddit!</a></li
><li><a href="https://github.com/frankkohlhepp/fancy-settings"><strong>Fancy Settings 1.2</strong>Chrome extension settings</a></li
><li><a href="https://github.com/frankkohlhepp/store-js"><strong>Store.js 2.3</strong><code>localStorage</code> abstraction</a></li>
</ul>
<h2>Authors &amp; Contributors</h2>
<ul>
<li><a href="http://www.reddit.com/user/KerrickLong/"><strong>Kerrick Long</strong>Mostly Harmless Creator</a></li
><li><a href="http://www.reddit.com/user/benjaminmktn121/"><strong>benjaminmktn121</strong>Beta Tester</a></li
><li><a href="http://www.reddit.com/user/MrArmStrong/"><strong>MrArmStrong</strong>Beta Tester</a></li
><li><a href="http://www.reddit.com/user/iamfromreallife/"><strong>iamfromreallife</strong>Beta Tester</a></li>
</ul>
</div>
<div class="article" id="license">
<h2>MIT License</h2>
<blockquote id="license">
<p>Copyright &copy; 2011 by Kerrick Long</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</blockquote>
</div>
</div>
<span id="guide">Don't Panic</span>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-18432597-7");
pageTracker._trackPageview();
}
catch (err) {
}
</script>
</body>
</html>