doc index updates

This commit is contained in:
zzz
2018-04-03 16:38:50 +00:00
parent 2486305cfb
commit 01f69890f4

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %} {% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}January 2016{% endtrans %}{% endblock %} {% block lastupdated %}{% trans %}April 2018{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.24{% endblock %} {% block accuratefor %}0.9.34{% endblock %}
{% block content %} {% block content %}
<p>{% trans -%} <p>{% trans -%}
Following is an index to the technical documentation for I2P. Following is an index to the technical documentation for I2P.
@@ -220,23 +220,27 @@ Traditionally used only by Java applications and higher-level APIs.
--> -->
{% trans %}Note: always verify that javadocs are current by checking the release number.{% endtrans %} {% trans %}Note: always verify that javadocs are current by checking the release number.{% endtrans %}
</li><li> </li><li>
<a href="{{ site_url('spec/proposals') }}">{{ _('Proposals') }}</a>
</li><li>
<a href="{{ site_url('docs/applications/embedding') }}">{{ _('Embedding the router in your application') }}</a> <a href="{{ site_url('docs/applications/embedding') }}">{{ _('Embedding the router in your application') }}</a>
</li><li> </li><li>
<a href="{{ site_url('get-involved/guides/reseed') }}">{{ _('How to Set up a Reseed Server') }}</a> <a href="{{ site_url('get-involved/guides/reseed') }}">{{ _('How to Set up a Reseed Server') }}</a>
</li><li> </li><li>
<a href="{{ site_url('docs/ports') }}">{{ _('Ports used by I2P') }}</a> <a href="{{ site_url('docs/ports') }}">{{ _('Ports used by I2P') }}</a>
</li><li> </li><li>
<a href="http://{{ i2pconv('update.killyourtv.i2p') }}/mtn/">{{ _('Automatic updates to development builds inside I2P') }}</a> <a href="http://{{ i2pconv('bobthebuilder.i2p') }}/mtn/">{{ _('Automatic updates to development builds inside I2P') }}</a>
</li><li> </li><li>
<a href="{{ site_url('misc/manual-wrapper') }}">{{ _('Updating the wrapper manually') }}</a> <a href="{{ site_url('misc/manual-wrapper') }}">{{ _('Updating the wrapper manually') }}</a>
</li><li> </li><li>
<a href="http://{{ i2pconv('forum.i2p') }}">{{ _('User forum') }}</a> <a href="http://{{ i2pconv('i2pforum.i2p') }}">{{ _('User forum') }}</a>
</li><li> </li><li>
<a href="http://{{ i2pconv('zzz.i2p') }}/">{{ _('Developer forum inside I2P') }}</a> <a href="http://{{ i2pconv('zzz.i2p') }}/">{{ _('Developer forum inside I2P') }}</a>
</li><li> </li><li>
<a href="https://trac.i2p2.de/report/1">{{ _('Bug tracker') }}</a> <a href="https://trac.i2p2.de/report/1">{{ _('Bug tracker') }}</a>
<!--
</li><li> </li><li>
<a href="http://{{ i2pconv('killyourtv.i2p') }}/viewmtn/">{{ _('Viewmtn inside I2P') }}</a>. <a href="http://{{ i2pconv('killyourtv.i2p') }}/viewmtn/">{{ _('Viewmtn inside I2P') }}</a>.
-->
</li><li> </li><li>
<a href="https://github.com/i2p/i2p.i2p">{{ _('I2P Source exported to GitHub') }}</a> <a href="https://github.com/i2p/i2p.i2p">{{ _('I2P Source exported to GitHub') }}</a>
</li><li> </li><li>