From eaeff733a23b76f49e7a03f69a01825fed621793 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 13 Jan 2023 02:00:36 +0100 Subject: [PATCH] Updated console site --- Console/build.py | 2 +- Console/source/contribute.md | 2 -- ...{2022_03_26_private-messaging-over-lora.md => 2022_03_26.md} | 0 Console/source/s_rns.md | 2 ++ 4 files changed, 3 insertions(+), 3 deletions(-) rename Console/source/guides/{2022_03_26_private-messaging-over-lora.md => 2022_03_26.md} (100%) diff --git a/Console/build.py b/Console/build.py index ebba35a..c4093aa 100644 --- a/Console/build.py +++ b/Console/build.py @@ -196,7 +196,7 @@ def optimise_manual(path): ("_images/nomadnet_3.png", pm), ("_images/radio_is5ac.png", pm), ("_images/radio_rblhg5.png", pm), - ("_static/rns_logo_512.png", pm), + ("_static/rns_logo_512.png", 256), ] import subprocess diff --git a/Console/source/contribute.md b/Console/source/contribute.md index d6410d3..a2b6421 100644 --- a/Console/source/contribute.md +++ b/Console/source/contribute.md @@ -2,8 +2,6 @@ ## Keep Communications Free and Open Please take part in keeping the continued development, maintenance and distribution of the RNode ecosystem possible by donating via one of the following channels: -Donating to the project directly helps improve the entire system. - - Monero
``` 84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w diff --git a/Console/source/guides/2022_03_26_private-messaging-over-lora.md b/Console/source/guides/2022_03_26.md similarity index 100% rename from Console/source/guides/2022_03_26_private-messaging-over-lora.md rename to Console/source/guides/2022_03_26.md diff --git a/Console/source/s_rns.md b/Console/source/s_rns.md index 72541e2..0e37ace 100644 --- a/Console/source/s_rns.md +++ b/Console/source/s_rns.md @@ -2,6 +2,8 @@ ## Reticulum The cryptographic networking stack for building resilient networks anywhere. This packages requires you have `python` and `pip` installed on your computer. This should come as standard on most operating systems released since 2020. +

+ ### Local Installation If you do not have access to the Internet, or would prefer to install Reticulum directly from this RNode, you can use the following instructions.