Call streaming a protocol

This commit is contained in:
zzz
2022-04-06 12:11:51 -04:00
parent 832fa670e1
commit 0c25f1d5bc
3 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %} {% block title %}{% trans %}Streaming Protocol{% endtrans %}{% endblock %}
{% block lastupdated %}2020-05{% endblock %} {% block lastupdated %}2022-04{% endblock %}
{% block accuratefor %}0.9.46{% endblock %} {% block accuratefor %}0.9.53{% endblock %}
{% block content %} {% block content %}
<h2>{% trans %}Overview{% endtrans %}</h2> <h2>{% trans %}Overview{% endtrans %}</h2>

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %} {% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %}
{% block lastupdated %}2021-01{% endblock %} {% block lastupdated %}2022-04{% endblock %}
{% block accuratefor %}0.9.49{% endblock %} {% block accuratefor %}0.9.53{% endblock %}
{% block content %} {% block content %}
<p>{% trans -%} <p>{% trans -%}
Following is an index to the technical documentation for I2P. Following is an index to the technical documentation for I2P.
@@ -86,7 +86,7 @@ HTTP Bidir Proxy
<h3>{% trans %}End-to-End Transport API and Protocols{% endtrans %}</h3> <h3>{% trans %}End-to-End Transport API and Protocols{% endtrans %}</h3>
{% trans %}The end-to-end protocols used by clients for reliable and unreliable communication.{% endtrans %} {% trans %}The end-to-end protocols used by clients for reliable and unreliable communication.{% endtrans %}
<ul><li> <ul><li>
<a href="{{ site_url('docs/api/streaming') }}">{{ _('Streaming Library') }}</a> <a href="{{ site_url('docs/api/streaming') }}">{{ _('Streaming Protocol Overview') }}</a>
</li><li> </li><li>
<a href="{{ spec_url('streaming') }}">{{ _('Streaming Protocol Specification') }}</a> <a href="{{ spec_url('streaming') }}">{{ _('Streaming Protocol Specification') }}</a>
</li><li> </li><li>

View File

@@ -1,10 +1,10 @@
=============================== ================================
Streaming Library Specification Streaming Protocol Specification
=============================== ================================
.. meta:: .. meta::
:category: Protocols :category: Protocols
:lastupdated: May 2020 :lastupdated: 2022-04
:accuratefor: 0.9.46 :accuratefor: 0.9.53
.. contents:: .. contents::
@@ -12,7 +12,7 @@ Streaming Library Specification
Overview Overview
======== ========
See [STREAMING]_ for an overview of the Streaming Library. See [STREAMING]_ for an overview of the Streaming protocol.
.. _versions: .. _versions: