Files
i2p.www/i2p2www/pages/site/docs/applications/supported.html

745 lines
26 KiB
HTML

{% extends "global/layout.html" %}
{% block title %}{% trans %}Supported Applications{% endtrans %}{% endblock %}
{% block content_nav %}
<ul>
<li><a href="#blogging-and-forums">{% trans %}Blogging, Forums, and Wikis{% endtrans %}</a></li>
<li><a href="#decentralized-file-storage">{% trans %}Decentralized File Storage{% endtrans %}</a></li>
<li>
<a href="#development-tools">{% trans %}Development Tools{% endtrans %}</a>
<ul>
<li><a href="#version-control">{% trans %}Version control{% endtrans %}</a></li>
</ul>
</li>
<li><a href="#domain-naming">{% trans %}Domain Naming{% endtrans %}</a></li>
<li><a href="#email">{% trans %}Email{% endtrans %}</a></li>
<li>
<a href="#file-sharing">{% trans %}File Sharing{% endtrans %}</a>
<ul>
<li><a href="#bittorrent-clients">{% trans %}BitTorrent clients{% endtrans %}</a></li>
<li><a href="#bittorrent-trackers-and-indexers">{% trans %}BitTorrent trackers and indexers{% endtrans %}</a></li>
<li><a href="#ed2k">ED2K</a></li>
<li><a href="#gnutella">Gnutella</a></li>
</ul>
</li>
<li>
<a href="#network-administration">{% trans %}Network Administration{% endtrans %}</a>
<ul>
<li><a href="#general-purpose-socket-utilities">{% trans %}General-purpose socket utilities{% endtrans %}</a></li>
<li><a href="#sshscpsftp">SSH/SCP/SFTP</a></li>
</ul>
</li>
<li>
<a href="#real-time-chat">{% trans %}Real-time Chat{% endtrans %}</a>
<ul>
<li><a href="#instant-messaging-clients">{% trans %}Instant messaging clients{% endtrans %}</a></li>
<li><a href="#irc-clients">{% trans %}IRC clients{% endtrans %}</a></li>
<li><a href="#irc-servers">{% trans %}IRC servers{% endtrans %}</a></li>
</ul>
</li>
<li>
<a href="#web-browsing">{% trans %}Web Browsing{% endtrans %}</a>
<ul>
<li><a href="#anonymous-websites">{% trans %}Anonymous websites{% endtrans %}</a></li>
<li><a href="#proxy-software">{% trans %}Proxy software{% endtrans %}</a></li>
<li><a href="#inproxies">{% trans %}Inproxies{% endtrans %}</a></li>
<li><a href="#outproxies">{% trans %}Outproxies{% endtrans %}</a></li>
</ul>
</li>
<li>
<a href="#website-hosting">{% trans %}Website Hosting{% endtrans %}</a>
<ul>
<li><a href="#web-servers">{% trans %}Web servers{% endtrans %}</a></li>
</ul>
</li>
</ul>
{% endblock %}
{% block content %}
<p>{% trans trac='https://trac.i2p2.de/report/1' -%}
This is intended to be a comprehensive listing of applications used with
I2P. If you know of something that's missing please submit a ticket on
<a href="{{trac }}">Trac</a>, and be sure to select the
“www” component in the submission form.
{%- endtrans %}</p>
<p>{% trans %}
Supported applications are tagged with one or more of the following:
{%- endtrans %}</p>
<dl>
<dt><em>{{ _('bundled') }}</em></dt>
<dd>
<p>{% trans -%}
<em>Bundled application</em> — I2P ships with a few officially
supported applications that let new users take immediate advantage of
some of I2P's more useful capabilities.
{%- endtrans %}</p>
</dd>
</dl>
<dl>
<dt><em>{{ _('plugin') }}</em></dt>
<dd>
<p>{% trans plugins=('stats.i2p/i2p/plugins/') -%}
<em>Third-party plugin</em> — I2P's plugin system provides convenient
deployment of I2P-enabled applications and allows tighter integration
with the router. Plugins are [reviewed by the community](<a href=
"http://{{ plugins }}">http://{{ plugins }}</a>) to identify security and
anonymity issues.
{%- endtrans %}</p>
</dd>
</dl>
<dl>
<dt><em>{{ _('standalone') }}, {{ _('standalone/mod') }}</em></dt>
<dd>
<p>{% trans -%}
<em>Third-party standalone application</em> — Many standard network
applications only require careful setup and configuration to communicate
anonymously over I2P. These are tagged with <em>standalone</em>. Some
applications, tagged with <em>standalone/mod</em>, require patching to
function properly over I2P or to prevent inadvertent disclosure of
identifying information such as the user's hostname or external IP
address.
{%- endtrans %}</p>
</dd>
</dl>
<dl>
<dt><em>{{ _('service') }}</em></dt>
<dd>
<p>{% trans -%}
<em>Third-party essential network service</em> — Services which on
the I2P network are analogous to those provided on the public Internet
by hosting providers, ISPs, and Google: eepsite indexes and jump
services, search engines, email, DNS-style name services, hosting,
proxies, etc. These services focus on boosting the usefulness of the
network as a whole, and making network content more discoverable.
{%- endtrans %}</p>
</dd>
</dl>
<dl>
<dt><em>{{ _('unmaintained') }}</em></dt>
<dd>
<p>{% trans -%}
<em>Unmaintained</em> — This is used to tag plugins, applications,
and services which appear to be unmaintained and may be removed from
this listing in the future.
{%- endtrans %}</p>
</dd>
</dl>
<p><strong>{% trans threatmodel=site_url('docs/how/threat-model') -%}
Warning: Using an application, plugin, or service with I2P
doesn't automatically protect your anonymity. I2P is merely a set of tools
which can help you mitigate certain <a href="{{ threatmodel }}">identified
threats to anonymity</a>. We do not and cannot make any guarantees about the
safety of the applications, plugins, and services listed below. Most
applications and plugins must be properly configured, and some will need to
be patched — and even then your anonymity might not be assured. Similarly,
services could put your anonymity at risk, either by design or through
carelessness on their part or your own.
{%- endtrans %}</strong></p>
<p><strong>{% trans -%}
If you have doubts about the suitability of an application,
plugin, or service for use with I2P, you are urged to inquire about privacy
issues with its maintainers, to search its mailing lists and bug tracker if
one exists, and consult trusted, knowledgeable members of the I2P
community.
{%- endtrans %}</strong></p>
<p><strong>{% trans -%}
Take responsibility for your own anonymity and safety — always
seek expert advice, educate yourself, practice good judgment, be mindful of
disclosing personally identifying information, and don't take
shortcuts.
{%- endtrans %}</strong></p>
<h3 id="blogging-and-forums"><a href="#TOC">{% trans %}Blogging, Forums, and Wikis{% endtrans %}</a></h3>
<ul>
<!-- let's disable this for now, at least, since it's nearly impossible to
find configuration instructions; plus, there certainly isn't a plugin
available for this.
<li>
<p><a href="http://www.blojsom.com/blog/"><strong>Blojsom</strong></a> —
Lightweight blogging platform.
<sup><em>[{{ _('plugin') }},&nbsp;{{ _('standalone/mod') }}]</em></sup></p>
</li>
-->
<li>
<p><a href="https://github.com/trevorturk/eldorado/"><strong>El Dorado</strong></a>
{% trans %}Lightweight forum software.{% endtrans %}
<sup><em>[{{ _('standalone/mod') }}]</em></sup></p>
</li>
<li>
<p><a href="http://pebble.sourceforge.net/"><strong>Pebble</strong></a>
{% trans %}Another lightweight blogging platform.{% endtrans %}
<sup><em>[{{ _('plugin') }},&nbsp;{{ _('standalone/mod') }}]</em></sup></p>
</li>
<li>
<p><a href="https://www.phpbb.com/"><strong>phpBB</strong></a>
{% trans %}Most popular open source forum software.{% endtrans %}
<sup><em>[{{ _('standalone/mod') }}]</em></sup></p>
</li>
<li>
<p><a href="http://syndie.de/"><strong>Syndie</strong></a>
{% trans %}Distributed forums software, originally developed by jrandom.{% endtrans %}
<sup><em>[{{ _('plugin') }},&nbsp;{{ _('standalone') }},&nbsp;{{ _('unmaintained') }}]</em></sup></p>
</li>
<li>
<p><a href="http://jamwiki.org"><strong>JAMWiki</strong></a>
{% trans plugins=i2pconv('plugins.i2p') -%}
A Java-based MediaWiki clone. No external database needed.
Plugin available <a href="http://{{ plugins }}/plugins/jamwiki">here</a>.
{%- endtrans %}
<sup><em>[{{ _('standalone') }},&nbsp;{{ _('plugin') }}]</em></sup></p>
</li>
</ul>
<h3 id="decentralized-file-storage"><a href="#TOC">{% trans %}Decentralized File Storage{% endtrans %}</a></h3>
<ul>
<li><a href="http://echelon.i2p/tahoelafs/"><strong>Tahoe-LAFS-I2P</strong></a>
{% trans stats=i2pconv('stats.i2p') -%}
Port of the <a href="http://tahoe-lafs.org/"><strong>Tahoe-LAFS</strong></a>
distributed file system to the I2P network. Controller plugin <a href=
"http://{{ stats }}/i2p/plugins/">here</a>.
{%- endtrans %}
<sup><em>[{{ _('plugin') }},&nbsp;{{ _('standalone') }}]</em></sup></li>
</ul>
<h3 id="development-tools"><a href="#TOC">{% trans %}Development Tools{% endtrans %}</a></h3>
<h4 id="version-control"><a href="#TOC">{% trans %}Version control{% endtrans %}</a></h4>
<ul>
<li>
<p><a href="http://git-scm.com/"><strong>Git</strong></a>
{% trans %}Most popular distributed version control system.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.monotone.ca/"><strong>Monotone</strong></a>
{% trans monotone=site_url('get-involved/guides/monotone') -%}
Another distributed version control system. Currently
<a href="{{ monotone }}">used in I2P development</a>.
{%- endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<h3 id="domain-naming"><a href="#TOC">{% trans %}Domain Naming{% endtrans %}</a></h3>
<ul>
<li><a href="http://127.0.0.1:7657/susidns/"><strong>susidns</strong></a>
{% trans naming=site_url('docs/naming') -%}
Provides management of addressbooks, which are part of a simple,
user-controlled <a href="{{ naming }}">I2P naming system</a> somewhat
analogous to the Internet's Domain Name System (DNS). Addressbooks map
Base64 destinations to short, usually human-readable “domain” names ending
with a .i2p suffix which the I2P router's HTTP client can resolve back to
Base64 addresses. (<em>Note:</em> While Base64 destinations are globally
unique, addressbook “domain” names only resolve to unique destinations
locally.)
{%- endtrans %}
<sup><em>[{{ _('bundled') }}]</em></sup>
</li>
</ul>
<h3 id="email"><a href="#TOC">{% trans %}Email{% endtrans %}</a></h3>
<ul>
<li>
<p><a href="http://{{ i2pconv('bote.i2p') }}/"><strong>I2P-Bote</strong></a>
{% trans -%}
Serverless peer-to-peer email application using a distributed hash table
(DHT) for secure mail storage.
{%- endtrans %}
<sup><em>[{{ _('plugin') }}]</em></sup></p>
</li>
<li>
<p><a href="http://{{ i2pconv('hq.postman.i2p') }}/"><strong>Postman's anonymous email service</strong></a>
{% trans -%}
Provides email service within the I2P network via @mail.i2p addresses,
and email gateway service between the I2P network and the public Internet
via @i2pmail.org addresses. One of the oldest continuous services on I2P.
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup></p>
</li>
<li>
<p><a href="http://127.0.0.1:7657/susimail/susimail"><strong>susimail</strong></a>
{% trans -%}
Simple web browser-based email interface. Configured to use Postman's
email service by default.
{%- endtrans %}
<sup><em>[{{ _('bundled') }}]</em></sup></p>
</li>
<li>
<p><strong>Sylpheed Claws, Thunderbird, other MUAs</strong>
{% trans reviews='http://'+i2pconv('hq.postman.i2p')+'/?page_id=9',
smtp='http://'+i2pconv('hq.postman.i2p')+'/?page_id=10',
pop3='http://'+i2pconv('hq.postman.i2p')+'/?page_id=11' -%}
Can be configured to use Postman's email service. See
<a href="{{ reviews}}">this comparison of MUAs</a>,
and configuration settings for
<a href="{{ smtp }}">SMTP</a> and <a href="{{ pop3 }}">POP3</a>.
{%- endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<h3 id="file-sharing"><a href="#TOC">{% trans %}File Sharing{% endtrans %}</a></h3>
<h4 id="bittorrent-clients"><a href="#TOC">{% trans %}BitTorrent clients{% endtrans %}</a></h4>
<ul>
<li>
<p><a href="http://127.0.0.1:7657/i2psnark/"><strong>I2PSnark</strong></a>
{% trans %}I2P's integrated BitTorrent client.{% endtrans %}
<sup><em>[{{ _('bundled') }}]</em></sup></p>
</li>
<li>
<p><a href="http://echelon.i2p/i2psnarkxl"><strong>I2PSnarkXL</strong></a>
{% trans %}Modified version of I2PSnark, no more supported neither
functional.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://{{ i2pconv('bob.i2p') }}/Robert.html"><strong>Robert</strong></a>
{% trans %}
A fork of rufus that uses the Basic Open Bridge (BOB) and has many
improvements, including using the latest wxwidgets and python. It also
supports use of seedless if installed for trackerless torrents and
magnet-link like fetching of torrents within I2P.
{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.transmissionbt.com/"><strong>Transmission</strong></a>
{% trans -%}
Clean, full-featured cross-platform BitTorrent client with official
ports for several GUI toolkits.
{%- endtrans %}
<sup><em>[{{ _('standalone/mod') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.vuze.com//w/I2PHelper_HowTo"><strong>Azureus/Vuze</strong></a>
{% trans %}Has a plugin providing I2P support.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<h4 id="bittorrent-trackers-and-indexers"><a href="#TOC">{% trans %}BitTorrent trackers and indexers{% endtrans %}</a></h4>
<p>{% trans zzz=i2pconv('zzz.i2p') -%}
For a detailed feature comparison of I2P-enabled trackers/indexers, see
<a href="http://{{ zzz }}/files/trackers.html">here</a>.
{%- endtrans %}</p>
<ul>
<li>
<p><a href="http://{{ i2pconv('echelon.i2p') }}/tracker/"><strong>Bytemonsoon</strong></a>
{% trans -%}
The code that powered one of the first major tracker/indexer sites on the
Internet. Patched for I2P.
{%- endtrans %}
<sup><em>[{{ _('standalone/mod') }}]</em></sup></p>
</li>
<li>
<p><a href="http://erdgeist.org/arts/software/opentracker/"><strong>opentracker</strong></a>
{% trans newdevs=site_url('get-involved/guides/new-developers') -%}
Lightweight tracker/indexer. I2P mod available in the i2p.opentracker
branch of the <a href="{{ newdevs }}">I2P Monotone repository</a>.
{%- endtrans %}
<sup><em>[{{ _('standalone/mod') }}]</em></sup></p>
</li>
<li>
<p><a href="http://{{ i2pconv('stats.i2p') }}/i2p/plugins/"><strong>zzzot</strong></a>
{% trans zzz=i2pconv('zzz.i2p') -%}
<a href="http://{{ zzz }}/">zzz's</a> Java-based open tracker. More info
<a href="http://{{ zzz }}/topics/598?page=1#p2085">here</a>.
{%- endtrans %}
<sup><em>[{{ _('plugin') }}]</em></sup></p>
</li>
</ul>
<h4 id="ed2k"><a href="#TOC">ED2K</a></h4>
<ul>
<li>
<a href="http://www.imule.i2p"><strong>iMule</strong></a>
{% trans %}I2P port of the aMule ED2K client.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></li>
</ul>
<h4 id="gnutella"><a href="#TOC">Gnutella</a></h4>
<ul>
<li>
<p><a href="http://echelon.i2p/i2phex"><strong>I2Phex</strong></a>
{% trans stats=i2pconv('stats.i2p') -%}
Port of the <a href="http://www.phex.org/mambo/">Phex</a> Gnutella client. Website
for plugin version <a href="http://{{ stats }}/i2p/plugins/">here</a>.
{%- endtrans %}
<sup><em>[{{ _('plugin') }},&nbsp;{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://echelon.i2p/jwebcache"><strong>jwebcache</strong></a>
{% trans stats=i2pconv('stats.i2p') -%}
Cache for Gnutella peers on I2P. Website for plugin version
<a href="http://{{ stats }}/i2p/plugins/">here</a>.
{%- endtrans %}
<sup><em>[{{ _('plugin') }},&nbsp;{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<h3 id="network-administration"><a href="#TOC">{% trans %}Network Administration{% endtrans %}</a></h3>
<h4 id="general-purpose-socket-utilities"><a href="#TOC">{% trans %}General-purpose socket utilities{% endtrans %}</a></h4>
<ul>
<li>
<p><a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/"><strong>netcat-openbsd</strong></a>
{% trans -%}
OpenBSD's rewrite of the Unix standard tool, netcat, for socket relaying.
Several clones, ports, and forks have appeared over the years.
{%- endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.dest-unreach.org/socat/"><strong>socat</strong></a>
{% trans %}Like netcat but more powerful.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<!--<li>
<p><a href="http://tsocks.sourceforge.net/"><strong>tsocks</strong></a> —
{% trans %}Proxy providing simple, transparent SOCKS-ification of network applications.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>-->
</ul>
<h4 id="sshscpsftp"><a href="#TOC">SSH/SCP/SFTP</a></h4>
<ul>
<li>
<p><a href="http://www.openssh.com/"><strong>OpenSSH</strong></a>
{% trans %}Most popular implementation of the Secure Shell (SSH) protocol and related tools.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/"><strong>PuTTY</strong></a>
{% trans %}Open source Secure Shell (SSH) client for Windows.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<h3 id="real-time-chat"><a href="#TOC">{% trans %}Real-time Chat{% endtrans %}</a></h3>
<h4 id="instant-messaging-clients"><a href="#TOC">{% trans %}Instant messaging clients{% endtrans %}</a></h4>
<ul>
<li>
<a href="http://echelon.i2p/qti2pmessenger"><strong>I2P Messenger</strong></a>
{% trans %}IM client with multiple incarnations, unsuported.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup>
</li>
</ul>
<h4 id="irc-clients"><a href="#TOC">{% trans %}IRC clients{% endtrans %}</a></h4>
<p>{% trans -%}
Many IRC clients leak identifying information to servers or other
clients, so I2P's IRC and SOCKS IRC client tunnels filter certain inbound
and outbound messages to scrub data such as LAN IP addresses, external IP
addresses, local hostnames, and the name and version of the IRC client. Two
message types in particular, DCC and CTCP, can't be sufficiently anonymized
without changes to the protocols or to IRC client/server code, so they are
completely blocked, except for CTCP ACTION (the message emitted by the
<code>/me</code> command) which isn't inherently dangerous.
{%- endtrans %}</p>
<p>{% trans -%}
I2P's IRC filtering may not cover every possible leak — users should also
check if their client is sending their real name or local username. Packet
sniffers such as <a href="http://www.wireshark.org/">Wireshark</a> are
useful here. Eliminating remaining leaks may be as simple as changing the
client's default configuration. If that doesn't help, inform the I2P
developers; they may be able to solve it via additional filtering.
{%- endtrans %}</p>
<ul>
<li>
<p><a href="http://www.oldschoolirc.com/"><strong>jIRCii</strong></a>
{% trans stats=i2pconv('stats.i2p') -%}
Small Java-based IRC client. Plugin available <a href=
"http://{{ stats }}/i2p/plugins/">here</a>.
{%- endtrans %}
<sup><em>[{{ _('plugin') }},&nbsp;{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="https://hexchat.github.io/"><strong>HexChat</strong></a>
{% trans %}Cross-platform graphical IRC client based on XChat.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.irssi.org/"><strong>irssi</strong></a>
{% trans %}Unixy terminal-based IRC client.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.weechat.org/"><strong>WeeChat</strong></a>
{% trans %}Another Unixy terminal-based IRC client.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<h4 id="irc-servers"><a href="#TOC">{% trans %}IRC servers{% endtrans %}</a></h4>
<ul>
<li>
<p><a href="http://ngircd.barton.de/index.php.en"><strong>ngIRCd</strong></a>
{% trans %}IRC server developed from scratch.{% endtrans %}
<sup><em>[{{ _('standalone/mod') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.unrealircd.com/"><strong>UnrealIRCd</strong></a>
{% trans %}Most popular IRC server.{% endtrans %}
<sup><em>[{{ _('standalone/mod') }}]</em></sup></p>
</li>
</ul>
<h3 id="web-browsing"><a href="#TOC">{% trans %}Web Browsing{% endtrans %}</a></h3>
<h4 id="anonymous-websites"><a href="#TOC">{% trans %}Anonymous websites{% endtrans %}</a></h4>
<ul>
<li>
<p><strong>Eepsites</strong>
{% trans -%}
Any website hosted anonymously on I2P, reachable through the I2P router's HTTP proxy.
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup></p>
</li>
<li>
<p><strong>Deepsites</strong>
{% trans -%}
Distributed anonymous websites hosted
using Tahoe-LAFS-I2P, currently only reachable with Tahoe-LAFS-I2P
clients or through the Tahoe-LAFS-I2P HTTP proxy.
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup></p>
</li>
<li>
<p><a href="http://{{ i2pconv('i2host.i2p') }}/"><strong>{{ i2pconv('i2host.i2p') }}</strong></a>
{% trans sponge=i2pconv('sponge.i2p') -%}
Website for <a href="http://{{ sponge }}/">sponge's</a> jump service.
Source code available.
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup></p>
</li>
<li>
<p><a href="http://{{ i2pconv('i2jump.i2p') }}/"><strong>{{ i2pconv('i2jump.i2p') }}</strong></a>
{% trans %}Another jump service.{% endtrans %}
<sup><em>[{{ _('service') }}]</em></sup></p>
</li>
<li>
<p><a href="http://{{ i2pconv('identiguy.i2p') }}/"><strong>{{ i2pconv('identiguy.i2p') }}</strong></a>
{% trans %}Dynamically updated eepsite index.{% endtrans %}
<sup><em>[{{ _('service') }}]</em></sup></p>
</li>
<li>
<p><a href="http://{{ i2pconv('stats.i2p') }}/"><strong>{{ i2pconv('stats.i2p') }}</strong></a>
{% trans zzz=i2pconv('zzz.i2p') %}Website for <a href="http://{{ zzz }}/">zzz's</a> jump service.{% endtrans %}
<sup><em>[{{ _('service') }}]</em></sup></p>
</li>
</ul>
<h4 id="proxy-software"><a href="#TOC">{% trans %}Proxy software{% endtrans %}</a></h4>
<ul>
<li>
<p><a href="http://www.pps.jussieu.fr/~jch/software/polipo/"><strong>Polipo</strong></a>
{% trans %}SOCKS-enabled caching web proxy with basic filtering capabilities.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.privoxy.org/"><strong>Privoxy</strong></a>
{% trans -%}
Privacy-focused non-caching web proxy with advanced filtering
capabilities. Excels at removing ads and other junk.
{%- endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.squid-cache.org/"><strong>Squid</strong></a>
{% trans %}Venerable caching web proxy.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<h4 id="inproxies"><a href="#TOC">{% trans %}Inproxies{% endtrans %}</a></h4>
<p>{% trans -%}
Gateways allowing users on the public Internet to access eepsites.
{%- endtrans %}</p>
<ul>
<li>
<a href="http://i2p.to/"><strong>i2p.to</strong></a>
{% trans tino=i2pconv('tino.i2p') -%}
<a href="http://{{ tino }}/">tino's</a> inproxy on the public Internet,
currently out of service,
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup>
</li>
<!-- <li>
<a href="http://i2p.us/"><strong>i2p.us</strong></a> —
{% trans -%}
Another inproxy on the public Internet.
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup>
</li>
<li>
<a href="http://i2p.me/"><strong>i2p.me</strong></a> —
{% trans -%}
Another inproxy on the public Internet.
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup>
</li>
<a href="http://i2p.rocks/"><strong>i2p.rocks</strong></a> —
-->
{% trans -%}
Another inproxy on the public Internet.
{%- endtrans %}
<sup><em>[{{ _('service') }}]</em></sup>
</li>
</ul>
<h4 id="outproxies"><a href="#TOC">{% trans %}Outproxies{% endtrans %}</a></h4>
<p>{% trans -%}
Gateways allowing I2P users to access content hosted on the public Internet.
{%- endtrans %}</p>
<ul>
<li>
<strong>false.i2p</strong>
{% trans %}Publicly advertised outproxy running Squid, located in Europe.{% endtrans %}
<sup><em>[{{ _('service') }}]</em></sup>
</li>
</ul>
<h3 id="website-hosting"><a href="#TOC">{% trans %}Website Hosting{% endtrans %}</a></h3>
<ul>
<li>
<a href="http://jetty.codehaus.org/jetty/"><strong>Jetty</strong></a>
{% trans -%}
Lightweight web server and Java servlet container. I2P is tightly
integrated with a bundled copy of Jetty which by default is configured to
host the <a href="http://127.0.0.1:7658/">user's eepsite</a>. The bundled
Jetty also serves the I2P router console and web applications bundled with
I2P.
{%- endtrans %}
<sup><em>[{{ _('bundled') }},&nbsp;{{ _('standalone') }}]</em></sup></li>
</ul>
<h4 id="web-servers"><a href="#TOC">{% trans %}Web servers{% endtrans %}</a></h4>
<p>{% trans -%}
In addition to Jetty, any web server should function over I2P without
modification so long as it's HTTP-compliant. Some web servers known to
currently serve content on the I2P network are:
{%- endtrans %}</p>
<ul>
<li>
<p><a href="http://httpd.apache.org/"><strong>Apache HTTP Server</strong></a>
{% trans %}Most popular web server on the public WWW.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://tomcat.apache.org/"><strong>Apache Tomcat</strong></a>
{% trans %}Web server and Java servlet container. More features than Jetty.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://www.lighttpd.net/"><strong>lighttpd</strong></a>
{% trans %}Fast lightweight web server.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
<li>
<p><a href="http://nginx.org/"><strong>nginx</strong></a>
{% trans %}High-performance lightweight web server.{% endtrans %}
<sup><em>[{{ _('standalone') }}]</em></sup></p>
</li>
</ul>
<!-- vim: set noai nosi ft=html tw=79 et sw=4 ts=4 spell spelllang=en: -->
{% endblock %}