propagate from branch 'i2p.www' (head 95988c2dfd38322c36c8fbe4fe1cfd81dab318fd)

to branch 'i2p.www.revamp' (head 782f49f8ae745afac983d595254cf14e9993c7ad)
This commit is contained in:
str4d
2013-01-01 09:59:57 +00:00
12 changed files with 232 additions and 35 deletions

View File

@@ -32,23 +32,30 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<div class="package">
<h1>Mac OS X</h1>
<div class="file">
<a href="{{ url_for('downloads_select', file=ver('i2pinstall_%s.jar')) }}">i2pinstall_{{ ver() }}.jar</a>
<a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3.jar') }}">i2pinstall_0.9.3.jar</a>
<div class="sig">
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="{{ url_for('downloads_select', file=ver('i2pinstall_%s.jar.sig')) }}">sig</a>)
4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494
<a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3.jar.sig') }}">sig</a>)
</div>
</div>
<div class="details">
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_{{ ver() }}.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.3.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
You may be able to right-click and select
&quot;Open with Java&quot;.
<div class="warning">
Due to <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/ticket/826">a wrapper bug</a>, the 0.9.4 installer
will <b>NOT</b> work on OS X. Use the 0.9.3 installer. After I2P starts, it will
automatically update to 0.9.4.
See <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/ticket/826">the ticket</a> for additional information,
links, and workarounds.
</div>
<h2>Command line (headless) install:</h2>
Download the graphical installer file above and
run <code>java -jar i2pinstall_{{ ver() }}.jar -console</code> from the command line.
Download the 0.9.3 graphical installer file above and
run <code>java -jar i2pinstall_0.9.3.jar -console</code> from the command line.
</div>
</div>