mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-07-16 01:20:12 +08:00
100 lines
7.0 KiB
HTML
100 lines
7.0 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="#help">Help</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>
|
|
<h2>Discovery & Voting</h2>
|
|
<p>Mostly Harmless looks up the page you are currently viewing to see if it has been submitted to reddit. If so, you can see everywhere it has been posted, vote up or down, save/share/hide/report the post, and even add comments straight from the popup.</p>
|
|
<img src="./images/ss_popup.png" alt="Screenshot of Mostly Harmless showing all the places a page was posted." width="832" height="504" />
|
|
<h2>Desktop Notifications</h2>
|
|
<p>Every redditor knows the joy of getting an orangered. Every redditor <em>also</em> knows that finding out what it’s for, who it’s from, and what it says is half of the fun! Mostly Harmless will check for orangereds at a specified interval and display a desktop notification when you get one. Of course, you can turn this off if you like.</p>
|
|
<img src="./images/ss_notification.png" alt="Screenshot of Mostly Harmless sending a desktop notification for an orangered." width="812" height="128" class="too-sharp" />
|
|
<h2>Privacy</h2>
|
|
<p>Your browsing habits are your own, and you probably don't want every page you visit checked on reddit. Instead, Mostly Harmless can only look up pages when you click its icon if you so choose. Of course that could get tedious, so Mostly Harmless also supports excluding lookups based on domain and regular expression matches.</p>
|
|
<img src="./images/ss_excludedDomains.png" alt="Screenshot of a bank website being excluded from Mostly Harmless." width="832" height="355" />
|
|
</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’t already</li>
|
|
<li>Choose <strong>load unpacked extension</strong>, and navigate to the extracted code.</li>
|
|
</ol>
|
|
<h2>Fork me on Github</h2>
|
|
<p>I need to write something about Github forking and pull requests.</p>
|
|
<p>Or, you can run <code>git clone</code> to grab the files read-only.</p>
|
|
<pre><code>$ git clone git://github.com/Kerrick/Mostly-Harmless</code></pre>
|
|
</div>
|
|
<div class="article" id="help">
|
|
<h2>Help and F.A.Q</h2>
|
|
<p>I'll be writing about the default regular expressions here, among other things.</p>
|
|
<h2>Submit a Ticket</h2>
|
|
<p>I need to write something about feature requests and bug reports.</p>
|
|
</div>
|
|
<div class="article" id="credits">
|
|
<h2>Dependencies & 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 & 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 © 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> |