24 lines
969 B
HTML
24 lines
969 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}Old Documents{% endblock %}
|
|
{% block content %}
|
|
|
|
Following is a list of documents originally on www.invisiblenet.net/i2p/ and
|
|
rescued via the
|
|
<a href="http://www.archive.org/">Wayback Machine</a>.
|
|
They are quite dated and may or may not be accurate.
|
|
However, the I2CP and I2NP documents in particular have some good information.
|
|
|
|
|
|
<H3>Index of /i2p</H3>
|
|
<PRE>Name Last modified Size
|
|
<HR>
|
|
<A HREF="/_static/pdf/I2CP_spec.pdf">I2CP_spec.pdf</A> 03-Sep-2003 12:49 119k
|
|
<A HREF="/_static/pdf/I2NP_spec.pdf">I2NP_spec.pdf</A> 03-Sep-2003 12:49 356k
|
|
<A HREF="/_static/pdf/datastructures.pdf">datastructures.pdf</A> 03-Sep-2003 12:49 149k
|
|
<A HREF="/_static/pdf/i2p_philosophy.pdf">i2p_philosophy.pdf</A> 03-Sep-2003 12:52 126k
|
|
<A HREF="/_static/pdf/polling_http_transport.pdf">polling_http_transpo..></A> 03-Sep-2003 12:49 189k
|
|
</PRE>
|
|
|
|
|
|
{% endblock %}
|