Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.www into style-guide

This commit is contained in:
idk
2020-12-01 17:55:44 -05:00
5 changed files with 21 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ except ImportError:
###########
# Constants
CURRENT_I2P_VERSION = '0.9.47'
CURRENT_I2P_VERSION = '0.9.48'
CURRENT_I2P_FIREFOX_PROFILE_VERSION = '0.02b'
CANONICAL_DOMAIN = 'geti2p.net'

View File

@@ -109,18 +109,6 @@ I2P connections.</p>
{%- endtrans %}
{% endcall %}
{% call package('macnative') %}
<p>{% trans i2pversion=ver() -%}
This is a more familiar drag-and-drop style installer for OSX, which
includes a Dock icon to easily inform you of I2P's status.
Beta.
{%- endtrans %}</p>
<p>{% trans -%}
Double-click on the file, then drag and drop the launcher into your Applications folder.
{%- endtrans %}</p>
{% endcall %}
{% call package('unix') %}
<p>{% trans i2pversion=ver() -%}
The most reliable way to launch the installer is from a terminal like this:

View File

@@ -1,7 +1,7 @@
{% set i2pinstall_windows_hash = '351fa15544133a7991cd0b17722286b37255c074591c16f79d3af426ee10f2be' %}
{% set i2pinstall_jar_hash = '3ddf3afb0c06edeed4810c6d1f34d909959dd94640adf7c638781b4a3b282e9e' %}
{% set i2psource_hash = 'dbccada6a353b54ceb844fe8cb0912c0363375a2f57214d23fcf463c4e6d2c4f' %}
{% set i2pupdate_hash = '328f85ba28ff6f60480aa0dcda88654fabeabcf63b732a770354bff7f134b135' %}
{% set i2pinstall_windows_hash = '817d52ea7662ef22a6158d62431aee44b8effe26d3883d979bbc72dac02a80d6' %}
{% set i2pinstall_jar_hash = '5dd5c300d3d2ca4eb7f7b33a2d4c9e54814f02c199c5176db17f214c8ab655d2' %}
{% set i2psource_hash = 'e8c55b17b2066d8eab82bc407128f1f0366530c5429a1413ea0cbf40f922d532' %}
{% set i2pupdate_hash = '4dac576536b4eaff5b4e8ff0e49d42bb2ff5167f6ead680b751c1bd2df7336c1' %}
{% set i2p_android_hash = 'b35eb467511343a8aecdf6a1f19c0459baac007c99a93e0933ce5ab70b5a7261' %}
{% set i2p_macnative_hash = '70447e8a352654afd940cfc6c05f094732de7ab05db7c42c173e49f37259d601' %}

View File

@@ -3,7 +3,7 @@ I2CP Specification
==================
.. meta::
:category: Protocols
:lastupdated: 2020-10
:lastupdated: 2020-11
:accuratefor: 0.9.48
.. contents::
@@ -1455,8 +1455,8 @@ Description
```````````
Instruct the client as to the status of its session.
Sent from Router to Client, possibly in response to a CreateSessionMessage_ or
ReconfigureSessionMessage_.
Sent from Router to Client, possibly in response to a CreateSessionMessage_,
ReconfigureSessionMessage_, or DestroySessionMessage_.
Contents
````````
@@ -1467,6 +1467,7 @@ Contents
Status Since Name Definition
====== ====== ========= =============================================================
0 Destroyed The session with the given ID is terminated.
May be a response to a DestroySessionMessage_.
1 Created In response to a CreateSessionMessage_, a new session with
the given ID is now active.
@@ -1487,9 +1488,10 @@ Status Since Name Definition
Notes
`````
Status values include 0 for destroyed, 1 for created, 2 for updated, and 3 for
invalid session. If created, the Session ID is the identifier to be used for
the rest of the session.
Status values are defined above.
If the status is Created, the Session ID is the identifier to be used for the rest of the session.
.. _msg-SetDate:
.. _SetDateMessage:

View File

@@ -0,0 +1,8 @@
Copyright 2020 The I2P Project
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.