forked from I2P_Developers/i2p.www
More links
This commit is contained in:
@@ -28,6 +28,7 @@ If you find any inaccuracies in the documents linked below, please
|
||||
<li><a href="{{ site_url('docs/how/intro') }}">{{ _('A Less-Technical Introduction') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/how/threat-model') }}">{{ _('Threat model and analysis') }}</a></li>
|
||||
<li><a href="{{ site_url('comparison') }}">{{ _('Comparisons to other anonymous networks') }}</a></li>
|
||||
<li><a href="{{ url_for('spec_index') }}">{{ _('Specifications') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/protocol') }}">{{ _('Protocol stack chart') }}</a></li>
|
||||
<li><a href="{{ site_url('papers') }}">{{ _('Papers on I2P') }}</a></li>
|
||||
<li><a href="{{ site_url('about/media') }}">{{ _('Presentations, articles, tutorials, videos, and interviews') }}</a></li>
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user