From b3748395ce0fcd37c8cbf596745f95a4d8ffe91c Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Thu, 6 Apr 2023 18:54:03 +0000 Subject: [PATCH] Check in fixes for console --- apps/routerconsole/resources/docs/readme.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/routerconsole/resources/docs/readme.html b/apps/routerconsole/resources/docs/readme.html index 276f2eccf1..e50549cc99 100644 --- a/apps/routerconsole/resources/docs/readme.html +++ b/apps/routerconsole/resources/docs/readme.html @@ -3,10 +3,9 @@ <ul class="links"> <li><b>Network Integration</b><br> -If you have just installed and started an I2P router, the number of <i>Active Peers</i> indicated under the <i>Peers</i> section in the side panel on the left will increase over the next few minutes. -When an I2P router starts up, and during its regular operation, the tunnel build readiness indicator in the side panel may indicate that it is "Rejecting Tunnels." This is a normal behaviour. - -Once the router has joined the network, a <i>Local </i> named <i>Shared Clients</i> will appear. If not, see the troubleshooting section [below](http://127.0.0.1:7657/console#trouble). Local Tunnels provide connections to the I2P network, enabling bittorrent, email, web proxy and other services. The [Network Database](http://127.0.0.1:7657/netdb) indicates all known peers on the network. Additionally, you can monitor existing [Peer Connections](http://127.0.0.1:7657/peers), and view existing [Tunnels](http://127.0.0.1:7657/tunnels) and their status. More information is available on the [help page](http://127.0.0.1:7657/help). Once green circles are indicated next to your Local Tunnels, you can access the I2P network. +<li>If you have just installed and started an I2P router, the number of <i>Active Peers</i> indicated under the <i>Peers</i> section in the side panel on the left will increase over the next few minutes. When an I2P router starts up, and during its regular operation, the tunnel build readiness indicator in the side panel may indicate that it is "Rejecting Tunnels." This is a normal behaviour. </li> + +<li>Once the router has joined the network, a <i>Local </i> named <i>Shared Clients</i> will appear. If not, see the troubleshooting section <a href="http://127.0.0.1:7657/console#trouble">below</a>. Local Tunnels provide connections to the I2P network, enabling bittorrent, email, web proxy and other services. The <a href="http://127.0.0.1:7657/netdb">Network Database</a> indicates all known peers on the network. Additionally, you can monitor existing <a href="http://127.0.0.1:7657/peers">Peer Connections</a>, and view existing <a href="http://127.0.0.1:7657/tunnels">Tunnels</a> and their status. More information is available on the <a href="http://127.0.0.1:7657/help">help page</a>. Once green circles are indicated next to your Local Tunnels, you can access the I2P network.</li> </ul> @@ -89,7 +88,7 @@ Most blogging, forum and CMS software are compatible with the I2P network, It is <li><b>Invisible Internet Project (I2P) Official Website</b><br> <a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Secure and anonymous connections to <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. If you want to know more about how I2P works or how you can participate, this is the first place to visit!</li> -<a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>: A forum where I2P topics are discussed.</li> +<li><b>I2P Forum</b><br><a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>: A forum where I2P topics are discussed.</li> <li><b>I2P Planet</b><br> <a href="http://planet.i2p/" target="_blank">planet.i2p</a>: An RSS aggregator site that takes news and events from around the I2P network and publishes them all in one place. A good site to visit to see the community at work.</li> -- GitLab