From d0787a33ad8ecbcba4cfc9a933817e2b596738aa Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Sat, 28 Jan 2023 04:56:17 +0000
Subject: [PATCH] Update the about/intro page with @sadie's rewrite and my
 revisions

---
 i2p2www/pages/site/about/intro.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/i2p2www/pages/site/about/intro.html b/i2p2www/pages/site/about/intro.html
index b0a3192de..e9b6d2fc4 100644
--- a/i2p2www/pages/site/about/intro.html
+++ b/i2p2www/pages/site/about/intro.html
@@ -48,7 +48,12 @@
   Because I2P is cryptographically addressed, I2P network addresses are self-authenticating and only belong to the user who generated them.
 {%- endtrans %}</p>
 
-<p>{% trans %}The network is made up of peers ("routers") and unidirectional inbound and outbound virtual tunnels. Routers communicate with each other using protocols built on existing transport mechanisms (TCP, UDP), passing messages. Client applications have their own cryptographic identifier ("Destination") which enables it to send and receive messages. These clients can connect to any router and authorize the temporary allocation ("lease") of some tunnels that will be used for sending and receiving messages through the network. I2P has its own internal network database (using a modification of the Kademlia DHT) for distributing routing and contact information securely.
+<p>{% trans %}
+  The network is made up of peers ("routers") and unidirectional inbound and outbound virtual tunnels.
+  Routers communicate with each other using protocols built on existing transport mechanisms (TCP, UDP), passing messages.
+  Client applications have their own cryptographic identifier ("Destination") which enables it to send and receive messages.
+  These clients can connect to any router and authorize the temporary allocation ("lease") of some tunnels that will be used for sending and receiving messages through the network.
+  I2P has its own internal network database (using a modification of the Kademlia DHT) for distributing routing and contact information securely.
 {%- endtrans %}</p>
 
 <h3>{% trans -%}About Decentralization and the I2P Network{%- endtrans %}</h3>
-- 
GitLab