Close proposals 146 and 149, migrate to spec

This commit is contained in:
zzz
2020-08-05 13:53:34 +00:00
parent 2a44f4c05b
commit f9d28ae1d3
6 changed files with 646 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %}
{% block lastupdated %}2020-07{% endblock %}
{% block accuratefor %}0.9.46{% endblock %}
{% block lastupdated %}2020-08{% endblock %}
{% block accuratefor %}0.9.47{% endblock %}
{% block content %}
<p>{% trans -%}
Following is an index to the technical documentation for I2P.
@@ -128,7 +128,9 @@ Traditionally used only by Java applications and higher-level APIs.
<li><a href="{{ site_url('docs/how/network-database') }}">{{ _('Network database overview, details, and threat analysis') }}</a></li>
<li><a href="{{ site_url('docs/how/cryptography') }}#SHA256">{{ _('Cryptographic hashes') }}</a></li>
<li><a href="{{ site_url('docs/how/cryptography') }}#sig">{{ _('Cryptographic signatures') }}</a></li>
<li><a href="{{ spec_url('red25519') }}">{{ _('Red25519 signatures') }}</a></li>
<li><a href="{{ spec_url('updates') }}">{{ _('Router reseed specification') }}</a></li>
<li><a href="{{ spec_url('b32encrypted') }}">{{ _('Base32 Addresses for Encrypted Leasesets') }}</a></li>
</ul>
<h3>{% trans %}Router Message Protocol{% endtrans %}</h3>