forked from I2P_Developers/i2p.www
Explain what is in the software on the download page
This commit is contained in:
@@ -47,8 +47,6 @@ Windows: Java 8 is recommended. Java 9 or higher may not work.
|
||||
{%- endtrans %}
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<h3>{{ _('Release Notes') }}</h3>
|
||||
<ul><li>
|
||||
<a href="{{ site_url() }}blog/category/release">{{ _('Release Notes') }}</a>
|
||||
@@ -63,11 +61,26 @@ Windows: Java 8 is recommended. Java 9 or higher may not work.
|
||||
|
||||
|
||||
<h3>{{ _('Pick your I2P Bundle') }}</h3>
|
||||
|
||||
<p>
|
||||
When you download the I2P software bundle, you get everything you need to connect
|
||||
and start participating in the I2P network and community. It even includes basic
|
||||
applications for every user, like e-mail, bittorrent, and a basic I2P site for
|
||||
you to personalize and share.
|
||||
</p>
|
||||
|
||||
<p>After you've installed, a set up wizard will help you configure a few
|
||||
important things like how much bandwidth you would like to share while your
|
||||
router begins to make connections to the network. After the set up wizard is
|
||||
complete, you will be directed to the console home page where you can access
|
||||
the rest of the applications or configure, monitopr, or troubleshoot your
|
||||
I2P connections.</p>
|
||||
|
||||
<div class="downloadlist">
|
||||
|
||||
{% call package('windows') %}
|
||||
<p>{% trans -%}
|
||||
Download that file and run it.
|
||||
Download the file and run it.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<div class="file">
|
||||
@@ -130,6 +143,12 @@ Windows: Java 8 is recommended. Java 9 or higher may not work.
|
||||
<div class="file">
|
||||
<a class="default" href="{{ get_url('downloads_debian') }}">{% trans %}Packages for Debian & Ubuntu are available.{% endtrans %}</a>
|
||||
</div>
|
||||
<p>{% trans -%}
|
||||
I2P is available in the official repositories for Ubuntu Bionic and later, and Debian Buster and Sid.
|
||||
However, Debian Buster and Ubuntu Bionic (LTS) distributions will have older I2P versions.
|
||||
If you are not running Debian Sid or the latest Ubuntu release,
|
||||
use our Debian repo or Launchpad PPA to ensure you're running the latest I2P version.
|
||||
{%- endtrans %}</p>
|
||||
{% endcall %}
|
||||
|
||||
{% call package('android') %}
|
||||
@@ -235,11 +254,11 @@ and will need to be manually updated using the process below.
|
||||
<ol>
|
||||
<li>
|
||||
{% trans -%}
|
||||
Download that file to your I2P
|
||||
Download the file to your I2P
|
||||
installation directory and <b>rename as i2pupdate.zip</b>.
|
||||
(alternately, you can get the source as above and run "ant updater", then copy the
|
||||
resulting i2pupdate.zip to your I2P installation directory). You do
|
||||
NOT need to unzip that file.
|
||||
NOT need to unzip the file.
|
||||
{%- endtrans %}
|
||||
</li>
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user