more preparation for launch

This commit is contained in:
Kerrick Long
2011-07-19 23:19:36 -05:00
parent 74a59404de
commit ede3ce7f53
3 changed files with 6 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+5 -2
View File
@@ -39,6 +39,7 @@
<pre><code data-language="bash">git clone git://github.com/Kerrick/Mostly-Harmless.git</code></pre>
<h2>Download the Source</h2>
<p>If you would like to install Mostly Harmless from <a hre="https://github.com/Kerrick/Mostly-Harmless">its source code</a>, visit the <a href="https://github.com/Kerrick/Mostly-Harmless/archives/master">github downloads page</a>, and click on the latest tagged download package for the most recent stable release. Alternatively, you can grab the <a href="https://github.com/Kerrick/Mostly-Harmless/tarball/master">latest tarball</a>, but consider that it could be in an unstable developmental state.</p>
<a href="https://github.com/Kerrick/Mostly-Harmless" title="Click here to view Mostly Harmless on github!"><img src="./images/ss_sourcecode.png" alt="Screenshot of a part of the Mostly Harmless source code." width="812" height="177"/></a>
<p>To install from source:</p>
<ol>
<li>Download the latest ZIP and extract it</li>
@@ -48,7 +49,7 @@
</ol>
</div>
<div class="article" id="help">
<h2>Submit a Ticket</h2>
<h2>How can I suggest a feature or report a bug?</h2>
<p>If you find a bug in Mostly Harmless, or if you would like to request a new feature, doing so is easy! Simply visit <a href="https://github.com/Kerrick/Mostly-Harmless/issues/new">github.com/Kerrick/Mostly-Harmless/issues/new</a> and submit a ticket! Be sure to be very descriptive so I can figure out exactly what is wrong, or precisely what you are requesting.</p>
<a href="https://github.com/Kerrick/Mostly-Harmless/issues" title="Click here to view open issues for Mostly Harmless"><img src="./images/ss_issues.png" alt="Screenshot of a new issue being submitted." width="812" height="345"/></a>
<h2>Why does it take so long to get an orangered notification?</h2>
@@ -60,7 +61,9 @@
&lt;KerrickLong&gt; chromakode, if I make the orangereds poll /api/me.json instead of /messages/new, could I reduce the interval since it will be a LOT less load?
&lt;spladug&gt; KerrickLong, /api/me.json would be preferable, but 5 minutes would still be nice. we've seen some crazy high load from shine the last few days and would like to try to avoid having the same issue again</code></pre>
</blockquote>
<h2>What do the default &ldquo;Excluded Regex&rdquo; mean?</h2>
<h2>Why aren&rsquo;t you using Snoo, the reddit alien, as the icon?</h2>
<p>The reddit alien logo is a trademark of Conde Nast Digital, and I am required to <a href="http://www.reddit.com/help/licensing">apply for a license to use it</a>. I have done so, and am waiting to hear back. Until then, I cannot use Snoo.</p>
<h2>What do the default &ldquo;Excluded Regex&rdquo; patterns mean?</h2>
<p>For those that don't speak regular expressions, I'll go over the default Excluded Regex patterns here so you can know which ones to get rid of.</p>
<pre><code>chrome://.*</code></pre>
<p>This excludes all Google Chrome pages such as the new tab page, Chrome settings, et. al.</p>
+1 -1
View File
@@ -27,7 +27,7 @@ div.article h2{font:24px 'Carter One', sans-serif;line-height:24px;margin:24px 0
div.article h2:first-child{margin-top:0;}
div.article p{margin:0 0 12px;}
div.article img[width="832"]{margin:0 -10px;}
div.article img[width="812"]{border-radius:3px;}
div.article img[width="812"]{box-shadow:0px 2px 10px black;border:1px solid white;padding:1px;background:black;margin: -2px -2px 10px -2px;}
div.article ul{border-bottom:1px solid #848484;border-left:1px solid #121212;border-right:1px solid #848484;border-top:1px solid #121212;background:#383838;}
div.article ul li{border-bottom:1px solid #121212;border-left:1px solid #848484;border-right:1px solid #121212;border-top:1px solid #848484;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;_height:48px;height:48px;width:200px;background:#444;}
div.article ul li a{background:url(icons/generic.png) 8px top no-repeat;color:#848484;display:block;font:10px Arial, Helvetica, sans-serif;line-height:6px;height:100%;text-decoration:none;padding:0 0 0 48px;width:152px;}