I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 62a7de51 authored by str4d's avatar str4d
Browse files

Finished migrating docs/how/intro

parent 5c47ddde
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ or even taken over to attempt more malicious attacks.</p> ...@@ -25,7 +25,7 @@ or even taken over to attempt more malicious attacks.</p>
where messages are addressed to cryptographic keys (Destinations) and can be significantly larger where messages are addressed to cryptographic keys (Destinations) and can be significantly larger
than IP packets. Some example uses of the network include "eepsites" (webservers hosting normal web than IP packets. Some example uses of the network include "eepsites" (webservers hosting normal web
applications within I2P), a BitTorrent client ("I2PSnark"), applications within I2P), a BitTorrent client ("I2PSnark"),
or a distributed data store. With the help of the <a href="i2ptunnel">I2PTunnel</a> application, or a distributed data store. With the help of the <a href="{{ site_url('docs/applications/i2ptunnel') }}">I2PTunnel</a> application,
we are able to stream traditional TCP/IP applications over I2P, such as SSH, IRC, a squid proxy, and we are able to stream traditional TCP/IP applications over I2P, such as SSH, IRC, a squid proxy, and
even streaming audio. Most people will not use I2P directly, or even need to know they're using it. even streaming audio. Most people will not use I2P directly, or even need to know they're using it.
Instead their view will be of one of the I2P enabled applications, or perhaps as a little controller Instead their view will be of one of the I2P enabled applications, or perhaps as a little controller
...@@ -63,7 +63,7 @@ the Kademlia algorithm) for distributing routing and contact information securel ...@@ -63,7 +63,7 @@ the Kademlia algorithm) for distributing routing and contact information securel
<p>In the above, Alice, Bob, Charlie, and Dave are all running routers with a single Destination on their <p>In the above, Alice, Bob, Charlie, and Dave are all running routers with a single Destination on their
local router. They each have a pair of 2-hop inbound tunnels per destination (labeled 1,2,3,4,5 and 6), local router. They each have a pair of 2-hop inbound tunnels per destination (labeled 1, 2, 3, 4, 5 and 6),
and a small subset of each of those router's outbound tunnel pool is shown with 2-hop outbound tunnels. and a small subset of each of those router's outbound tunnel pool is shown with 2-hop outbound tunnels.
For simplicity, Charlie's inbound tunnels and Dave's outbound tunnels are not shown, nor are the rest of For simplicity, Charlie's inbound tunnels and Dave's outbound tunnels are not shown, nor are the rest of
each router's outbound tunnel pool (typically stocked with a few tunnels at a time). When Alice and Bob each router's outbound tunnel pool (typically stocked with a few tunnels at a time). When Alice and Bob
...@@ -122,10 +122,10 @@ The size of the network (N) bears no impact.</p> ...@@ -122,10 +122,10 @@ The size of the network (N) bears no impact.</p>
<a href="http://java.sun.com/products/jms/index.jsp">JMS</a>, then grew into its own as an <a href="http://java.sun.com/products/jms/index.jsp">JMS</a>, then grew into its own as an
'anonCommFramework' in April 2003, turning into I2P in July, with code being written in earnest starting in August '03. 'anonCommFramework' in April 2003, turning into I2P in July, with code being written in earnest starting in August '03.
I2P is currently under development, following I2P is currently under development, following
the <a href="roadmap">roadmap</a>.</p> the <a href="{{ site_url('volunteer/roadmap') }}">roadmap</a>.</p>
<h2>Who?</h2> <h2>Who?</h2>
<p>We have a small <a href="team">team</a> spread around several continents, working to advance different <p>We have a small <a href="{{ site_url('team') }}">team</a> spread around several continents, working to advance different
aspects of the project. We are very open to other developers who want to get involved and anyone else aspects of the project. We are very open to other developers who want to get involved and anyone else
who would like to contribute in other ways, such as critiques, peer review, testing, writing I2P enabled who would like to contribute in other ways, such as critiques, peer review, testing, writing I2P enabled
applications, or documentation. The entire system is open source - the router and most of the SDK are applications, or documentation. The entire system is open source - the router and most of the SDK are
...@@ -140,7 +140,7 @@ join us on the IRC channel #i2p (hosted concurrently on irc.freenode.net, irc.po ...@@ -140,7 +140,7 @@ join us on the IRC channel #i2p (hosted concurrently on irc.freenode.net, irc.po
There are currently no scheduled development meetings, however There are currently no scheduled development meetings, however
<a href="{{ url_for('meetings_index', lang=g.lang) }}">archives are available</a>.</p> <a href="{{ url_for('meetings_index', lang=g.lang) }}">archives are available</a>.</p>
<p>The current source is available in <a href="monotone.html">monotone</a>.</p> <p>The current source is available in <a href="{{ site_url('develop/monotone') }}">monotone</a>.</p>
<h2>Additional Information</h2> <h2>Additional Information</h2>
<p> <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment