diff --git a/i2p2www/pages/site/faq.html b/i2p2www/pages/site/faq.html index dcb0324b..3b12e6fa 100644 --- a/i2p2www/pages/site/faq.html +++ b/i2p2www/pages/site/faq.html @@ -1,7 +1,6 @@ {% extends "global/layout.html" %} {% block title %}{{ _('Frequently Asked Questions') }}{% endblock %} -{% block content %} -

{{ _('Index') }}

+{% block content_nav %}
  1. {{ _('General') }}

    @@ -47,7 +46,9 @@
  2. {% trans %}I'm using FreeBSD and when I start I2P I receive an error about libm.so.4!{% endtrans %}
  3. {% trans %}In wrapper.log I see an error stating Protocol family unavailable when I2P is loading{% endtrans %}
+{% endblock %} +{% block content %}

{% trans %}What systems will I2P run on?{% endtrans %} ({{ _('link') }})

{% trans chart='https://trac.i2p2.de/wiki/java' -%} diff --git a/i2p2www/pages/site/get-involved/develop/applications.html b/i2p2www/pages/site/get-involved/develop/applications.html index d23578d4..c1d977a7 100644 --- a/i2p2www/pages/site/get-involved/develop/applications.html +++ b/i2p2www/pages/site/get-involved/develop/applications.html @@ -2,17 +2,16 @@ {% block title %}{{ _('Application Development') }}{% endblock %} {% block lastupdated %}{% trans %}May 2013{% endtrans %}{% endblock %} {% block accuratefor %}0.9.6{% endblock %} -{% block content %} -

{{ _('Application Development Guide') }}

- -

{{ _('Contents') }}

+{% block content_nav %} +{% endblock %} +{% block content %}

{{ _('Why write I2P-specific code?') }}

{% trans i2ptunnel=site_url('docs/api/i2ptunnel') -%} diff --git a/i2p2www/pages/site/get-involved/guides/new-developers.html b/i2p2www/pages/site/get-involved/guides/new-developers.html index 910a350f..fdb8bc3b 100644 --- a/i2p2www/pages/site/get-involved/guides/new-developers.html +++ b/i2p2www/pages/site/get-involved/guides/new-developers.html @@ -1,17 +1,6 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}New Developer's Guide{% endtrans %}{% endblock %} -{% block content %} -

{% trans %} -So you want to start work on I2P? Great! -Here's a quick guide to getting started -on contributing to the website or the software, doing development or creating translations. -{%- endtrans %}

-

{% trans volunteer=site_url('get-involved') %} -Not quite ready for coding? -Try getting involved first. -{%- endtrans %}

- -
+{% block content_nav %}
  1. {% trans %}Basic study{% endtrans %}
  2. {% trans %}Getting the I2P code{% endtrans %}
  3. @@ -22,7 +11,18 @@ Try getting involved first.
  4. {% trans %}Translations{% endtrans %}
  5. {% trans %}Tools{% endtrans %}
-
+{% endblock %} + +{% block content %} +

{% trans %} +So you want to start work on I2P? Great! +Here's a quick guide to getting started +on contributing to the website or the software, doing development or creating translations. +{%- endtrans %}

+

{% trans volunteer=site_url('get-involved') %} +Not quite ready for coding? +Try getting involved first. +{%- endtrans %}

{% trans %}Basic study{% endtrans %}