From 1c2a66ad3b9fe42dea1caac5526a02c69c04db32 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Sun, 5 Dec 2021 05:32:28 -0500 Subject: [PATCH] Remove mention of monotone on d/l page, fix android source link --- i2p2www/pages/downloads/list.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 20b4448c8..0a9240d16 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -224,17 +224,18 @@ I2P connections.</p> <p>{% 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', + android='https://github.com/i2p/i2p.android.base', i2pversion=ver() -%} - Alternately, you can fetch the source from <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a> - or via Git from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>. + Alternately, you can fetch the source via <a href="{{ monotoneurl }}#getting-the-i2p-code">Git</a> + from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>. <br /> Run <code>(tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)</code> then either run the GUI installer or headless install as above. {%- endtrans %}</p> <p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'), github='https://github.com/i2p/i2p.android.base' -%} - Android source is in <a href="{{ monotoneurl }}#getting-the-i2p-code">git</a> - and on <a href="{{ github }}">Github</a>. + Android source is also in <a href="{{ monotoneurl }}#getting-the-i2p-code">git</a> + on <a href="{{ android }}">Github</a>. Android builds require the I2P source. See the documentation in the Android source for additional build requirements and instructions. {%- endtrans %}</p> -- GitLab