new reseed server docs, moved from zzz.i2p

This commit is contained in:
zzz
2015-12-06 18:18:05 +00:00
parent c7a1307c1e
commit 735fe06b10
4 changed files with 1022 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ or type <tt>java -version</tt> at your command prompt.
<h3>{{ _('Release Notes') }}</h3> <h3>{{ _('Release Notes') }}</h3>
<ul><li> <ul><li>
<a href="../blog/">{{ _('Release Notes') }}</a> <a href="../blog/category/release">{{ _('Release Notes') }}</a>
</li><li> </li><li>
<a href="https://raw.githubusercontent.com/i2p/i2p.i2p/master/history.txt">{{ _('Change Log') }}</a> <a href="https://raw.githubusercontent.com/i2p/i2p.i2p/master/history.txt">{{ _('Change Log') }}</a>
</li><li> </li><li>

View File

@@ -221,6 +221,8 @@ Traditionally used only by Java applications and higher-level APIs.
</li><li> </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>
</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('update.killyourtv.i2p') }}/mtn/">{{ _('Automatic updates to development builds inside I2P') }}</a>

File diff suppressed because it is too large Load Diff

View File

@@ -74,6 +74,11 @@ Both anonymity vulnerabilities from the various
and DOS and other weaknesses due to securities holes, and DOS and other weaknesses due to securities holes,
need researching. need researching.
{%- endtrans %} {%- endtrans %}
</li><li><b>{{ _('Reseeding') }}</b> &mdash;
{% trans reseed=site_url('get-involved/guides/reseed') -%}
Set up a reseed server for new routers to bootstrap from.
Detailed instructions are on our <a href="{{ reseed }}">reseed server page</a>.
{%- endtrans %}
</li><li><b><a href="{{ site_url('get-involved/donate') }}">{{ _('Donate') }}</a></b> </li><li><b><a href="{{ site_url('get-involved/donate') }}">{{ _('Donate') }}</a></b>
</li></ul> </li></ul>