diff --git a/docs/connect.html b/docs/connect.html index 8d4f809..8101bc6 100644 --- a/docs/connect.html +++ b/docs/connect.html @@ -31,7 +31,7 @@ [[RNS Testnet I2P Hub A]] type = I2PInterface enabled = yes - peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p + peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p
The testnet also contains a number of Nomad Network nodes, and LXMF propagation nodes.
diff --git a/docs/connect_de.html b/docs/connect_de.html index 19ff231..5b13094 100644 --- a/docs/connect_de.html +++ b/docs/connect_de.html @@ -32,7 +32,7 @@ Wenn Sie das alles nicht abschreckt, können Sie dem Testnetz über TCP oder I2P [[RNS Testnet I2P Hub A]] type = I2PInterface enabled = yes - peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p + peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2pDas Testnetz enthält auch eine Reihe von Nomad Network-Knoten und LXMF-Propagationsknoten, Sowie Sideband Peers, welche untereinander erreichbar sind.
Nächstes Thema: Lesen Sie das Handbuch
diff --git a/docs/connect_pl.html b/docs/connect_pl.html index 7ece3c5..1a5a5a3 100644 --- a/docs/connect_pl.html +++ b/docs/connect_pl.html @@ -31,7 +31,7 @@ [[RNS Testnet I2P Hub A]] type = I2PInterface enabled = yes - peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p + peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2pTestnet zawiera również liczne węzły Nomad Network, i węzły propagacyjne LXMF.
Następny Temat: Przeczytaj Podręcznik
diff --git a/docs/connect_pt-br.html b/docs/connect_pt-br.html index 554143f..8391c7e 100644 --- a/docs/connect_pt-br.html +++ b/docs/connect_pt-br.html @@ -32,7 +32,7 @@ Algumas vezes versões experimentais do Reticulum podem ser utilizada em nós da [[RNS Testnet I2P Hub A]] type = I2PInterface enabled = yes - peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p + peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2pA rede de teste também contém o número de nós da Nomad Network e nós de propagação LXMF.
diff --git a/docs/manual/Reticulum Manual.epub b/docs/manual/Reticulum Manual.epub index adf292e..f01b150 100644 Binary files a/docs/manual/Reticulum Manual.epub and b/docs/manual/Reticulum Manual.epub differ diff --git a/docs/manual/Reticulum Manual.pdf b/docs/manual/Reticulum Manual.pdf index 85b1fcd..4b05c08 100644 Binary files a/docs/manual/Reticulum Manual.pdf and b/docs/manual/Reticulum Manual.pdf differ diff --git a/docs/manual/_sources/gettingstartedfast.rst.txt b/docs/manual/_sources/gettingstartedfast.rst.txt index 7a4a22b..98d4eb6 100644 --- a/docs/manual/_sources/gettingstartedfast.rst.txt +++ b/docs/manual/_sources/gettingstartedfast.rst.txt @@ -219,11 +219,11 @@ by adding one of the following interfaces to your ``.reticulum/config`` file: .. code:: - # TCP/IP interface to the Dublin hub - [[RNS Testnet Dublin]] + # TCP/IP interface to the RNS Amsterdam Hub + [[RNS Testnet Amsterdam]] type = TCPClientInterface enabled = yes - target_host = dublin.connect.reticulum.network + target_host = amsterdam.connect.reticulum.network target_port = 4965 # TCP/IP interface to the BetweenTheBorders Hub (community-provided) @@ -233,11 +233,11 @@ by adding one of the following interfaces to your ``.reticulum/config`` file: target_host = betweentheborders.com target_port = 4242 - # Interface to I2P hub A - [[RNS Testnet I2P Hub A]] + # Interface to Testnet I2P Hub + [[RNS Testnet I2P Hub]] type = I2PInterface enabled = yes - peers = uxg5kubabakh3jtnvsipingbr5574dle7bubvip7llfvwx2tgrua.b32.i2p + peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p Many other Reticulum instances are connecting to this testnet, and you can also join it via other entry points if you know them. There is absolutely no control over the network diff --git a/docs/manual/_static/basic.css b/docs/manual/_static/basic.css index 4e9a9f1..cfc60b8 100644 --- a/docs/manual/_static/basic.css +++ b/docs/manual/_static/basic.css @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * - * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -324,6 +324,7 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } + nav.contents, aside.topic, div.admonition, div.topic, blockquote { @@ -331,6 +332,7 @@ div.admonition, div.topic, blockquote { } /* -- topics ---------------------------------------------------------------- */ + nav.contents, aside.topic, div.topic { @@ -606,6 +608,7 @@ ol.simple p, ul.simple p { margin-bottom: 0; } + aside.footnote > span, div.citation > span { float: left; @@ -667,6 +670,16 @@ dd { margin-left: 30px; } +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + dl > dd:last-child, dl > dd:last-child > :last-child { margin-bottom: 0; @@ -735,6 +748,14 @@ abbr, acronym { cursor: help; } +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + /* -- code displays --------------------------------------------------------- */ pre { diff --git a/docs/manual/_static/doctools.js b/docs/manual/_static/doctools.js index 527b876..d06a71d 100644 --- a/docs/manual/_static/doctools.js +++ b/docs/manual/_static/doctools.js @@ -4,7 +4,7 @@ * * Base JavaScript utilities for all Sphinx HTML documentation. * - * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/docs/manual/_static/documentation_options.js b/docs/manual/_static/documentation_options.js index 363a667..90bb46e 100644 --- a/docs/manual/_static/documentation_options.js +++ b/docs/manual/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.5.6 beta', + VERSION: '0.5.7 beta', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/manual/_static/language_data.js b/docs/manual/_static/language_data.js index 2e22b06..250f566 100644 --- a/docs/manual/_static/language_data.js +++ b/docs/manual/_static/language_data.js @@ -5,7 +5,7 @@ * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. * - * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/docs/manual/_static/searchtools.js b/docs/manual/_static/searchtools.js index e89e34d..97d56a7 100644 --- a/docs/manual/_static/searchtools.js +++ b/docs/manual/_static/searchtools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilities for the full-text search. * - * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/docs/manual/examples.html b/docs/manual/examples.html index fcc43b6..3d3e153 100644 --- a/docs/manual/examples.html +++ b/docs/manual/examples.html @@ -5,13 +5,13 @@ - -