diff --git a/images/ss_sourcecode.png b/images/ss_sourcecode.png new file mode 100644 index 0000000..4a4774a Binary files /dev/null and b/images/ss_sourcecode.png differ diff --git a/index.html b/index.html index a9de15a..be12169 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,7 @@
git clone git://github.com/Kerrick/Mostly-Harmless.git

Download the Source

If you would like to install Mostly Harmless from its source code, visit the github downloads page, and click on the latest tagged download package for the most recent stable release. Alternatively, you can grab the latest tarball, but consider that it could be in an unstable developmental state.

+ Screenshot of a part of the Mostly Harmless source code.

To install from source:

  1. Download the latest ZIP and extract it
  2. @@ -48,7 +49,7 @@
-

Submit a Ticket

+

How can I suggest a feature or report a bug?

If you find a bug in Mostly Harmless, or if you would like to request a new feature, doing so is easy! Simply visit github.com/Kerrick/Mostly-Harmless/issues/new 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.

Screenshot of a new issue being submitted.

Why does it take so long to get an orangered notification?

@@ -60,7 +61,9 @@ <KerrickLong> 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? <spladug> 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 -

What do the default “Excluded Regex” mean?

+

Why aren’t you using Snoo, the reddit alien, as the icon?

+

The reddit alien logo is a trademark of Conde Nast Digital, and I am required to apply for a license to use it. I have done so, and am waiting to hear back. Until then, I cannot use Snoo.

+

What do the default “Excluded Regex” patterns mean?

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.

chrome://.*

This excludes all Google Chrome pages such as the new tab page, Chrome settings, et. al.

diff --git a/style.css b/style.css index 776fb6d..9c6d918 100644 --- a/style.css +++ b/style.css @@ -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;}