From cadfd10943023e69db194d6e3916d31427500db1 Mon Sep 17 00:00:00 2001 From: l-n-s Date: Mon, 17 Oct 2016 15:24:06 +0000 Subject: [PATCH 1/4] Update index.html --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index f83a7af..4cd06b7 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Invisible Internet Project: Purple + Invisible Internet Protocol Daemon @@ -13,7 +13,7 @@
-

Invisible Internet Project:

+

Invisible Internet Protocol:

Network without borders

We are building network which helps people to communicate and share information without restrictions.

Free from censorship. Free from privacy violations.

@@ -30,10 +30,10 @@

-

How Invisible Internet works?

-

I2P (Invisible Internet Project) is anonymous network which works on top of public Internet.

-

Privacy and anonymity are achieved by strong encryption and bouncing your traffic through thousands of I2P nodes all around the world.

-

Nobody can track your activities inside Invisible Internet.

+

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

+

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.

+

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).

+

I2P allows people from all around the world to communicate and share information without restrictions.

If you are interested in deeper technical details, visit Date: Mon, 17 Oct 2016 15:28:42 +0000 Subject: [PATCH 2/4] Update translation.json --- locales/en/translation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/en/translation.json b/locales/en/translation.json index fa0eee0..81d6f6b 100644 --- a/locales/en/translation.json +++ b/locales/en/translation.json @@ -1,6 +1,6 @@ { "header": { - "title": "Invisible Internet Project:", + "title": "Invisible Internet Protocol:", "slogan": "Network without borders", "p1": "We are building network which helps people to communicate and share information without restrictions.", "p2": "Free from censorship. Free from privacy violations.", @@ -12,10 +12,10 @@ }, "content": { "how": { - "title": "How Invisible Internet works?", - "p1": "I2P (Invisible Internet Project) is anonymous network which works on top of public Internet.", - "p2": "Privacy and anonymity are achieved by strong encryption and bouncing your traffic through thousands of I2P nodes all around the world.", - "p3": "Nobody can track your activities inside Invisible Internet.", + "title": "i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client", + "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.", + "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).", + "p3": "I2P allows people from all around the world to communicate and share information without restrictions.", "p4": "If you are interested in deeper technical details, visit", "details": "this page" }, From 33aabf6c13ca8c453966c0cddc5543cefc6c42bc Mon Sep 17 00:00:00 2001 From: l-n-s Date: Mon, 17 Oct 2016 15:33:23 +0000 Subject: [PATCH 3/4] Update translation.json --- locales/ru/translation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/ru/translation.json b/locales/ru/translation.json index 0917ecc..c4ede0b 100644 --- a/locales/ru/translation.json +++ b/locales/ru/translation.json @@ -1,6 +1,6 @@ { "header": { - "title": "Проект \"Невидимый Интернет\":", + "title": "Невидимый Интернет Протокол:", "slogan": "Сеть без границ", "p1": "Мы строим сеть, которая позволяет людям общаться и обмениваться информацией без искуственных преград.", "p2": "Без цензуры. Без нарушений права на частную жизнь.", @@ -12,10 +12,10 @@ }, "content": { "how": { - "title": "Как работает Невидимый Интернет?", - "p1": "I2P (Invisible Internet Project) это анонимная сеть поверх обычного Интернета.", - "p2": "Приватность и анонимность достигается применением сильного шифрования и маршрутизацией сетевого трафика через тысячи I2P нод по всему миру.", - "p3": "Никто не может отследить вашу активность в Невидимом Интернете.", + "title": "i2pd (I2P Daemon) это полнофункциональная реализация I2P клиента на языке C++", + "p1": "I2P (Невидимый Интернет Протокол) это универсальный анонимный сетевой уровень. Все соединения через I2P анонимны и используют сквозное (end-to-end) шифрование, участники не раскрывают свои настоящие IP адреса.", + "p2": "I2P клиент это программа для построения и использования анонимных I2P сетей. Подобные сети обычно используются для анонимных peer-to-peer приложений (файлообмен, криптовалюты) и для анонимных клиент-серверных приложений (вебсайты, мессенджеры, чат-серверы).", + "p3": "I2P позволяет людям со всего мира общаться и делиться информацией без ограничений.", "p4": "Если заинтересовали более глубокие технические детали, посетите", "details": "эту страницу" }, From 2342315c5d179249bd4538f033be0b44cbf299cd Mon Sep 17 00:00:00 2001 From: l-n-s Date: Mon, 17 Oct 2016 15:34:56 +0000 Subject: [PATCH 4/4] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4cd06b7..bfb40ce 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

-

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

+

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client

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.

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).

I2P allows people from all around the world to communicate and share information without restrictions.