Template tag fixes

This commit is contained in:
str4d
2014-03-24 00:26:46 +00:00
parent a5f25fc243
commit b5314158ac
2 changed files with 9 additions and 6 deletions

View File

@@ -329,13 +329,14 @@ If the tag is not found, the message is assumed to be a <a href="#new">New Sessi
<h2 id="config">{% trans %}Session Tag Configuration Options{% endtrans %}</h2>
<p>{% trans i2cp=site_url('docs/protocol/i2cp#options') i2cpp=site_url('docs/spec/i2cp#msg_SendMessageExpires') -%}
<p>{% trans i2cp=site_url('docs/protocol/i2cp'),
i2cpspec=site_url('docs/spec/i2cp') -%}
As of release 0.9.2, the client may configure the default number of Session Tags to send
and the low tag threshold for the current session.
For brief streaming connections or datagrams, these options may be used to significantly reduce bandwidth.
See the <a href="{{ i2cp }}">I2CP options specification</a> for details.
See the <a href="{{ i2cp }}#options">I2CP options specification</a> for details.
The session settings may also be overridden on a per-message basis.
See the <a href="{{ i2cpp }}">I2CP Send Message Expires specification</a> for details.
See the <a href="{{ i2cpspec }}#msg_SendMessageExpires">I2CP Send Message Expires specification</a> for details.
{%- endtrans %}</p>

View File

@@ -210,16 +210,18 @@ and all LeaseSets would have to be published to the network database, as explain
{%- endtrans %}</li>
</ol>
<p>{% trans commonstructures=site_url('docs/spec/common-structures') i2cp=site_url('docs/protocol/i2cp#options') i2cpp=site_url('docs/spec/i2cp#msg_SendMessageExpires') -%}
<p>{% trans commonstructures=site_url('docs/spec/common-structures'),
i2cp=site_url('docs/protocol/i2cp'),
i2cpspec=site_url('docs/spec/i2cp') -%}
By default, the Delivery Status and Database Store Messages
are bundled when the local LeaseSet changes, when additional
<a href="{{ commonstructures }}#type_SessionTag">Session Tags</a>
are delivered, or if the messages have not been bundled in the previous minute.
As of release 0.9.2, the client may configure the default number of Session Tags to send
and the low tag threshold for the current session.
See the <a href="{{ i2cp }}">I2CP options specification</a> for details.
See the <a href="{{ i2cp }}#options">I2CP options specification</a> for details.
The session settings may also be overridden on a per-message basis.
See the <a href="{{ i2cpp }}">I2CP Send Message Expires specification</a> for details.
See the <a href="{{ i2cpspec }}#msg_SendMessageExpires">I2CP Send Message Expires specification</a> for details.
{%- endtrans %}</p>
<p>{% trans -%}