Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
Updated for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teleological committed Oct 7, 2012
1 parent a4eae9a commit d6fa19f
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@


<body> <body>


<a href="http://github.com/teleological/redmine-stealth-plugin"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> <a href="http://github.com/teleological/redmine_stealth"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>


<div id="container"> <div id="container">


<h1><a href="http://github.com/teleological/redmine-stealth-plugin">Redmine Stealth plugin</a></h1> <h1><a href="http://github.com/teleological/redmine_stealth">Redmine Stealth plugin</a></h1>


<div class="description"> <div class="description">
Sometimes sneaky is good. This plugin works like a mute button for Redmine notification emails. Sometimes sneaky is good. This plugin works like a mute button for Redmine notification emails.
Expand All @@ -49,23 +49,27 @@ <h1><a href="http://github.com/teleological/redmine-stealth-plugin">Redmine Stea
</p> </p>


<p> <p>
Version 0.5.0 adds support for Redmine 2.0.3 and continues to support Redmine 1.4.3 and Ruby 1.8 or 1.9. Version 0.6.0 adds support for Redmine 2.1.*, renews support for Redmine 2.0.* and 1.4.*, and adds Russian and Czech translations. (Thank you, Vladimir and jasir!)
Version 0.5.1 includes a Simplified Chinese translation. (Thanks, Steven W!)
</p> </p>


<h2>Install</h2> <h2>Install</h2>
<ul> <ul>
<li>Install the redmine-stealth-plugin into your redmine application directory: <li>Install the redmine_stealth plugin into your redmine application directory:
<ul> <ul>
<li>Redmine 1: <code>./script/plugin install http://github.com/teleological/redmine-stealth-plugin.git</code></li> <li>Redmine 1: <code>git clone http://github.com/teleological/redmine_stealth.git vendor/plugins/redmine_stealth</code></li>
<li>Redmine 2: <code>git clone http://github.com/teleological/redmine-stealth-plugin.git plugins/redmine-stealth-plugin</code></li> <li>Redmine 2: <code>git clone http://github.com/teleological/redmine_stealth.git plugins/redmine_stealth</code></li>
</code></li> </code></li>
</ul> </ul>
</li> </li>
<li> Restart any running Redmine application servers, or for Passenger, <code>touch tmp/restart.txt</code></li> <li> Restart any running Redmine application servers, or for Passenger, <code>touch tmp/restart.txt</code></li>
<li> Configure the per-role permissions for "Toggle stealth mode" as desired</li> <li> Configure the per-role permissions for "Toggle stealth mode" as desired</li>
</ul> </ul>


<h2>Upgrading</h2>
<ul>
<li>If you are upgrading from a version earlier than v0.6.0, be sure to rename the installation directory from "redmine-stealth-plugin" to "redmine_stealth".</li>
</ul>

<h2>Usage</h2> <h2>Usage</h2>
<ul> <ul>
<li>Click "Enable stealth mode" in the account menu in the upper right corner. If you don't see this option, the "Toggle stealth mode" permission may not be enabled for your role.</li> <li>Click "Enable stealth mode" in the account menu in the upper right corner. If you don't see this option, the "Toggle stealth mode" permission may not be enabled for your role.</li>
Expand All @@ -87,17 +91,19 @@ <h2>Contributors</h2>
<li><a href="http://github.com/tuxinaut">Denny Schäfer</a></li> <li><a href="http://github.com/tuxinaut">Denny Schäfer</a></li>
<li><a href="http://github.com/cs42">Carsten Schurig</a></li> <li><a href="http://github.com/cs42">Carsten Schurig</a></li>
<li><a href="http://github.com/archonwang">Steven W.</a></li> <li><a href="http://github.com/archonwang">Steven W.</a></li>
<li><a href="http://github.com/nettsundere">Vladimir Kiselev</a></li>
<li><a href="http://github.com/jasir">jasir</a></li>
</ul> </ul>

<h2>Download</h2> <h2>Download</h2>


<p>You can clone the project with <a href="http://git-scm.com">Git</a> <p>You can clone the project with <a href="http://git-scm.com">Git</a>
by running: by running:
<pre>$ git clone git://github.com/teleological/redmine-stealth-plugin</pre> <pre>$ git clone git://github.com/teleological/redmine_stealth</pre>
</p> </p>


<div class="footer"> <div class="footer">
get the source code on GitHub : <a href="http://github.com/teleological/redmine-stealth-plugin">teleological/redmine-stealth-plugin</a> get the source code on GitHub : <a href="http://github.com/teleological/redmine_stealth">teleological/redmine_stealth</a>
</div> </div>


</div> </div>
Expand Down

0 comments on commit d6fa19f

Please sign in to comment.