From 01f69890f441b232377a1b73182cf65ded78eb53 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 3 Apr 2018 16:38:50 +0000 Subject: [PATCH] doc index updates --- i2p2www/pages/site/docs/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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') }}