diff --git a/.gitignore b/.gitignore index 54e11fd..e418e09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ deploy/ resources/ -_locales/ \ No newline at end of file +_locales/ +.project +.sublime-project diff --git a/index.html b/index.html index a584005..8d6f24d 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Mostly Harmless: A Google Chrome extension for awesome redditors - + @@ -18,7 +18,7 @@

Discovery & Voting

-

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 the story up or down, and even save, hide, and report the post straight from the popup.

+

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 the story up or down, and even save, hide, and report the post straight from the popup. You can even resubmit the post to another subreddit.

Screenshot of Mostly Harmless showing all the places a page was posted.

Commenting

Comments and discussion are a huge part of reddit, so it was important to bake that capability right into Mostly Harmless. You can add a comment from the popup, and if you’re typing a particularly long comment and accidentally close the popup, Mostly Harmless should still have it cached!

@@ -36,7 +36,7 @@

Mostly Harmless has plenty of options to make it your own, but it doesn't get confusing because of the slick interface and explanations for each setting.

Screenshot of the Mostly Harmless settings.

Internationalization

-

The internet is powered a wide and diverse group of people, so Mostly Harmless supports internationalization. Currently the extension has been translated into English, Spanish, Catalan, Danish, and Finnish. If you fork Mostly Harmless on Github and write your own translation, it could be in any language the Chrome Web Store supports!

+

The internet is powered a wide and diverse group of people, so Mostly Harmless supports internationalization. Currently the extension has been translated into English, French, Dutch, Catalan, Danish, Spanish, Hungarian, Finnish, and Hindi. If you fork Mostly Harmless on Github and write your own translation, it could be in any language the Chrome Web Store supports!

Screenshot Mostly Harmless running in Spanish.
@@ -49,7 +49,7 @@

Or, you can run git clone to grab the files read-only.

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.

+

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 from the development branch, but consider that it could be in an unstable state.

Screenshot of a part of the Mostly Harmless source code.

To install from source:

    @@ -62,7 +62,6 @@

    What are some of the known issues with Mostly Harmless?

      -
    1. After clicking a vote icon, hide, or report, the state may not appear to change unless you move your mouse over the vote icons (for voting) or the post (for hiding/reporting). This is a known bug in Google Chrome. If you want this to be fixed, please star the issue in the Chrome bug tracker.
    2. If Google Chrome is minimized when you click on an orangered notification, a new tab will open for your inbox in your most recently focused window, but it will not bring the window to the foreground. This is a known bug in Google Chrome. If you want this to be fixed, please star the issue in the Chrome bug tracker.

    How can I suggest a feature or report a bug?

    @@ -117,6 +116,9 @@ >
  1. arrowsamaTranslation: Catalan
  2. M4T1A5Translation: Finnish
  3. ChinnedTranslation: Danish
  4. UnderyxTranslation: Hungarian
  5. PoivronTranslation: French
  6. vveksuvarnaTranslation: Hindi
  7. Your Name Here!Contribute to the project
  8. @@ -139,9 +141,9 @@ try { var pageTracker = _gat._getTracker("UA-18432597-7"); pageTracker._trackPageview(); - } + } catch (err) { } - \ No newline at end of file +