forked from I2P_Developers/i2p.www
Added OS logos to download page
This commit is contained in:
@@ -31,7 +31,10 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<div class="downloadlist">
|
||||
|
||||
<div class="package">
|
||||
<h1>Windows</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/windows.png') }}" alt="Windows" title="Windows" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<div class="file">
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s_windows.exe')) }}">i2pinstall_{{ ver() }}_windows.exe</a> ({{ def_mirror.org }})
|
||||
(<a href="{{ get_url('downloads_select', version=ver(), file=ver('i2pinstall_%s_windows.exe')) }}">{{ _('select alternate link') }}</a>)
|
||||
@@ -40,7 +43,6 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s_windows.exe.sig')) }}">sig</a>)
|
||||
</div>
|
||||
</div>
|
||||
<div class="details">
|
||||
{% trans -%}
|
||||
Download that file and run it.
|
||||
{%- endtrans %}
|
||||
@@ -48,7 +50,10 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
</div>
|
||||
|
||||
<div class="package">
|
||||
<h1>Mac OS X</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/mac-osx.png') }}" alt="Mac OS X" title="Mac OS X" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<div class="file">
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar')) }}">i2pinstall_{{ ver() }}.jar</a> ({{ def_mirror.org }})
|
||||
(<a href="{{ get_url('downloads_select', version=ver(), file=ver('i2pinstall_%s.jar')) }}">{{ _('select alternate link') }}</a>)
|
||||
@@ -57,7 +62,6 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar.sig')) }}">sig</a>)
|
||||
</div>
|
||||
</div>
|
||||
<div class="details">
|
||||
{% trans i2pversion=ver() -%}
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_{{ i2pversion }}.jar</code> in a terminal to run the
|
||||
@@ -75,7 +79,10 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
</div>
|
||||
|
||||
<div class="package">
|
||||
<h1>GNU/Linux / BSD / Solaris</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/freebsd-tux.png') }}" alt="GNU/Linux / BSD / Solaris" title="GNU/Linux / BSD / Solaris" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<div class="file">
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar')) }}">i2pinstall_{{ ver() }}.jar</a> ({{ def_mirror.org }})
|
||||
(<a href="{{ get_url('downloads_select', version=ver(), file=ver('i2pinstall_%s.jar')) }}">{{ _('select alternate link') }}</a>)
|
||||
@@ -84,7 +91,6 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pinstall_%s.jar.sig')) }}">sig</a>)
|
||||
</div>
|
||||
</div>
|
||||
<div class="details">
|
||||
{% trans i2pversion=ver() -%}
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_{{ i2pversion }}.jar</code> in a terminal to run the
|
||||
@@ -102,14 +108,19 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
</div>
|
||||
|
||||
<div class="package">
|
||||
<h1>Debian / Ubuntu</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/debian-ubuntu.png') }}" alt="Debian / Ubuntu" title="Debian / Ubuntu" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<a href="{{ get_url('downloads_debian') }}">{% trans %}Packages for Debian & Ubuntu are available.{% endtrans %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="package">
|
||||
<h1>Android</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/android.png') }}" alt="Android" title="Android" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<div class="file">
|
||||
<a href="http://{{ i2pconv('stats.i2p') }}/i2p.apk">i2p-android-0.9.7.1-0_b4-API8.apk</a>
|
||||
<div class="sig">
|
||||
@@ -117,7 +128,6 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
)
|
||||
</div>
|
||||
</div>
|
||||
<div class="details">
|
||||
{% trans devbuild='0.9.7.1-23_b2-API8', str4durl='http://'+i2pconv('str4d.i2p')+'/android/' -%}
|
||||
The above file is the current release build.
|
||||
The latest dev build is version {{ devbuild }}, and is available from
|
||||
@@ -134,7 +144,10 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
</div>
|
||||
|
||||
<div class="package">
|
||||
<h1>{{ _('Source package') }}</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/source.png') }}" alt="{{ _('Source package') }}" title="{{ _('Source package') }}" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<div class="file">
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2psource_%s.tar.bz2')) }}">i2psource_{{ ver() }}.tar.bz2</a> ({{ def_mirror.org }})
|
||||
(<a href="{{ get_url('downloads_select', version=ver(), file=ver('i2psource_%s.tar.bz2')) }}">{{ _('select alternate link') }}</a>)
|
||||
@@ -143,7 +156,6 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2psource_%s.tar.bz2.sig')) }}">sig</a>)
|
||||
</div>
|
||||
</div>
|
||||
<div class="details">
|
||||
{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
|
||||
gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',
|
||||
github='https://github.com/i2p/i2p.i2p',
|
||||
@@ -212,7 +224,9 @@ Both automatic and manual upgrades are available for the release.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<div class="package">
|
||||
<h1>{{ _('Automatic updates') }}</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/update-auto.png') }}" alt="{{ _('Automatic updates') }}" title="{{ _('Automatic updates') }}" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<p>{% trans -%}
|
||||
If you are running 0.7.5 or later, your router should detect the
|
||||
@@ -263,7 +277,10 @@ receive the release.
|
||||
</div>
|
||||
|
||||
<div class="package">
|
||||
<h1>{{ _('Manual updates') }}</h1>
|
||||
<div class="os">
|
||||
<img src="{{ url_for('static', filename='images/download/update-manual.png') }}" alt="{{ _('Manual updates') }}" title="{{ _('Manual updates') }}" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<div class="file">
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pupdate_%s.zip')) }}">i2pupdate_{{ ver() }}.zip</a> ({{ def_mirror.org }})
|
||||
(<a href="{{ get_url('downloads_select', version=ver(), file=ver('i2pupdate_%s.zip')) }}">{{ _('select alternate link') }}</a>)
|
||||
@@ -272,7 +289,6 @@ receive the release.
|
||||
<a href="{{ url_for('downloads_redirect', version=ver(), protocol=def_mirror.protocol, domain=def_mirror.domain, file=ver('i2pupdate_%s.zip.sig')) }}">sig</a>)
|
||||
</div>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ol>
|
||||
<li>
|
||||
{% trans -%}
|
||||
|
Reference in New Issue
Block a user