Files
i2p.www/i2p2www/pages/site/about/alternative-clients.html
thecashewtrader thecashewtrader 90c19a4fa8 Fix incorrect link description
2022-03-10 23:19:14 +00:00

31 lines
1.1 KiB
HTML

{% extends "global/layout.html" %}
{% block title %}{{ _('Alternative I2P clients') }}{% endblock %}
{% block content %}
<h1>{{ _('Alternative I2P clients') }}</h1>
<p>{% trans -%}
The main I2P client implementation uses Java. If for some
reason you can't use Java on your device, there are alternative implementations
developed by community members.
{%- endtrans %}</p>
<h2>i2pd</h2>
<p> {% trans i2pd='http://i2pd.website' -%}
<a href="{{ i2pd }}">i2pd</a> is a I2P client implementation in C++.
As of early 2016, i2pd has become stable enough to be used in
production, and since summer 2016 it fully implements all I2P APIs.
{%- endtrans %}</p>
<h2>Kovri</h2>
<p> {% trans kovri='https://github.com/monero-project/kovri' -%}
<a href="{{ kovri }}">Kovri</a> is active i2pd fork developed for Monero cryptocurrency.
{%- endtrans %}</p>
<h2>Go-I2P</h2>
<p> {% trans go_i2p='https://github.com/hkparker/go-i2p',
golang='https://golang.org' -%}
<a href="{{ go_i2p }}">Go-I2P</a> is I2P client developed using the
<a href="{{ golang }}">Go</a> programming language. The project is in early development.
{%- endtrans %}</p>
{% endblock %}