forked from I2P_Developers/i2p.www
Clarify router family docs
Add some coding style items
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}The Network Database{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}January 2016{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}February 2016{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.24{% endblock %}
|
||||
{% block content %}
|
||||
<h2>{% trans %}Overview{% endtrans %}</h2>
|
||||
@@ -118,8 +118,6 @@ statistics to improve anonymity, and we plan to remove more in future releases.
|
||||
|
||||
<h3>{% trans %}Family Options{% endtrans %}</h3>
|
||||
|
||||
<p><b>Note:</b> Preliminary, subject to change.</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
As of release 0.9.24, routers may declare that they are part of a "family", operated by the same entity.
|
||||
Multiple routers in the same family will not be used in a single tunnel.
|
||||
@@ -134,7 +132,7 @@ The family options are:
|
||||
({% trans %}The family name{% endtrans %})
|
||||
</li>
|
||||
<li><b>family.key</b>
|
||||
The type code of the family's
|
||||
The signature type code of the family's
|
||||
<a href="{{ site_url('docs/spec/common-structures') }}#type_SigningPublicKey">Signing Public Key</a>
|
||||
(in ASCII digits)
|
||||
concatenated with ':'
|
||||
|
Reference in New Issue
Block a user