diff --git a/i2p2www/pages/global/nav.html b/i2p2www/pages/global/nav.html index c6252046..0cc07eaf 100644 --- a/i2p2www/pages/global/nav.html +++ b/i2p2www/pages/global/nav.html @@ -114,6 +114,7 @@
The first time a client wants to contact another client, they make a query -against the fully distributed "network +against the fully distributed "network database" - a custom structured distributed hash table (DHT) based off the Kademlia algorithm. This is done @@ -35,7 +35,7 @@ to find the other client's inbound tunnels efficiently, but subsequent messages between them usually includes that data so no further network database lookups are required.
-More details about how I2P works are available.
+More details about how I2P works are available.
The I2P development team is an open group, welcome to all -who are interested in getting involved, and all of -the code is open source. The core I2P SDK and the +
The I2P development team is an open group, welcome to all +who are interested in getting involved, and all of +the code is open source. The core I2P SDK and the current router implementation is done in Java (currently working with both sun and kaffe, gcj support planned for later), and there is a -simple socket based API for accessing the network from +simple socket based API for accessing the network from other languages (with a C library available, and both Python and Perl in development). The network is actively being developed and has not yet reached -the 1.0 release, but the current roadmap describes +the 1.0 release, but the current roadmap describes our schedule.
-{% endblock %} \ No newline at end of file +{% endblock %}