diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html index 5887026d..a8cf1f76 100644 --- a/i2p2www/pages/site/docs/index.html +++ b/i2p2www/pages/site/docs/index.html @@ -16,10 +16,10 @@ the lower layers are inside the router itself. The interface between applications and the router is the I2CP (I2P Control Protocol) API. {%- endtrans %}

-

{% trans trac=i2pconv('trac.i2p2.i2p') -%} +

{% 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 -enter a ticket identifying the problem. +enter a ticket identifying the problem. {%- endtrans %}

{% trans %}Index to Technical Documentation{% endtrans %}

diff --git a/i2p2www/pages/site/faq.html b/i2p2www/pages/site/faq.html index 2fc551b1..33ece517 100644 --- a/i2p2www/pages/site/faq.html +++ b/i2p2www/pages/site/faq.html @@ -50,8 +50,8 @@

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

-

{% trans trac=i2pconv('trac.i2p2.i2p') -%} -While I2P has been reported to run PCs as meagre as a low-end Pentium II with 64 MB of RAM, you'll have a much better experience on a Pentium III (or better) with 128MB of RAM (or more). A chart comparing the performance of the various JREs can be found at https://trac.i2p2.de/wiki/java, but in short: it's at all possible, use Sun/Oracle Java or OpenJDK. +

{% trans chart='https://trac.i2p2.de/wiki/java' -%} +While I2P has been reported to run PCs as meagre as a low-end Pentium II with 64 MB of RAM, you'll have a much better experience on a Pentium III (or better) with 128MB of RAM (or more). A chart comparing the performance of the various JREs can be found at {{ chart }}, but in short: it's at all possible, use Sun/Oracle Java or OpenJDK. {%- endtrans %}

{% trans -%} diff --git a/i2p2www/pages/site/get-involved/index.html b/i2p2www/pages/site/get-involved/index.html index bba78ef1..3d9636d6 100644 --- a/i2p2www/pages/site/get-involved/index.html +++ b/i2p2www/pages/site/get-involved/index.html @@ -22,9 +22,10 @@ Fix up the Wikipedia article about I2P in your language. Tell your friends. {%- endtrans %}

  • {{ _('Testing') }} — -{% trans monotone=site_url('get-involved/guides/monotone'), trac=i2pconv('trac.i2p2.i2p') -%} +{% trans monotone=site_url('get-involved/guides/monotone'), +trac='https://trac.i2p2.de/report/1' -%} Run the latest builds from monotone -and report results on #i2p or as bugs on Trac. +and report results on #i2p or as bugs on Trac. {%- endtrans %}
  • {{ _('Documentation') }} — {% trans -%} @@ -51,9 +52,11 @@ Write or port applications for I2P! There's some guidelines and a list of ideas on the applications page. {%- endtrans %}
  • {{ _('Coding') }} — -{% trans trac=i2pconv('trac.i2p2.i2p'), zzz=i2pconv('zzz.i2p'), newdevs=site_url('get-involved/guides/new-developers') -%} +{% trans trac='https://trac.i2p2.de/report/1', +zzz=i2pconv('zzz.i2p'), +newdevs=site_url('get-involved/guides/new-developers') -%} There's plenty to do if you know Java or are ready to learn. -Check for open tickets on Trac +Check for open tickets on Trac or the TODO list on {{ zzz }} for some ideas on where to start. See the new developer's guide for details.