You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
5.1 KiB
73 lines
5.1 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Invisible Internet Protocol Daemon</title> |
|
<link href="css/app.css" rel="stylesheet"> |
|
<link rel="prefetch" type="application/l10n" href="locales/data.ini" /> |
|
<script src="js/app.js"></script> |
|
<link rel="icon" type="image/png" href="images/favicon.png" /> |
|
<meta name="yandex-verification" content="b50a274d8f4a99cd" /> |
|
</head> |
|
<body> |
|
<a class="github-fork-ribbon" href="https://github.com/PurpleI2P/i2pd" |
|
title="Fork me on GitHub">Fork me on GitHub</a> |
|
<div class="container"> |
|
<div class="header"> |
|
<div class="align-center"> |
|
<img src="images/favicon.png" id="logo"> |
|
<h2 data-l10n-id="header-title">Invisible Internet Protocol:</h2> |
|
<h1 data-l10n-id="header-slogan">Network without borders</h1> |
|
<p data-l10n-id="header-p1">We are building network which helps people to communicate and share information without restrictions.</p> |
|
<p data-l10n-id="header-p2">Free from censorship. Free from privacy violations.</p> |
|
<div class="download"> |
|
<a href="https://github.com/PurpleI2P/i2pd/releases/latest" |
|
id="dl-btn" target="_blank">Downloads</a> |
|
</div> |
|
<p class="header-links"> |
|
<a href="https://github.com/PurpleI2P/i2pd/releases/latest" id="all-dls" |
|
data-l10n-id="header-dl-all" style="display: none;" target="_blank"> |
|
All downloads</a> |
|
<a href="https://i2pd.readthedocs.io/en/latest/" target="_blank" |
|
data-l10n-id="header-docs">Documentation</a> |
|
</p> |
|
</div> |
|
</div> |
|
<div class="content"> |
|
<p style="font-weight: bold;" data-l10n-id="content-how-title">i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client</p> |
|
<p data-l10n-id="content-how-p1">I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.</p> |
|
<p data-l10n-id="content-how-p2">I2P client is a software used for building and using anonymous I2P networks. Such networks are commonly used for anonymous peer-to-peer applications (filesharing, cryptocurrencies) and anonymous client-server applications (websites, instant messengers, chat-servers).</p> |
|
<p data-l10n-id="content-how-p3">I2P allows people from all around the world to communicate and share information without restrictions.</p> |
|
<p> |
|
<span data-l10n-id="content-how-p4">If you are interested in deeper technical details, visit</span> |
|
<a data-l10n-id="content-how-details" href="https://geti2p.net/en/about/intro" |
|
target="_blank">this page</a>. |
|
</p> |
|
<div class="p-hr"></div> |
|
<h2 data-l10n-id="content-support-title">Let's make the world a better place</h2> |
|
<p data-l10n-id="content-support-p1">I2P runs and is developed by people like you.</p> |
|
<p data-l10n-id="content-support-p2">You can help to protect our civil rights online, just run I2P node 24/7 and spread the word!</p> |
|
<p><a data-l10n-id="content-support-donate-link" href="#donations">Support with coins</a></p> |
|
<div id="donations"> |
|
<p style="font-weight: bold;" data-l10n-id="content-support-donate-text">Donations for Purple I2P developing:</p> |
|
<p>E-Mail: i2porignal at yandex.ru</p> |
|
<p>BTC: 3MDoGJW9TLMTCDGrR9bLgWXfm6sjmgy86f</p> |
|
<p>LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59</p> |
|
<p>ETH: 0x9e5bac70d20d1079ceaa111127f4fb3bccce379d</p> |
|
<p>GST: GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG</p> |
|
<p>DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF</p> |
|
<p>ZEC: t1cTckLuXsr1dwVrK4NDzfhehss4NvMadAJ</p> |
|
<p>ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z</p> |
|
</div> |
|
<div class="p-hr"></div> |
|
<p class="links"> |
|
<a href="https://github.com/PurpleI2P/i2pd" target="_blank"><img alt="@GitHub" src="images/github.png"></a> |
|
<a href="https://en.wikipedia.org/wiki/I2P" target="_blank"><img alt="@Wikipedia" src="images/wikipedia.png"></a> |
|
<a href="https://twitter.com/hashtag/i2pd" target="_blank"><img alt="@Twitter" src="images/twitter.png"></a> |
|
<a href="http://purplete.ch" target="_blank"><img alt="Purple Tech" src="images/purpletech.png"></a> |
|
<a href="https://geti2p.net/" target="_blank"><img alt="Vanilla I2P" src="images/itoopie.png"></a> |
|
</p> |
|
</div> |
|
</div> |
|
</body> |
|
</html>
|
|
|