diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html index fe772345..5fd3a1ca 100644 --- a/i2p2www/pages/site/docs/index.html +++ b/i2p2www/pages/site/docs/index.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}January 2016{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.24{% endblock %} +{% block lastupdated %}{% trans %}April 2018{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.34{% endblock %} {% block content %}

{% trans -%} 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 %}

  • +{{ _('Proposals') }} +
  • {{ _('Embedding the router in your application') }}
  • {{ _('How to Set up a Reseed Server') }}
  • {{ _('Ports used by I2P') }}
  • -{{ _('Automatic updates to development builds inside I2P') }} +{{ _('Automatic updates to development builds inside I2P') }}
  • {{ _('Updating the wrapper manually') }}
  • -{{ _('User forum') }} +{{ _('User forum') }}
  • {{ _('Developer forum inside I2P') }}
  • {{ _('Bug tracker') }} +
  • {{ _('I2P Source exported to GitHub') }}