Assorted internal and external URL fixes
This commit is contained in:
@ -57,7 +57,7 @@ Parameters are only provided in a named way (maps).
|
||||
</ul>
|
||||
<ul>GetRate – {% trans %}Fetches rateStat from router statManager. Creates stat if not already created.{% endtrans %}
|
||||
<ul>{{ _('Request:') }}
|
||||
<li>Stat – [String] {% trans %}Determines which rateStat to fetch, see <a href="ratestats.html">ratestats</a>.{% endtrans %}</li>
|
||||
<li>Stat – [String] {% trans ratestats=site_url('misc/ratestats') %}Determines which rateStat to fetch, see <a href="{{ ratestats }}">ratestats</a>.{% endtrans %}</li>
|
||||
<li>Period – [long] {% trans %}Determines which period a stat is fetched for. Measured in ms.{% endtrans %}</li>
|
||||
<li>Token – [String] {% trans %}Token used for authenticating the client. Is provided by the server via the 'Authenticate' RPC method.{% endtrans %}</li>
|
||||
</ul>
|
||||
|
@ -34,9 +34,9 @@ the key=value pairs can change (e.g. "ONE TWO A=B C=D" or
|
||||
addition, the protocol is case-sensitive.
|
||||
|
||||
Communication can take three distinct forms:
|
||||
* <a href="streaming.html">Virtual streams</a>
|
||||
* <a href="datagrams.html#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="datagrams.html#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
* <a href="{{ site_url('docs/api/streaming') }}">Virtual streams</a>
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
SAM connection handshake
|
||||
@ -334,8 +334,8 @@ Tunnel, I2CP, and Streaming Options
|
||||
These options may be passed in as name=value pairs at the end of a
|
||||
SAM SESSION CREATE line.
|
||||
|
||||
All sessions may include <a href="i2cp.html#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="streaming.html#options">Streaming lib options</a>.
|
||||
All sessions may include <a href="{{ site_url('docs/protocol/i2cp') }}#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="{{ site_url('docs/api/streaming') }}#options">Streaming lib options</a>.
|
||||
See those references for option names and defaults.
|
||||
|
||||
|
||||
@ -351,7 +351,7 @@ Client library implementations:
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Client libraries are available for C, C++, C#, Perl, and Python.
|
||||
These are in the apps/sam/ directory in the <a href="download.html">I2P Source Package</a>.
|
||||
These are in the apps/sam/ directory in the <a href="{{ get_url('downloads_list') }}">I2P Source Package</a>.
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
@ -47,9 +47,9 @@ the key=value pairs can change (e.g. "ONE TWO A=B C=D" or
|
||||
addition, the protocol is case-sensitive.
|
||||
|
||||
Communication can take three distinct forms:
|
||||
* <a href="streaming.html">Virtual streams</a>
|
||||
* <a href="datagrams.html#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="datagrams.html#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
* <a href="{{ site_url('docs/api/streaming') }}">Virtual streams</a>
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
SAM connection handshake
|
||||
@ -401,8 +401,8 @@ Tunnel, I2CP, and Streaming Options
|
||||
These options may be passed in as name=value pairs at the end of a
|
||||
SAM SESSION CREATE line.
|
||||
|
||||
All sessions may include <a href="i2cp.html#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="streaming.html#options">Streaming lib options</a>.
|
||||
All sessions may include <a href="{{ site_url('docs/protocol/i2cp') }}#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="{{ site_url('docs/api/streaming') }}#options">Streaming lib options</a>.
|
||||
See those references for option names and defaults.
|
||||
|
||||
|
||||
@ -417,7 +417,7 @@ Base 64 encoding must use the I2P standard Base 64 alphabet "A-Z, a-z, 0-9, -, ~
|
||||
Client library implementations:
|
||||
----------------------------------------------------------------------
|
||||
Client libraries are available for C, C++, C#, Perl, and Python.
|
||||
These are in the apps/sam/ directory in the <a href="download.html">I2P Source Package</a>.
|
||||
These are in the apps/sam/ directory in the <a href="{{ get_url('downloads_list') }}">I2P Source Package</a>.
|
||||
Some may be older and have not been updated for SAMv2 support.
|
||||
|
||||
|
||||
|
@ -56,9 +56,9 @@ messages sent by the client to the SAM bridge, and by "<- " for
|
||||
messages sent by the SAM bridge to the client.
|
||||
|
||||
I2P communications can take three distinct forms:
|
||||
* <a href="streaming.html">Virtual streams</a>
|
||||
* <a href="datagrams.html#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="datagrams.html#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
* <a href="{{ site_url('docs/api/streaming') }}">Virtual streams</a>
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
|
||||
I2P communications are supported by I2P sessions, and each I2P
|
||||
session is bound to an address (called destination). An I2P session
|
||||
@ -485,8 +485,8 @@ Tunnel, I2CP, and Streaming Options
|
||||
These options may be passed in as name=value pairs at the end of a
|
||||
SAM SESSION CREATE line.
|
||||
|
||||
All sessions may include <a href="i2cp.html#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="streaming.html#options">Streaming lib options</a>.
|
||||
All sessions may include <a href="{{ site_url('docs/protocol/i2cp') }}#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="{{ site_url('docs/api/streaming') }}#options">Streaming lib options</a>.
|
||||
See those references for option names and defaults.
|
||||
|
||||
|
||||
@ -501,7 +501,7 @@ Base 64 encoding must use the I2P standard Base 64 alphabet "A-Z, a-z, 0-9, -, ~
|
||||
Client library implementations:
|
||||
----------------------------------------------------------------------
|
||||
Client libraries are available for C, C++, C#, Perl, and Python.
|
||||
These are in the apps/sam/ directory in the <a href="download.html">I2P Source Package</a>.
|
||||
These are in the apps/sam/ directory in the <a href="{{ get_url('downloads_list') }}">I2P Source Package</a>.
|
||||
Some may be older and have not been updated for SAMv3 support.
|
||||
|
||||
|
||||
|
@ -67,7 +67,7 @@ streaming library, to be interpreted by I2CP.
|
||||
<p>{% trans i2cp=site_url('docs/protocol/i2cp'),
|
||||
i2psktmf='http://docs.i2p-projekt.de/javadoc/net/i2p/client/streaming/I2PSocketManagerFactory.html',
|
||||
i2psktm='http://docs.i2p-projekt.de/javadoc/net/i2p/client/streaming/I2PSocketManager.html',
|
||||
i2psess='http://docs.i2p-projekt.de/javadoc/net/i2p/client/streaming/I2PSession.html',
|
||||
i2psess='http://docs.i2p-projekt.de/javadoc/net/i2p/client/I2PSession.html',
|
||||
i2pskt='http://docs.i2p-projekt.de/javadoc/net/i2p/client/streaming/I2PSocket.html',
|
||||
i2psskt='http://docs.i2p-projekt.de/javadoc/net/i2p/client/streaming/I2PServerSocket.html' -%}
|
||||
The standard interface to the streaming lib is for the application to use the
|
||||
|
Reference in New Issue
Block a user