More links

This commit is contained in:
str4d
2016-04-01 12:08:41 +00:00
parent 06bc004bef
commit e56585625c
2 changed files with 18 additions and 0 deletions

View File

@@ -18,6 +18,12 @@ in during the course of development. Periodic reviews are conducted to update
the "accurate for" information.
</li></ul>
<p>{% trans trac='https://trac.i2p2.de/report/1' -%}
The I2P Project is committed to maintaining accurate, current documentation.
If you find any inaccuracies in the documents linked below, please
<a href="{{ trac }}">enter a ticket identifying the problem</a>.
{%- endtrans %}</p>
<table>
<tr>
<th>Title</th>
@@ -37,4 +43,15 @@ the "accurate for" information.
</tr>
{% endfor %}
</table>
<h3>Other specification documents</h3>
These will eventually be migrated to the new specifications system.
<ul>
<li><a href="{{ site_url('docs/how/elgamal-aes') }}">{{ _('ElGamal/AES+SessionTags') }}</a></li>
<li><a href="{{ site_url('docs/transport/ntcp') }}">NTCP</a></li>
<li><a href="{{ site_url('docs/api/samv3') }}">SAM v3</a></li>
<li><a href="{{ site_url('docs/api/bob') }}">BOB</a></li>
</ul>
{% endblock %}