From 6c08675e40a36527bd35864da21f802945d80fa0 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Wed, 4 Sep 2013 11:38:12 +0000
Subject: [PATCH] Reworked front page text

---
 i2p2www/pages/site/index.html | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html
index a8e7237b8..d50e5e2d5 100644
--- a/i2p2www/pages/site/index.html
+++ b/i2p2www/pages/site/index.html
@@ -13,13 +13,19 @@
     <h1>{{ _('What is I2P?') }}</h1>
     <ul>
       <li>{% trans -%}
-I2P is a full darknet implementation - a network within a network, and is intended to protect against monitoring by third parties, such as hostile governments or ISPs.
+I2P is an alternate internet - a network within a network, and is intended to protect communication against monitoring by third parties, such as hostile governments or ISPs.
 {% endtrans %}</li>
       <li>{% trans -%}
-I2P is used by many people who care about their privacy, as well as those in high-risk situations. It is designed to protect activists, oppressed people, journalists and whistle-blowers - as well as the average person.
+I2P is used by many people who care about their privacy: activists, oppressed people, journalists and whistle-blowers - as well as the average person.
+{% endtrans %}</li>
+      <li>{% trans -%}
+Anonymity is not a boolean. No network can be "perfectly anonymous". The continued goal of I2P is to make attacks more and more expensive to mount.
 {% endtrans %}</li>
       <li>{% trans -%}
 I2P runs on Java and is therefore available anywhere Java will run, including desktops, embedded systems (like the Raspberry Pi)  and Android phones.
+{% endtrans %}</li>
+      <li>{% trans -%}
+I2P is a work in progress. Its anonymity will get stronger as the size of the network increases and with ongoing academic review. Help spread the word!
 {% endtrans %}</li>
       <li>
         <a href="{{ site_url('about/intro') }}"><em>{% trans %}Read more&hellip;{% endtrans %}</em></a>
-- 
GitLab