25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{% trans %}Old Documents{% endtrans %}{% endblock %}
|
|
{% block content %}
|
|
|
|
<p>{% trans -%}
|
|
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.
|
|
{%- endtrans %}</p>
|
|
|
|
<H3>Index of /i2p</H3>
|
|
<PRE>Name Last modified Size
|
|
<HR>
|
|
<A HREF="{{ url_for('static', filename='pdf/I2CP_spec.pdf') }}">I2CP_spec.pdf</A> 03-Sep-2003 12:49 119k
|
|
<A HREF="{{ url_for('static', filename='pdf/I2NP_spec.pdf') }}">I2NP_spec.pdf</A> 03-Sep-2003 12:49 356k
|
|
<A HREF="{{ url_for('static', filename='pdf/datastructures.pdf') }}">datastructures.pdf</A> 03-Sep-2003 12:49 149k
|
|
<A HREF="{{ url_for('static', filename='pdf/i2p_philosophy.pdf') }}">i2p_philosophy.pdf</A> 03-Sep-2003 12:52 126k
|
|
<A HREF="{{ url_for('static', filename='pdf/polling_http_transport.pdf') }}">polling_http_transpo..></A> 03-Sep-2003 12:49 189k
|
|
</PRE>
|
|
|
|
|
|
{% endblock %}
|